Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. function Start() {
  2. yield WaitForSeconds(10.0); // wait 10 seconds (timer)
  3. // execute code here
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement