Guest User

Untitled

a guest
Feb 22nd, 2013
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. simulated event PostBeginPlay()
  2. {
  3.  
  4.     Super.PostBeginPlay();
  5.    
  6.     SetTimer(0.1, true, 'LogTimer');
  7. }
  8.  
  9. function LogTimer()
  10. {
  11.    `log("Timer Works");
  12. }
Advertisement
Add Comment
Please, Sign In to add comment