Difference between revisions of "MessageBox Tutorial"

3 bytes removed ,  01:57, 15 September 2007
m
imported>Haama
m (→‎Activator Script: Matching other scripts)
imported>Haama
Line 242: Line 242:


There are 4 mediums you could use for the script: Quest, Activator, Tokens (Object scripts on items in the player's possession), and Spells (or Magic Effect scripts). Each has their own advantages and disadvantages, but it's suggested you use an activator.
There are 4 mediums you could use for the script: Quest, Activator, Tokens (Object scripts on items in the player's possession), and Spells (or Magic Effect scripts). Each has their own advantages and disadvantages, but it's suggested you use an activator.
====Activator Advantages====
====Activator Advantages====
* Activators can keep persistent variables that other scripts can use (unlike tokens and spells)
* Activators can keep persistent variables that other scripts can use (unlike tokens and spells)
Line 307: Line 308:
===What you'll need===
===What you'll need===
You'll need to set up some objects for the next script: an invisible activator, an XMarker, and your own cell:
You'll need to set up some objects for the next script: an invisible activator, an XMarker, and your own cell:


===Your own cell===
===Your own cell===
Line 315: Line 315:
#Select "Duplicate Cell"
#Select "Duplicate Cell"
#Rename your new cell to something you'll remember (and don't worry about the lack of floors, it'll work just fine)
#Rename your new cell to something you'll remember (and don't worry about the lack of floors, it'll work just fine)


===Activator===
===Activator===
Anonymous user