There's following code:
CODE
IF
Allegiance(Myself,ENEMY)
!InParty(Myself)
Global("NPCFight","LOCALS",0)
THEN
RESPONSE #100
SetGlobal("NPCFight","LOCALS",1)
ChangeAIScript("Coranx",CLASS)
ChangeAIScript("useitem",GENERAL)
ChangeAIScript("",DEFAULT)
SetDialog("")
Continue()
END
Allegiance(Myself,ENEMY)
!InParty(Myself)
Global("NPCFight","LOCALS",0)
THEN
RESPONSE #100
SetGlobal("NPCFight","LOCALS",1)
ChangeAIScript("Coranx",CLASS)
ChangeAIScript("useitem",GENERAL)
ChangeAIScript("",DEFAULT)
SetDialog("")
Continue()
END
The problem is that there's no CORANX.BCS anywhere. Is it just missed or it should be set to something else?