This is making me so mad. >:(
This is part of my script:
MoveCharacter (EGO,167,157);
while (character[EGO].walking) Wait(1);
FaceLocation (EGO, 170,1);
DisplaySpeech (EGO, "I wonder what this does.");
SetCharacterView (EGO,11); --> This line is the problem
Wait (40);
PlaySound (6);
Wait (30);
ReleaseCharacterView (EGO);
Right before it Sets the view, the program crashes and tells me:
You said 12 and max is 10. (in number of views)
-What the hell does that mean?
-And how do I fix this ? :(
I'm sorry, it said:
You said 11 and max is 10
Are you sure there's a view 11 in your game?
Please check.
Yes I did, but thanks anyways.
I got AGS v2.61 and the error
is gone. But I think the error was
caused by AGS, not me.