Jump to content
Sign in to follow this  
kyfohatl

Editing Logics mid-mission... Is it possible?

Recommended Posts

I have a gamelogic with some waypoits attached, and mid-mission, after the death of a certin character, I want to add the following line to its init box:

this setdir 1

Basically that adds some custom waypoitns to a pre-defined DAC zone.

Is there some sort of a command that I could use? I could only find editObject which doesn't seem to be very helpfull in this case. Any ideas?

Thanks in advanced for any help

Share this post


Link to post
Share on other sites

Just name the game logic something, say, GL1, then at the point you want it turned, simply use that same code but with GL1 instead:

GL1 setdir 1

Simple as that. :) No need for init lines. Note: I don't know much DAC scripting, so I'm not sure if your idea will work, but if it says it will then I'm sure it will.

Regards,

Wolfrug

Share this post


Link to post
Share on other sites

Thank you very much Wolfrug.

I'm not sure if your idea will work

It didn't :o I might ask about adding waypoints mid-mission to DAC zones in the DAC thread.

Cheers

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×