The Black Pits AI Script
Morkfel
Member Posts: 27
Hi Guys,
My AI scripts in the Black Pits are attacking downed players. Doesn't happen in BG:EE (since they die on core rules and are removed as targets).
Having trouble getting them to pick a different target. Is anyone familiar with the how the script works in the Black Pits that could explain it to me? I've tried the following to no avail:
My AI scripts in the Black Pits are attacking downed players. Doesn't happen in BG:EE (since they die on core rules and are removed as targets).
Having trouble getting them to pick a different target. Is anyone familiar with the how the script works in the Black Pits that could explain it to me? I've tried the following to no avail:
... !InParty(LastSeenBy(Myself)) !Allegiance(LastSeenBy(Myself),ALLY) !Allegiance(LastSeenBy(Myself),PC) THEN RESPONSE #100 AttackOneRound(LastSeenBy(Myself)) END
0