Anonymous user
Scripting, Code & Interaction: Difference between revisions
Scripting, Code & Interaction (view source)
Revision as of 12:09, 18 February 2006
, 18 February 2006→Running regular code outside dialog
*>SSH (move pointer tut to separate doc) |
|||
Line 55: | Line 55: | ||
The last two steps are necessary with global variables. Remember! ''ONLY'' the '''import''' command requires the data type as well as the variable name. The '''export''' command ''ONLY'' needs the variable name. | The last two steps are necessary with global variables. Remember! ''ONLY'' the '''import''' command requires the data type as well as the variable name. The '''export''' command ''ONLY'' needs the variable name. | ||
==Running regular code | ==Running regular code inside dialog== | ||
''I need to run some code in my dialog script that isn't in the form of a dialog command! I suppose I need to run regular AGS script from within the dialog script. What do I do?'' | ''I need to run some code in my dialog script that isn't in the form of a dialog command! I suppose I need to run regular AGS script from within the dialog script. What do I do?'' | ||