Advertisement
Guest User

room start

a guest
Sep 4th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. //room start
  2. if room=classe
  3. {visible=false
  4. global.inimigo=true}
  5.  
  6.  
  7. if room=lojasala
  8. {visible=false}
  9.  
  10. if room_last=lojasala
  11. {if global.inimigo=true
  12. {visible=false}}
  13.  
  14.  
  15. if room_last=classe
  16. {global.inimigo=false}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement