How you can make actor.text to IF actor.text="text" ..
Posted: Fri Mar 29, 2013 5:56 pm
Hello, i have a last question till i am done, so i will be short as i can.
I tryed to use arrays:
I tryed also with that:
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.
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.