You see, in one of these areas, I want to add a creature. Obvioulsy, I can't use:
EXTEND_BOTTOM ~Ar0707.bcs~ ~SC#Hub\Scripts\SC#AR0707.baf~as there's no script to extend.
Okay, I tried renaming my SC#AR0707.baf to AR0707.baf and simply used a:
COMPILE ~SC#Hub\Scripts\AR0707.baf~ USING ~~which resulted in a nice little AR0707.bcs in my override. But that didn't help me. The creature still wasn't there. I even tried to start a new game to get it to work (why I did that? no idea).
So, what do I do, in order to get my creature to spawn there?
PS. In case you wonder if it's something wrong with my .baf (which it shouldn't), I'll post it as well:
IF Global("SC#HubExists","AR0707",0) THEN RESPONSE #100 SetGlobal("SC#HubExists","AR0707",1) CreateCreature("SC#Hub",[340.340],3) END