Warcraft III resources & community, 2003–2006 · archived

HELP!!! (with trigering)

7 posts
#1

HELP!!! (with trigering)

How can i make timer (expires after 15min) ???
And when timer expires Computer 3 and Computer 4 is DEFEATED
#2
Since when did the site discussions thread became a center of triggers? ELFWARFARE, OZ02, or other mod around this section...

~Daelin
#3

HELP!!! (with trigering)

Umm and where should i post it ??? :?:
#4
Well, first u make a trigger for the timer.

Event -
I gues you are gonna put this on Map Init.
Conditions -
None
Actions -
(Something Here*) Timer - Creata a One-Shot Timer that expires in xx seconds.

*I can't remember exactly whats here right now :P

Second trigger

Event -
"Timer Name" expires
Conditions -
None
Actions -
Player - Defeat Player X
Player - Defeat Player X

I hope this is helpfull!
#5
Remember to create a variable for the timer.
Varibale= Timer.
Right after where you put the trigger ' create a timer...'
do Set Variable+(name of timer variable) equal to Last Created timer.
Then, put 'Actions- (Variable name of timer) Expires
Conditions-
Events-
Defeat Player XX with (message)
#6

HELP!!! (with trigering)

Thanks a lot it worked
#7

HELP!!! (with trigering)

Thanks a lot it worked :)