Difference between revisions of "MessageBox Tutorial"
Jump to navigation
Jump to search
m
→Starting the whole thing: linking
imported>ShadowDancer (Example spell script added to MessageBox tutorial) |
imported>ShadowDancer m (→Starting the whole thing: linking) |
||
Line 108: | Line 108: | ||
*It can run every frame (harder for a quest) | *It can run every frame (harder for a quest) | ||
*The variables can be global (harder for a [[Unplayable Items|token]]) | *The variables can be global (harder for a [[Unplayable Items|token]]) | ||
*And it's simply easier to manage than a spell (if a spell is really possible at all, I haven't seen one yet) | *And it's simply easier to manage than a spell (if a spell is really possible at all, I haven't seen one yet) [[MessageBox Tutorial#Multiple Menus in a Spell Script|Multiple Menus in a Spell Script]] | ||
The only disadvantage is that activators need to be in the same cell as the player (loaded in memory) to run, so you will have to remember to add a few lines to move the activator to the player when starting and away when finished. Of course, with some work, quests and tokens can be made to do the same, but I don't find them quite as easy to set up. | The only disadvantage is that activators need to be in the same cell as the player (loaded in memory) to run, so you will have to remember to add a few lines to move the activator to the player when starting and away when finished. Of course, with some work, quests and tokens can be made to do the same, but I don't find them quite as easy to set up. | ||