I've definitely give that debug -d param a look into, that'll be a definite timesaver with some of these "Oops" type messages.
A follow-up on locales and regions... I've got it working now, and I know that the hierarchy is room response to a statement, then locale response if room response isn't defined.
Is there a way to bypass the room response, if I want to use the locale's response code within part of an 'if' statement without copying and pasting the whole deal? So basically, in response to a 'Said':
(if a
(do this set of things defined in the room script)
else
(perform the locale code for this 'Said')
)
Without the 'else,' there's just no response, since it considers itself done once the 'if' returns false. I can copy and paste into the room code if necessary, just thinking there's probably a way to hand up the chain to save on heap for larger chunks?