The error window appears every time i open the mission using FRED, when i save it, when i press the "error checker" key and when i paly the mission in the game.
That's the exact content of the window: (vajont is an Arcas station, Leo 1, 2, 3 are Artemis class bombers)
---------------------------
Error
---------------------------
Error in mission event "Bombs": Invalid subsystem name
In sexpression: ( when
( is-destroyed-delay 2 "Delta 1" )
( send-message-list
"Vajont"
"High"
"b3"
500
)
( weapon-create
"Leo 1"
"Assassin"
( get-object-x "Leo 1" )
( get-object-y "Leo 1" )
( get-object-z "Leo 1" )
0
0
4
"Vajont"
"turret19"
)
( weapon-create
"Leo 1"
"Assassin"
( get-object-x "Leo 1" )
( get-object-y "Leo 1" )
( get-object-z "Leo 1" )
0
0
4
"Vajont"
"turret19"
)
( weapon-create
"Leo 2"
"Assassin"
( get-object-x "Leo 2" )
( get-object-y "Leo 2" )
( get-object-z "Leo 2" )
0
0
4
"Vajont"
"turret19"
)
( weapon-create
"Leo 2"
"Assassin"
( get-object-x "Leo 2" )
( get-object-y "Leo 2" )
( get-object-z "Leo 2" )
0
0
4
"Vajont"
"turret19"
)
( weapon-create
"Leo 3"
"Assassin"
( get-object-x "Leo 3" )
( get-object-y "Leo 3" )
( get-object-z "Leo 3" )
0
0
4
"Vajont"
"turret19"
)
( weapon-create
"Leo 3"
"Assassin"
( get-object-x "Leo 3" )
( get-object-y "Leo 3" )
( get-object-z "Leo 3" )
0
0
4
"Vajont"
"turret19"
)
)
(Error appears to be: turret19)
Well, IMO the message should appear if i had put a non-existant subsystem name. However, i'm sure "turret19" is a subsystem of an Arcas station. Maybe the Sexp does not work with beams and turrets and works only with subsystems like "comm", "weapons",....