brendorox

Untitled

Aug 2nd, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. prontera,150,150,5 script Sala BG 871,{
  2.  
  3. if (BaseLevel < 80) goto nolvl;
  4.  
  5. mes "[ Sala BG ]";
  6. mes "Olá , gostaria de entra na BG ?";
  7. if(select("- Sim:- Não")==2) { close; }
  8. next;
  9. mes "Até mais.";
  10. warp "bat_room",154,149;
  11. close;
  12.  
  13. }
  14.  
  15. nolvl:
  16. mes "[ Sala BG ]";
  17. mes "HMHM. tentando me engana.";
  18. mes "Vá upa e volte level 80.";
  19. close;
  20.  
  21. }
Advertisement
Add Comment
Please, Sign In to add comment