Guest User

Untitled

a guest
Jan 12th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function OnTriggerEnter (other : Collider){
  2.  
  3. Destroy(other.gameObject);
  4.  
  5. aantalmuntjes.muntjes++;
  6.  
  7. // Muntjestotaal.muntjetotaal++;
  8.  
  9. }
Add Comment
Please, Sign In to add comment