Advertisement
aandnota

YieldLoader

Feb 29th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function LoadLevel(){
  2. Application.LoadLevel("level whatever");
  3.  
  4. function SomeEvent(){
  5. yield WaitForSeconds(3);
  6. LoadLeve();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement