Advertisement
GrandBulwark

Untitled

Feb 17th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Scriptname WZONES_ArmorySpawnChestToggle extends ObjectReference
  2. ;Script Authors: GrandBulwark
  3.  
  4. ;Version 2015.2
  5.  
  6. Function OnLoad() ; As soon as this object is in view
  7. Utility.Wait(7.0) ; Hurry up and wait 7 seconds
  8. Debug.MessageBox("Ten Seconds until the chest is deleted.") ;POPUP time-limit
  9. Utility.Wait(10.0)
  10. Self.Disable() ; It's GONE D:
  11. Self.DeleteWhenAble() ; Kill it Dead
  12. EndFunction ; FIN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement