Search results

  1. C

    Muting players?

    Is there a way (other than putting a player in cinematic mode) to mute a player? I don't want cinematic mode because it reveals map for everyone else. I just want a player to not be able to talk. Is this possible?
  2. C

    Replacing Units

    How come my trigger doesn't work? Events Unit - A unit Begins casting an ability Conditions Actions If ((Ability being cast) Equal to Morph into Hydralisk (Neutral Hostile)) then do (Unit - Replace (Triggering unit) with a Hydralisk using The old unit's relative life and mana)...
  3. C

    Giving an item to a random hero

    What would the action be for giving a hero (a random player's hero) a specific item, and displaying a message to the hero's player? Thanks in advance, I just need this to finish my map<3
  4. C

    Creating a certain amount of units

    How would I be able to do this? For example, I would like to type this: -create 5 and it would create 5 units. Basically I just need to know what to put for the event. I was thinking like when player 1 types the integer, it gets stored into my integer variable, then in the action section, I...
Top