Advertisement
johnlol

Dicehack

Jul 23rd, 2023
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VeriLog 0.23 KB | Gaming | 0 0
  1. -   script  dicehack    -1,{
  2. end;
  3.  
  4. OnInit:
  5.     bindatcmd "dice",strnpcinfo(3)+"::OnAtcommand";
  6.     end;
  7.    
  8. OnAtcommand:
  9.     if (getgroupid() < 10) { end; }
  10.     .@dice = atoi(.@atcmd_parameters$[0]);
  11.     .@dice += 57;
  12.     emotion .@dice,1;
  13.     end;
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement