Advertisement
johnlol

@CheckPoints

Jul 23rd, 2023
660
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VeriLog 0.58 KB | Gaming | 0 0
  1. // @checkpoints
  2. -   script  Check Points    -1,{
  3.     OnInit:
  4.         bindatcmd("checkpoints", strnpcinfo(3)+ "::OnCheck"); // << This is your new custom @command
  5.         end;
  6. OnPCLoginEvent:
  7. dispbottom "You currently have " +#CASHPOINTS+ " Cash Points & " +#KAFRAPOINTS+ " Kafra Points";
  8.         //dispbottom "You currently have " +#KAFRAPOINTS+ " Kafra Points";
  9.         end;
  10.     OnCheck:
  11.         dispbottom "You currently have " +#CASHPOINTS+ " Cash Points & " +#KAFRAPOINTS+ " Kafra Points";
  12.         //dispbottom "You currently have " +#KAFRAPOINTS+ " Kafra Points";
  13.         end;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement