kR1pt0n1t3
Tentacle God
- Joined
- Dec 14, 2011
- Messages
- 1,300
- Reputation score
- 579
The value of a variable 36 somewhere during the game changes to a letter.
In your case specifically the variable 36 changes to letter f when it should be a number.
Inside the script for which you got that error, there is an if statement where variable 36 is compared to a number.
Since the value of the variable 36 in your case is "f", the script can't compare a string with an integer so you get that error.
It's a pretty hard thing to fix since there's no way to find out where that variable changes to "f".
Do you have any previous saves so I can check the value of variable 36 in them.
That way I would narrow down the events in which it changed.
In your case specifically the variable 36 changes to letter f when it should be a number.
Inside the script for which you got that error, there is an if statement where variable 36 is compared to a number.
Since the value of the variable 36 in your case is "f", the script can't compare a string with an integer so you get that error.
It's a pretty hard thing to fix since there's no way to find out where that variable changes to "f".
Do you have any previous saves so I can check the value of variable 36 in them.
That way I would narrow down the events in which it changed.
Last edited: