View Single Post
  #2  
Old 10-30-2009, 11:59 PM
Manic_Mechanic's Avatar
Manic_Mechanic Manic_Mechanic is offline
Approved Member
 
Join Date: Oct 2009
Location: United States
Posts: 15
Smile

You can use events for things other than reinforcements by using the "event" command in a trigger.

The event command has three properties:

Event: where you select the event you want the command to influence.
Mode: let's you choose to turn the event on or off
Delay: adds a time delay so the event isn't activated until the delay has passed.


Now that you've set a trigger to activate an event you can use the condition "event" to make the event in question control other triggers.

The event condition only has two properties:

Mode: The options here are kind of confusing. I'm still not sure what the "on" or "off" selections do, but if you choose "work" the condition will be met when the event has been activated by another trigger, but won't be met before then or after an "event" command with the mode "reset" has deactivated the event.
ID: Allows you to select the event the condition is refering to.




As for objectives, you need to go to the missions properties window (press F9 while in mission editor mode) and choose tasks. Here you can right click and choose "add" to create an objective, just like creating events in the event section of the mission properties window.


Tasks don't do anything on their own, theyneed to be controlled by triggers.



I hope that helps, if you still have any questions feel free to ask me.
Reply With Quote