HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

To those who need Dialog Help

09-13-2004, 10:30 PM#1
duckduck
Dl the map on how to make dialogs. Dl it here
To make more dialog buttons, just create more variables.
Click the orange x, then the green x, then give it a name, then scroll down to the Dialog Button. Click ok and click ok again. Just make the new actions like this:


ex.
Add this to trigger Create Dialogs
Code:
  Dialog - Create a dialog button for (Dialog_Menu) labeled (Footman)
  Set (Footman_Button) to (last created dialog button)

Add these actions to trigger Dialog Create Heros
Code:
  If
     Clicked Dialog Button equal to (Footman_Button)
  Then
      Unit - Create 1 foot man in center of playable map
      Dialog Hide (Dialog_Menu)
      Clear (Dialog_Meun)

They dont' have to be unit creat triggers, you can fit any actions