[dismiss]
This wiki is a copy of the original Fallout3 GECK wiki created and maintained by the UESP.net. See GECK:Copy Notice for more info.
Difference between revisions of "Myfirstscript"
Jump to navigation
Jump to search
Scripting For Dummies
imported>Persidon (Scripting for Dummies version 1.0) |
imported>Persidon (Scripting For Dummies) |
||
Line 27: | Line 27: | ||
◘ <b>OnActivate</b>: Tells the script to start when the object this script is attached to, is activated. Well OnActivate is one of lots of block types.<br /> | ◘ <b>OnActivate</b>: Tells the script to start when the object this script is attached to, is activated. Well OnActivate is one of lots of block types.<br /> | ||
<b>ShowMessage</b> - This produces the Message box that has an Editor id of MyMessage <br /> | <b>ShowMessage</b> - This produces the Message box that has an Editor id of MyMessage <br /> | ||
<b>End</b> - This ends the OnActivate Block | <b>End</b> - This ends the OnActivate Block<br /><br /> | ||
<b>MORE TO COME SOON</b> |