Advertisement
GrandBulwark

Untitled

Feb 16th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. While OnActivate()
  2. Debug.MessageBox("Chest will disable and delete in 10 seconds after closing")
  3. Utility.Wait(10.0)
  4. Self.Disable()
  5. Self.DeleteWhenAble()
  6. EndWhile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement