Find another bug/mistake I think.
I want to solve the quest " Let's Party! - Part 1 ", but the event didn´t happen.
So I go to the code again and you ask different parameter for this quest
1. Day > 10, check
2. _type is a or s, -> here is the problem... in java the variable _type can get 3 different outcomes...
a -> for athletic
i -> for intelligent
c -> for charismatic
but never "s"... so if your variable is not a (and I think it should work also with c) the event never happend
Also is there the problem, that you can change this variable from a or c in i... then the event will also never starts..