Almond Snicker Posted January 13, 2021 Share Posted January 13, 2021 Hi all, Can someone help me add a display message on #cash? Unfortunately it doesn't show any message if you have successfully added cash using the # command. maybe something like, "You have successfully added 1000 cash points to "player name". Total 1000 Points." Is this possible? Quote Link to comment Share on other sites More sharing options...
0 Cookie-rae Posted January 13, 2021 Share Posted January 13, 2021 Why not use viewer cash? https://github.com/15peaces/3ceam-Patches/blob/master/Scripts/CashView.txt Quote Link to comment Share on other sites More sharing options...
0 jawbreaker Posted January 13, 2021 Share Posted January 13, 2021 /* Add to your function collection */ function script F_GetCash { #CASHPOINTS += getarg(0); dispbottom "You received "+getarg(0)+" Cash Points"; end; } /* Item Script */ - Id: 501 AegisName: Red_Potion Name: Red Potion Type: Healing Buy: 50 Weight: 70 Script: | callfunc "F_GetCash",1000; Quote Link to comment Share on other sites More sharing options...
0 Almond Snicker Posted January 15, 2021 Author Share Posted January 15, 2021 On 1/13/2021 at 2:04 PM, Cookie-rae said: Why not use viewer cash? https://github.com/15peaces/3ceam-Patches/blob/master/Scripts/CashView.txt This is good, but unfortunately it doesn't work on latest git, have you tested it? Quote Link to comment Share on other sites More sharing options...
0 Cookie-rae Posted January 15, 2021 Share Posted January 15, 2021 3 minutes ago, Almond Snicker said: This is good, but unfortunately it doesn't work on latest git, have you tested it? https://github.com/coookie1010/Server-Patches/blob/main/NPC/rA/viewcash.txt here i make it works perfect now thanks to 15peaces for the script. Quote Link to comment Share on other sites More sharing options...
0 Almond Snicker Posted January 15, 2021 Author Share Posted January 15, 2021 3 hours ago, Cookie-rae said: https://github.com/coookie1010/Server-Patches/blob/main/NPC/rA/viewcash.txt here i make it works perfect now thanks to 15peaces for the script. I'll give it a try later today, does it detect even if the character's name has spaces in between? I've made a basic bindatcommand before but when there's spaces, it can't be located. even if you add "" on it.. Quote Link to comment Share on other sites More sharing options...
0 Cookie-rae Posted January 15, 2021 Share Posted January 15, 2021 2 minutes ago, Almond Snicker said: I'll give it a try later today, does it detect even if the character's name has spaces in between? I've made a basic bindatcommand before but when there's spaces, it can't be located. even if you add "" on it.. Yes it does read a character name between space no need to add "". Quote Link to comment Share on other sites More sharing options...
Hi all,
Can someone help me add a display message on #cash? Unfortunately it doesn't show any message if you have successfully added cash using the # command.
maybe something like, "You have successfully added 1000 cash points to "player name". Total 1000 Points."
Is this possible?
Link to comment
Share on other sites