Jump to content

IWD CheckPartyAverageLevel trigger


CamDawg

Recommended Posts

Listed in the IESDP as

 

0x40C4 CheckPartyAverageLevel(I:Level*,I:Diffmode*diffmode)

 

I initially thought diffmode may refer to dificulty level or HoF mode, but I was chasing a red herring. The second parameter actually lets this function as an equal, GT, or LT trigger.

 

CheckPartyAverageLevel(5,1) will return true if the average party level is exactly five.

 

CheckPartyAverageLevel(5,2) will return true if the party level is less than five.

 

CheckPartyAverageLevel(5,3) will return true if the party level is greater than five.

 

Trying other values in the second parameter return false.

Link to comment

Archived

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

×
×
  • Create New...