Jump to content

Extension of Trigger Heard() - BG2:ToB


Ascension64

Recommended Posts

KingDiamond and I over at SHS figured out while working on a BGT-WeiDU bug that when "Raiken" did Enemy() Shout(1), then the bandits would only Enemy() if a Heard([ANYONE],1) trigger was in the script block, but Heard("Raiken",1) would never fire.

 

I then tested with "Raiken", ChangeEnemyAlly(Myself,<absolutely every entry in EA.IDS>) Shout(1), and found that only ChangeEnemyAlly(Myself,NEUTRAL) would produce the desired result, where the bandits will trigger Heard("Raiken",1) properly.

 

For the bugfix, I simply had to change the action of "Raiken" to Shout(1) Enemy().

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...