Yes, it is a instance variable of monsters. But if that comparison is never true then how come the other parts of the event work as intended?
First thing I tried is "compare instance variable" but that doesn't work, it's very buggy...
LE: And I just tried changing the numbers from 0 to 1 and 2, if I do that nothing happens anymore at all... so what gives? I'm very confused...
As stated, the string "Justspawned" can never be the same as 0
You are trying to see if a word is the same as a number, but you could also be trying to compare if 54 is the same as 100, which will never be true..
What you want to do is compare if the instance variable on the object is equal to 0
Why the rest of the actions work?
Well event 7 is true every time, because "justspawned" is never the same as 0, so it's actions are executed..