nerugm 0 Posted January 8, 2022 (edited) I would like to have an item that, when used, will earn Cashpoints. atcommand <@cash/#cash> <character name> <amount> Or do I have to use the NPC function script? Edited January 8, 2022 by nerugm Quote Share this post Link to post Share on other sites
0 nerugm 0 Posted January 8, 2022 25 minutes ago, nerugm said: I would like to have an item that, when used, will earn Cashpoints. atcommand <@cash/#cash> <character name> <amount> Or do I have to use the NPC function script? i'm done, script is. Id: xxxxx AegisName: "xxxxx" Name: "xxxxx" Type: "IT_USABLE" Trade: { nodrop: true notrade: true noselltonpc: true nocart: true nostorage: true nogstorage: true nomail: true noauction: true } Script:<" charcommand("#cash "+strcharinfo(PC_NAME)+" +100"); "> Quote Share this post Link to post Share on other sites
I would like to have an item that, when used, will earn Cashpoints.
atcommand <@cash/#cash> <character name> <amount>
Or do I have to use the NPC function script?
Edited by nerugmShare this post
Link to post
Share on other sites