Tiny Typos #3
TotoR115 opened this issue · 0 comments
TotoR115 commented
BG1NPC/bg1npc/phase2/dlg/x#skint.d
Lines 333 to 340 in 86927f1
Seem to be a typo:
~ActionOverride("Jopha",EscapeArea())
should be ~ActionOverride("x#jopha",EscapeArea())
For oBG2
: following Res does not exists in spell.ids
BG1NPC/bg1npc/phase2/baf/x#garwyl.baf
Line 59 in 86927f1
BG1NPC/bg1npc/phase2/baf/x#garwyl.baf
Line 244 in 86927f1
For compatibility,
Spell(Myself,452x)
could be replaced by SpellRes("spcl52x",Myself)