View Single Post
  #3  
Old 11-18-2024, 02:40 AM
t0neg0d
Sarnak
 
Join Date: Oct 2014
Posts: 31
Default

Quote:
Originally Posted by fryguy View Post
Works as expected however you need to set a value threshold for a trigger:

Code:
eq.set_next_hp_event(int hp);
eq.set_next_inc_hp_event(int hp);
Thanks so much. Where did you find this info? (so I can avoid posting if there is already an answer)
Reply With Quote