Derike

Emperium Summon

May 12th, 2012
164
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 de Emperium   441,{
  2.     mes "[Sumonador de Emperium]"
  3.     mes "Olá Você quer sumonar um Emperium?"
  4.     switch(SELECT("- Sim:- Não))
  5.    {
  6.     case 1: close2;
  7.    atcommand "@monster 1288";
  8.    end;
  9.    case 2: close;
  10.    }
  11.    }
Advertisement
Add Comment
Please, Sign In to add comment