Yonko Posted February 27, 2015 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted February 27, 2015 (edited) Hi rA,I know its source related how will i change the red underline words in the cash shop(image below) when i use @cash/@pointsexample:@cash 30Gained 30 custom points. Total 30 custom points.@points 30Gained 30 custom2 points. Total 30 custom2 points. Edited February 27, 2015 by Yonko Quote Link to comment Share on other sites More sharing options...
Cydh Posted February 27, 2015 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted February 27, 2015 try use @set maybe? or u can use bind atcommand~ 1 Quote Link to comment Share on other sites More sharing options...
Zell Posted February 27, 2015 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 412 Reputation: 266 Joined: 04/25/12 Last Seen: Saturday at 11:42 PM Share Posted February 27, 2015 With bindatcmd you can make a custom command with this, search 1 Quote Link to comment Share on other sites More sharing options...
Yonko Posted February 28, 2015 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Author Share Posted February 28, 2015 (edited) Thank you guys for suggestion i made this thru scriptbut seems my problem wont fix see the screenshot - script cashpointers -1,{ OnInit: bindatcmd "cash",strnpcinfo(3)+"::OnCommand",99,99; end; OnCommand: atcommand "@cash 1"; dispbottom "You have gained 1 Custom Point. Your total Custom Points is " +#CASHPOINTS+ ""; end; } Edited February 28, 2015 by Yonko Quote Link to comment Share on other sites More sharing options...
Question
Yonko
Hi rA,
I know its source related how will i change the red underline words in the cash shop(image below) when i use @cash/@points
example:
@cash 30
Gained 30 custom points. Total 30 custom points.
@points 30
Gained 30 custom2 points. Total 30 custom2 points.

Edited by YonkoLink to comment
Share on other sites
3 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.