Phantom Of Rogue-Gon Posted August 8, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.02 Content Count: 181 Reputation: 0 Joined: 08/07/13 Last Seen: September 15, 2014 Share Posted August 8, 2013 hello and good day can i request a script check the Cashpoint NPC of character Quote Link to comment Share on other sites More sharing options...
Patskie Posted August 8, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 15 hours ago Share 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 Link to comment Share on other sites More sharing options...
Euphy Posted August 8, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted August 8, 2013 mes "You have "+#CASHPOINTS+" Cash Points."; close; Quote Link to comment Share on other sites More sharing options...
Question
Phantom Of Rogue-Gon
hello and good day
can i request a script check the Cashpoint NPC of character
Link to comment
Share on other sites
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.