Advertisement
333GameStudio

Test(RandomizationScript)

May 30th, 2015
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #pragma strict
  2.  
  3. function randomize (){
  4.  
  5. Application.LoadLevel(Random.Range(0,Application.levelCount));
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement