How to import dialogs into my map (enUS)
[] How to import dialogs into my map
Prerequisites
- Get the Assisted Dialogs Library.
- Import the library to your map.
- Create a "Map Initialization" Trigger to your map.
Import a complete dialog and all subitems
In addition to the prerequisites.
- Go to Dialog Designer.
- Select the dialog you want to import.
- Click the "MACRO Code" button.
- Check the "Include subitems" checkbox.
- Copy the entire content of the edit box.
- Go to GE on your map.
- Create a "Create Full Dialog from MACRO Code" action.
- Paste in the "MACRO Code" parameter.
- It's done !
Import only a dialog (and no subitems)
In addition to the prerequisites :
- Go to Dialog Designer.
- Select the dialog you want to import.
- Click the "MACRO Code" button.
- Make sure the "Include subitems" checkbox is unchecked.
- Copy the entire content of the edit box.
- Go to GE on your map.
- Create a "Create Dialog from MACRO Code" action.
- Paste in the "MACRO Code" parameter.
- It's done !
Import only a dialog item
In addition to the prerequisites :
- Go to Dialog Designer.
- Select the dialog item you want to import.
- Click the "MACRO Code" button.
- Copy the entire content of the edit box.
- Go to GE on your map.
- Create a "Set the name of dialog" action.
- Referee the dialog and type the same name of the dialog as in Dialog Designer.
- Create a "Create Dialog Item from MACRO Code" action.
- Paste in the "MACRO Code" parameter.
- It's done !
Comments