viewing paste cash point display | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13
 
prontera,155,181,5  script  Sample  757,{
 
OnAtCommand:
OnPCLoginEvent:
    dispbottom "You got "+#CASHPOINTS+" cash points.";
    end;
    
OnInit:
    bindatcmd "cashpoints",strnpcinfo(3)+"::OnAtCommand";
    end;
}
 
Viewed 1510 times, submitted by Emistry.