Derike

Sumonador

May 12th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.28 KB | None | 0 0
  1. prontera,150,150,5  script  Sumonador   441,{
  2. mes "[Somonador]"
  3. mes "Olá strcharinfo(0)+ você deseja Sumonar um Monster?"
  4. switch(SELECT("- Sim:-Não"))
  5. {
  6. CASE 1: NEXT;
  7. mes "Digite o ID do Monstro:";
  8. INPUT .@mobid;
  9. close2;
  10. atcommand "monster "+.@mobid+"";
  11. END;
  12. CASE 2: close;
  13. {
  14. {
Advertisement
Add Comment
Please, Sign In to add comment