How can I check the text i write in the chat?
For example i got my code
{$VERSION 3.1.0027}
{$CLEO .cs}
thread 'Suicide'
:Respawn_01
wait 0
if
0AB0: key_pressed 123
else_jump @Respawn_01
0223: set_actor $PLAYER_ACTOR health_to 0
jump @Respawn_01
And i want to replace the key_pressed line with one that checks for the command /respawn..
How can I do that?
For example i got my code
{$VERSION 3.1.0027}
{$CLEO .cs}
thread 'Suicide'
:Respawn_01
wait 0
if
0AB0: key_pressed 123
else_jump @Respawn_01
0223: set_actor $PLAYER_ACTOR health_to 0
jump @Respawn_01
And i want to replace the key_pressed line with one that checks for the command /respawn..
How can I do that?