Abort on kill (Help plz)

Is it possible to make an action that will abort If you kill someone? If so how would you recommend doing this? Thanks for your replies

Under which circumstances should it abort something, what are you trying to do? First of its possible you’ll need 2 seperate rules one rule counts the kill and in the other rule you reset the counter. Those 2 Rules should intervine fine with anything else, to abort your third rule or action you can use the Abort If action with the condition that the Kill Count must greater than 0 if true it aborts the whole action list or put the Kill Counter comparsion to 0 in the condition list of your third rule and use a wait behaviour with the pragma to abort the actions when the condition list where the comparsion is listed turns to false.

2 Likes