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
21 bytes removed ,  04:22, 11 May 2010
My First Script
imported>Persidon
(My First Script)
imported>Persidon
(My First Script)
Line 23: Line 23:


<b>Scriptname</b>: This is a MUST HAVE, or the script wont Compile (Save)<br />
<b>Scriptname</b>: This is a MUST HAVE, or the script wont Compile (Save)<br />
<b>Begin OnActivate</b>:  - <b>Begin</b>: Tells the script to begin<br />
<b>Begin OnActivate</b>:
                          - <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.
  <b>Begin</b>: Tells the script to begin<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.
<b>ShowMessage</b>: This produces the Message box that has an Editor id of MyMessage
<b>ShowMessage</b>: This produces the Message box that has an Editor id of MyMessage
<b>End</b>: This ends the OnActivate Block
<b>End</b>: This ends the OnActivate Block
Anonymous user

Navigation menu