I want to make monster with AI which allows him to seek dead bodies in radius and remove the choosen closest to him at melee range. After a some tries I found a cool looking A_CheckProximity, but unfortunately its work based only on strictly assigned actorclass.
Someone person were advices to me to use CPXF_ANCESTOR flag into CheckProx and made ALL monsters as successors of a some "AllMonstry" class. Well, it's works but this is a VERY rude and dangerous solution, since that's a very unfriendly for modding and will provides a lot of headache for any modmaker who will decide to built-in the such monster in own mod, especially if it rpg-mod.
Spoiler: corpseeater decorateSo any suggestions how it can be done in DECORATE with other ways?
Thanks in advance.