So, there is a series of three rooms. And you can get +1 or -1 in each rooms depending on how you play. And I want if the player is in the third room and if his score is -2, that he gets a different response from when he has a different score. But for some reason I never get the different response.
I run a "Call function"-script after entering the room. The function is called "GetScore" and I set an if script in the function that takes the room and the score in account.
Any idea what's wrong?
Typing in "pullroom" sets the score to -2 and moves you to the third room.