I'm trying to run a character interaction from inside of a room script with no luck. I'm sure the mode and character number are correct. But no such luck. I don't get an error or anything, it just doesn't ever call the interaction. Anyone have anything thoughts?
If the character's interaction action is set to 'run-script' then that script will be called only when the current function (from which the interaction is called) is done.
~Cheers
I figured it out. It was actually because I was calling NewRoom in the same script. I changed the interaction for the room to call one script after the other and that seems to have worked. thanks.