There are a couple of places where I have 2 stacked triggers so that there is a delay between effects and dialogue, for instance. Is there a way to add a time delay between
sidechats in the
OnActivation line of the same trigger?
i.e., in a script u could have :
P1 sidechat "Blah Blah Blah";
~3
P2 sidechat "Well, Blahbety Blah blah";
exit
So, can you make all of that happen in one trigger? I've gotten errors when I tried before. I'm sure there are other places where I could eliminate triggers if I knew a better way to condense things into one.