Difference between revisions of "MessageBox Tutorial/Spell Scripts"
Jump to navigation
Jump to search
MessageBox Tutorial/Spell Scripts (edit)
Revision as of 00:44, 15 September 2007
, 00:44, 15 September 2007→Multiple Menus in a Spell Script: Removed warning on multiple menus
imported>ShadowDancer (updating notes/script) |
imported>Haama (→Multiple Menus in a Spell Script: Removed warning on multiple menus) |
||
Line 3: | Line 3: | ||
This leads to one more small problem - if the variables are left set, then every time the spell is cast the menu would start more it left off before (well, ok, this could be cool, but I'll assume it's undesirable). To solve this, all of the external menu variables will be reset when the player exits the menu. | This leads to one more small problem - if the variables are left set, then every time the spell is cast the menu would start more it left off before (well, ok, this could be cool, but I'll assume it's undesirable). To solve this, all of the external menu variables will be reset when the player exits the menu. | ||
The quest script: | The quest script: |