Bears don't turn hostile when you approach them - bug?
Montresor_SP
Member Posts: 2,208
I noticed that bears in Larswood, Peldwale and the first Cloakwood area don't go hostile even if you walk right up to them. I believe they used to attack if you came too close. Is this a bug?
BG:EE version 2.3.67.3.
BG:EE version 2.3.67.3.
0
Comments
Range([GOODCUTOFF],7)
!See([PC.0.0.DRUID])
!See([PC.0.0.RANGER])
!See([PC.0.0.FIGHTER_DRUID])
!See([PC.0.0.CLERIC_RANGER])
!See([GOODCUTOFF.0.FAIRY])
Allegiance(Myself,NEUTRAL)
THEN
RESPONSE #100
Enemy()
END
IF
AttackedBy([ANYONE],DEFAULT)
Allegiance(Myself,NEUTRAL)
THEN
RESPONSE #100
Enemy()
END