HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Real Variable doesn't show up in Time Event trigger

05-25-2006, 12:27 AM#1
Andy6387
Code:
MoveUnits
    Events
        Time - Every 2.00 seconds of game time
    Conditions
    Actions

For some reason, it won't let me use any sort of variable type to customize the "2.00" portion. I know it should be a real variable, but all of the real variables i've created don't even show up. does this have to do with the fact that it is an event trigger or what?

Here is a screenshot if that wasn't enough...

Linked for all its size goodness
05-25-2006, 12:49 AM#2
shadow1500
You can use "Trigger - Add Event", it allows you to select variables.
I assume you want to change that variable during the game, this won't effect the added event, it will use the same real that was given to it when you added the event.
05-25-2006, 01:25 AM#3
Andy6387
that works! thanks a lot. Is there by any chance any way to remove an event too?
05-25-2006, 01:29 AM#4
shadow1500
You cannot remove events, but you can remove conditions and actions.
You'll need to re-create the trigger without the event to remove it.