Phantom Of Rogue-Gon Posted August 8, 2013 Posted August 8, 2013 hello and good day can i request a script check the Cashpoint NPC of character Quote
Patskie Posted August 8, 2013 Posted August 8, 2013 Use @points in-game to check cash points of a certain character. - script Cashpoints -1,{ OnInit: bindatcmd "points",strnpcinfo(3)+"::OnAtcommand"; end; OnAtcommand: dispbottom "You currently have " +#CASHPOINTS+ " cash points"; end; } 1 Quote
Euphy Posted August 8, 2013 Posted August 8, 2013 mes "You have "+#CASHPOINTS+" Cash Points."; close; Quote
Question
Phantom Of Rogue-Gon
hello and good day
can i request a script check the Cashpoint NPC of character
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.