Sellswords: Install problem at AR0707.BCS. Despite what says in TP2-file:
// Enge's shop, AR0707, is assigned AR0003.bcs in vanilla game. But someone might set it to AR0707.bcs, so we edit whichever script is available, thanks to Argent77 and K'aeloree:
COPY_EXISTING ~ar0707.are~ ~override~
READ_ASCII 0x94 ar0707_script
It doesn't work.
Added to AR0707.BCS:
IF
Global("O#LLQuest","GLOBAL",0)
Global("Chapter","GLOBAL",6)
THEN
RESPONSE #100
CreateCreature("O#LLMess",[377.487],12)
SetGlobal("O#LLQuest","GLOBAL",1)
Continue()
END