Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,150,150,5 script Sala BG 871,{
- if (BaseLevel < 80) goto nolvl;
- mes "[ Sala BG ]";
- mes "Olá , gostaria de entra na BG ?";
- if(select("- Sim:- Não")==2) { close; }
- next;
- mes "Até mais.";
- warp "bat_room",154,149;
- close;
- }
- nolvl:
- mes "[ Sala BG ]";
- mes "HMHM. tentando me engana.";
- mes "Vá upa e volte level 80.";
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment