Hi,
Search isn't working right now.
I want to change a variable based on what room the player is in.
Code: AGS
the above isn't working, because
Parse error in expr near 'cEgo'
Any suggestions?
Search isn't working right now.
I want to change a variable based on what room the player is in.
function Button5_OnClick(GUIControl *control, MouseButton button)
{
if (cEgo.Room(4)== true){
int Ascore +=1;
cEgo.ChangeRoom(2);
}
the above isn't working, because
Parse error in expr near 'cEgo'
Any suggestions?