• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) đź”—Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans đź”—Click here to read the full interview.

name = to? trigger

Status
Not open for further replies.
Level 2
Joined
Oct 27, 2005
Messages
12
Hey guys im looking for how to get the trigger that i can do if name = ... because i heard of it but could never find out how to do it.. I want to do like if player name = svoluch then do nothing else kick player blue etc etc.. i jsut cant find the damn name = trigger... Is it only in frozen throne or is it in ROC also?
 
Level 9
Joined
Aug 27, 2004
Messages
471
You are looking for something that doesnt exist.

What you want to do is:

Code:
Untitled Trigger 001
    Events
        Player - Player 1 (Red) types a chat message containing IAMGOD as An exact match
    Conditions
        (Name of (Triggering player)) Equal to svoluch
    Actions
        Hero - Set (Random unit from (Units in (Playable map area) owned by (Triggering player))) Hero-level to 99999, Hide level-up graphics

There, if you type IAMGOD with the name "svoluch" it will set all your hero levels to max.
 
Level 2
Joined
Oct 27, 2005
Messages
12
ok man that doesnt help AT all... i told u i dont have the trigger im searching tirelessly for it and nothing...
 
Status
Not open for further replies.
Top