realRO Posted January 13, 2017 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 84 Reputation: 0 Joined: 12/24/13 Last Seen: June 13, 2017 Share 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 Link to comment Share on other sites More sharing options...
0 Akkarin Posted January 13, 2017 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3145 Reputation: 1632 Joined: 03/26/12 Last Seen: Friday at 01:04 PM Share 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 Link to comment Share on other sites More sharing options...
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; },{},{}
Link to comment
Share on other sites
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.