• 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.

Need help for a very advanced trigger

Status
Not open for further replies.
your advanced trigger is in fact a basic trigger... :roll:

Code:
    Events
        Player - Player 1 (Red) types a chat message containing ss as An exact match
    Conditions
        (Triggering player) Equal to Player 1 (Red)
    Actions
        Hero - Modify Agility of (Picked unit): Add 10 <---- or whatever you want.

or if Picked unit doesn't work try this:
Code:
Hero - Modify Agility of (Random unit from (Units owned by Player 1 (Red) of type (Unit-type(Goku)))): Add 10
 
Level 2
Joined
Jan 12, 2005
Messages
8
I know that one but i want one like if you do that that you can do something like remove bonus SS or so
like if you are playin a DBZ map do like ss then revert you lose the bonus without me havin to just subtract it.
 
Status
Not open for further replies.
Top