Home   Help Search Login Register  

Author Topic: Is it possible to creat and eliminate triggers by a script?  (Read 614 times)

0 Members and 1 Guest are viewing this topic.

EFileTahi-A

  • Guest
Is it possible to creat and eliminate triggers by a script?

I would like disabel triggers and enable other triggers when a game objective is complete.

Any ideias?!

Tks 4 your atention!


seanver

  • Guest
Re:Is it possible to creat and eliminate triggers by a script?
« Reply #1 on: 27 Oct 2002, 00:30:45 »
Perhaps I'm wrong and I've misunderstood you, but it seems that what you want is a trigger that ONLY works when you want, not before. To do that, create a trigger, set its properties, conditions, etc. But now add at the final of the condition line "AND first". You can use any other word, you can put "AND gjepo" for example. Now when you want the trigger to work, put in a script, or other trigger, etc: first = true (or gjepo = true or the word you put). So now the trigger only will work when you have set that variable true (and when the others conditions in the triggers are met).

EFileTahi-A

  • Guest
Re:Is it possible to creat and eliminate triggers by a script?
« Reply #2 on: 27 Oct 2002, 15:16:58 »
EXCELENT! It works! That was exactly my ideia!

THANK YOU!