Difference between revisions of "OnLoad"
no edit summary
imported>Tgspy (→Notes) |
imported>Tgspy |
||
Line 1: | Line 1: | ||
This block will be run once whenever the scripted object's 3D loads, i.e. whenever the player enters the cell (interior) or the object's cell is loaded in the 5x5 grid of exterior cells around the player. | This block will be run once whenever the scripted object's 3D loads, i.e. whenever the player enters the cell (interior) or the object's cell is loaded in the 5x5 grid of exterior cells around the player. | ||
==Example== | |||
Begin OnLoad | |||
placeatme GrenadeFragExplosion | |||
end | |||
==='''Notes'''=== | ==='''Notes'''=== |