Advertisement
Guest User

@mum

a guest
Mar 21st, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. - script #bindatcmd -1,{
  2. OnInit:
  3. // @mum
  4. bindatcmd("mum",strnpcinfo(0)+"::OnMum");
  5. end;
  6.  
  7. OnMum:
  8. if (!LastMob) {
  9. message strcharinfo(0),"No mob info found.";
  10. end;
  11. }
  12. atcommand "@mi "+LastMob;
  13. end;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement