I'm trying to edit the text i'm sending to server, like an auto corrector or something like that, but how can i get that text via raknet?
I tried to do it in another way:
but the problem is that, once i press enter (so the chat will disappear), the game will not recognize anymore the condition 'while chat enabled' so i can't get the text
I tried to do it in another way:
Code:
while chat enabled
if key pressed enter
then get chat input
but the problem is that, once i press enter (so the chat will disappear), the game will not recognize anymore the condition 'while chat enabled' so i can't get the text