Hmm, for Dinan, the cre in question is DINAN3.cre ... and the blocks that spawn him,
IF
Global("kerisreturn","GLOBAL",1)
THEN
RESPONSE #100
SetGlobal("kerisreturn","GLOBAL",2)
ActionOverride("dinan2",DestroySelf())
CreateCreature("dinan3",[708.639],4) // Dinan
END
(from
TDD\SNIP\bAR1105.BAF)
Now the GLOBAL is only changed by this block from another area ...
IF
Dead("sacorc01")
!Global("kerisreturn","GLOBAL",1)
THEN
RESPONSE #100
SetGlobal("kerisreturn","GLOBAL",1)
END
(from
TDD\BAF\DD9000.BAF)
... which means ... I'm stumped

(maybe the upper block should contain a !Exists("DINAN3")??

)
Now, could you please tell us the names of these Copper Coronet Halfling brothers??

Or if possible, could you export you uncompiled AR0700.bcs and AR1105.bcs (in .baf form)??
Edited by Lollorian, 13 May 2010 - 04:51 AM.