[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
My first script
imported>Persidon (My first script) |
imported>Persidon (My first script) |
||
Line 12: | Line 12: | ||
'''scriptname''' : this defines the scriptname. You must have a scriptname or you cant compile(save) it. | '''scriptname''' : this defines the scriptname. You must have a scriptname or you cant compile(save) it. | ||
'''Begin OnActivate''' : This is the most important part of script, OnActivate is one of three main block types. the others are, GameMode and MenuMode. | '''Begin OnActivate''' : This is the most important part of script, OnActivate is one of three main block types. the others are, GameMode and MenuMode. | ||
'''ShowMessage MyMessage''' : Shows the message MyMessage, wich is hello world. | '''ShowMessage MyMessage''' : Shows the message MyMessage, wich is hello world.<br /><br /> | ||
'''End''' : is a must have or it wont compile. | '''End''' : is a must have or it wont compile. | ||
There you go, its simple isn't it. | There you go, its simple isn't it. | ||
<br />[[User:Persidon|[WIP] Vault 18]] 02:59, 3 May 2010 (UTC) |