if this is possible

Status
Not open for further replies.
Level 7
Joined
Jan 13, 2008
Messages
248
i mean i gona make map there u can choose a hero then all time it spawn troups on ur team. ok...

HOw i make this a window coming up when game start there u can choose hero..
Like team 1 can choose hero from 1 group and team 2 can choose hero from another group and when hero is picked game starts and it gona have a timer to choose a hero.... in for example 10 sec...
 
Level 26
Joined
Nov 19, 2007
Messages
1,177
That is a dialog.

Event: Elapsed time = 0.1 seconds
Actions:Clear Dialog1
Create dialog button for dialog 1 called (hero 1)
Set [hero1] equal to last created dialog button
Create dialog button for dialog 2 called (hero 2)
Set [hero2] equal to last created dialog button
Show Dialog1 for player 1 (red)
Event - Dialog is clicked
Conditions - Clicked dialog equal to [hero2]
Actions - Create one [hero2] for player red at position XXX

That's roughly the triggers you need. You'll also have to create variables for each dialog button, and each dialog.
 
Status
Not open for further replies.
Top