Hard Light Productions Forums
Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: Zeon on December 28, 2003, 10:27:49 pm
-
I've tried to get the shivan captial ships to use their beams but they wont fire them. I've tried the beam-free-all trick on all of them but it still wont work. Can someone tell me what is up?
Thanks
-
Depends on two things, if they are already in game or if they are arriving later.. Sounds like you have them arriving later
If they are arriving later you will have to use the (has-arrived-delay) from the (objectives) list, in the sexp instead of leaving the field (true)
(event)...... You can name your event
(when).........this just reflects when the event takes place
(true)..........change this to (has-arrived-delay)
(0)...............zero will beam free opon arrival
(ship name)......... name of the ship to free beams
do nothing)........you already have this (beam-free-all)
Also try opening a mission made by someone in fred2, this can be a lot of help to learn the use of sexps..
Hope this helps :D
Oh, welcome to HLP :)
-
And how! :cool:
-
Just as an addition to whitelight's post. I haven't seen it recently but years ago I saw several people report problems with the SEXP the way WL has written it. Changing the 0 to a 1 fixed it so if you already have an event like his try that.
Also if you are using FS2_open (check the Source Code Forum for details if you aren't) there is a Beam-Free-All by default box in the mission specs editor.
-
Trick?
Oy.
-
Thanks all
-
Ah, memories.