How to import dialogs into my map (enUS)

[http://www.sc2mapster.com/static/base/images/flags/us.png] How to import dialogs into my map

Prerequisites

  1. Get the Assisted Dialogs Library.
  2. Import the library to your map.
  3. Create a "Map Initialization" Trigger to your map.

Import a complete dialog and all subitems

In addition to the prerequisites.

  1. Go to Dialog Designer.
  2. Select the dialog you want to import.
  3. Click the "MACRO Code" button.
  4. Check the "Include subitems" checkbox.
  5. Copy the entire content of the edit box.
  6. Go to GE on your map.
  7. Create a "Create Full Dialog from MACRO Code" action.
  8. Paste in the "MACRO Code" parameter.
  9. It's done !

Import only a dialog (and no subitems)

In addition to the prerequisites :

  1. Go to Dialog Designer.
  2. Select the dialog you want to import.
  3. Click the "MACRO Code" button.
  4. Make sure the "Include subitems" checkbox is unchecked.
  5. Copy the entire content of the edit box.
  6. Go to GE on your map.
  7. Create a "Create Dialog from MACRO Code" action.
  8. Paste in the "MACRO Code" parameter.
  9. It's done !

Import only a dialog item

In addition to the prerequisites :

  1. Go to Dialog Designer.
  2. Select the dialog item you want to import.
  3. Click the "MACRO Code" button.
  4. Copy the entire content of the edit box.
  5. Go to GE on your map.
  6. Create a "Set the name of dialog" action.
  7. Referee the dialog and type the same name of the dialog as in Dialog Designer.
  8. Create a "Create Dialog Item from MACRO Code" action.
  9. Paste in the "MACRO Code" parameter.
  10. It's done !

Comments

Posts Quoted:
Reply
Clear All Quotes