Confirming text problem
Posted: Wed Apr 13, 2011 4:44 am
Hey everyone!
Yeah I know, I'm stuck again sorry about that.
so here is the problem.
I want the actor the identify the text given by the player and when he/she presses enter if it matches the text in the code it changes the Var. accordingly.
here is my code:
and the error message:
Error line 1: Incompatible types: cannot convert from ' const int' to 'ARY[256]char'
Please Help!
Yeah I know, I'm stuck again sorry about that.
so here is the problem.
I want the actor the identify the text given by the player and when he/she presses enter if it matches the text in the code it changes the Var. accordingly.
here is my code:
- Code: Select all
if (zone_num = 1 & Entry_Box.text = go to town);
{
Str.textNumber=25;
}
and the error message:
Error line 1: Incompatible types: cannot convert from ' const int' to 'ARY[256]char'
Please Help!