Advertisement
Guest User

Untitled

a guest
May 25th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
BOO 0.17 KB | None | 0 0
  1. function OnGUI(){
  2.  
  3. if(tmode){
  4.    var handl3 = GameObject.Find("PlayerCube");
  5.  var other3 = handl3.gameObject.GetComponent("Wowmove");
  6.  other3.isWalking = false;
  7.  }
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement