I've just come from ComputerCraft, where we were able to use the 'Chat Box' peripheral from I can't remember which mod, which allowed you to listen to the chat, and then perform functions based on that.
However, I can't see to recreate the same functionality in OpenComputers. I have the code:
However, this only appears to pull events from the server's remote terminal, for example:
"key_up" "big long id" 13 28 "Hobby203"
Is there any way to utilise the chat_command event for taking messages from the actual chatbox? I have seen '$$' being used a lot, is this relevant? I've spent the last hour Googling and so far haven't found anything useful...
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hi,
I've just come from ComputerCraft, where we were able to use the 'Chat Box' peripheral from I can't remember which mod, which allowed you to listen to the chat, and then perform functions based on that.
However, I can't see to recreate the same functionality in OpenComputers. I have the code:
However, this only appears to pull events from the server's remote terminal, for example:
Is there any way to utilise the chat_command event for taking messages from the actual chatbox? I have seen '$$' being used a lot, is this relevant? I've spent the last hour Googling and so far haven't found anything useful...
Link to post
Share on other sites