I tryed to use arrays:
- Code: Select all
char textactor[256]=actor.text; //does not work
I tryed also with that:
- Code: Select all
int atoi(actor*str); //no effect
So i am in total confusion.. how i might be supposed to do run functions if the actor.text = "texthere" and different functions if the actor.text = "anothertexthere".
If someone have ideas for that maybe he can share? But i don't think that is quite possible easy.