Warcraft III resources & community, 2003–2006 · archived

Name Check At Map Start of Game

2 posts
#1

Name Check At Map Start of Game

I am a MAJOR sheep tag player and in games that are counting down people leave that are wolves so I thought of a trigger where at start it checks name if your name is *CertainName* it gives Game Defeat for you.
Any help on making this??
Will leave credit for this trigger in map to your username at this site.
#2
Event:
Map initialization

Codition:
None

Action:
For each (Integer A) from 1 to 12, do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Name of (Player((Integer A)))) Equal to CertainName
Then - Actions
Game - Defeat (Player((Integer A))) with the message: Defeat!


I haven't test it, but it should work :D
Else - Actions