Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. objectdef MyObject
  2. {
  3.     variable int MyTimer
  4.  
  5.     function MyFunction
  6.     {
  7.         MyTimer:Set[10]
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement