13.05.2016, 17:00
Quote:
text[0] - is only first char. so u need to check "(text,".
And dunno, is OnPlayerText calling when player enter a command with cleo. |
text = "Hey"
text[0] : "Hey"
text[1] : "ey"
-------------------
I don't know too but if the player type something and press enter, I think OnPlayerText is called. It's need to be tested.