need some help at map making

Status
Not open for further replies.

skyknight

S

skyknight

how do you make a starting point without getting the castle and all the peasants, and how do you make a hero selector and how do you get the hero to teleport to a certain location?
 
you have a unit thats a selector and you can see several heroes lined up to choose from
 
Give the selector a single-target ability, like Storm Bolt.

Make a trigger that fires when a unit uses an ability.
Check to see if it's your dummy chooser ability.

Make one (Target unit of ability being cast) for (owner of (casting unit)).
Kill (casting unit).

That's pseudocode; ought to be enough to get you started on it.
 
Status
Not open for further replies.
Back
Top