I've been ignoring this issue for a while, but solving it would make my life a lot easier. It seems that when I use and-in-sequence, it doesn't work. According to the description, when the events or information you put in become true in the order they are listed with the SEXP, the effect should trigger. But this doesn't seem to happen. I have a simple and-in-seqence: event-true and key-pressed, but it doesn't work even after I know that these have happened in the correct order. I even tried the key-press before the event was true to see if the order was backwards but no change. Any idea on why and-in-sequence doesn't seem to work?