HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

need help.

10-08-2006, 09:12 PM#1
Coreybowen999
how do u create a window for all players giving options for them to pick like
example:
button 1: be a hero
button 2: be all units
button 3: be payer
10-08-2006, 09:14 PM#2
Captain Griffen
Dialogs. EG:

Trigger:
Dialog - Clear Dialog X
Dialog - Set Dialog Title to <title>
Dialog - Add dialog button called <button name> to X.
Set DialogButtonA = (Last created dialog button)
...