Initial commit. Updated release archive.
This commit is contained in:
12
_module/nss/gz_bindsto_endcv.nss
Normal file
12
_module/nss/gz_bindsto_endcv.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void TurnOffLight()
|
||||
{
|
||||
PlayAnimation (ANIMATION_PLACEABLE_DEACTIVATE);
|
||||
SetPlaceableIllumination (OBJECT_SELF, FALSE);
|
||||
RecomputeStaticLighting (GetArea(OBJECT_SELF));
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
ActionWait(10.0f);
|
||||
TurnOffLight();
|
||||
}
|
Reference in New Issue
Block a user