Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #pragma strict
  2.  
  3. var lives = 3;
  4.  
  5. function Start () {
  6.  
  7. }
  8.  
  9. function Update () {
  10.  
  11. if lives = 0; {
  12.  
  13. Debug.Log("Lives gone");
  14.  
  15. }
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement