Page 1 of 1

Turn On Trigger in Game

Posted: August 23rd, 2012, 3:36 am
by JustANewbie
how to do it?

Re: Turn On Trigger in Game

Posted: August 23rd, 2012, 5:30 am
by Syre
Its an Action. Trigger - Turn on. Simply choose which trigger you want to turn on.

Re: Turn On Trigger in Game

Posted: August 23rd, 2012, 7:37 am
by Nuuby
Syre wrote:Its an Action. Trigger - Turn on. Simply choose which trigger you want to turn on.

^ This

If you're asking about jass then you have to call the initializing function through function main.

Re: Turn On Trigger in Game

Posted: August 23rd, 2012, 9:50 am
by JustANewbie
i am asking about GUI please give an example, i do not understand completely

Re: Turn On Trigger in Game

Posted: August 23rd, 2012, 2:21 pm
by owner123
Click new action, using the dropdown box select "Trigger", using the second box select "Turn On". Click the blue text that says This Trigger, select the trigger you want.

Re: Turn On Trigger in Game

Posted: August 24th, 2012, 12:33 am
by JustANewbie
but then only got the load value to value thing

Re: Turn On Trigger in Game

Posted: August 24th, 2012, 12:45 am
by Syre
When your picking the trigger to turn on, you need to click the dropdown menu next to Variable, not Function. Then you pick your trigger.

Spoiler:
Image

Re: Turn On Trigger in Game

Posted: August 24th, 2012, 10:21 am
by JustANewbie
run in map initialization in jass=initially on/off?

what is the difference between turn on trigger and run trigger?