Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,150,150,5 script Sumonador 441,{
- mes "[Somonador]"
- mes "Olá strcharinfo(0)+ você deseja Sumonar um Monster?"
- switch(SELECT("- Sim:-Não"))
- {
- CASE 1: NEXT;
- mes "Digite o ID do Monstro:";
- INPUT .@mobid;
- close2;
- atcommand "monster "+.@mobid+"";
- END;
- CASE 2: close;
- {
- {
Advertisement
Add Comment
Please, Sign In to add comment