realRO Posted January 13, 2017 Posted January 13, 2017 Good day rA. How can I write a GM command on an item script? Example: Is this possible? command: @ccolor 10, @hairstyle, etc etc. Item: { @ccolor 10; @hairstyle 10; },{},{} Quote
0 Akkarin Posted January 13, 2017 Posted January 13, 2017 The script command documentation details how to use @commands via script. Usage in items is no different. https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L7113 Quote
Question
realRO
Good day rA. How can I write a GM command on an item script?
Example: Is this possible?
command: @ccolor 10, @hairstyle, etc etc.
Item: { @ccolor 10; @hairstyle 10; },{},{}
1 answer 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.