Hey! So being a complete stranger to CLEO writing, I'm trying to make a .cs that writes stuff to a text file.
I've gotten to the point I know I need to operate with 0A9A, but I can't progress any further since I don't know how the syntax for it works.
What I'm trying to do is recreate the following:
Type "/ant" in chat, followed by any sort of text (X X Z).
/ant is recognized and caught on by the CLEO, not being sent to the server.
Said text (X X Z) is recognized and copied to an external text file.
When typed again (/ant X X Y), said text is also copied to the text file, but X X Z from earlier prevails. Content is now X X Z, X X Y. Any new text is added, instead of replacing older text.
Any tips on how to achieve this?
I've gotten to the point I know I need to operate with 0A9A, but I can't progress any further since I don't know how the syntax for it works.
What I'm trying to do is recreate the following:
Type "/ant" in chat, followed by any sort of text (X X Z).
/ant is recognized and caught on by the CLEO, not being sent to the server.
Said text (X X Z) is recognized and copied to an external text file.
When typed again (/ant X X Y), said text is also copied to the text file, but X X Z from earlier prevails. Content is now X X Z, X X Y. Any new text is added, instead of replacing older text.
Any tips on how to achieve this?
Last edited: