Hey- I am having a problem setting up a damage system for my boss. I have tried to put him under a boss class, but then I get an illeagal state exception actor not in world every time I fire. I've tried putting the damage code inside my boss using if (this !=null) but then it just dies instantly. I am trying to avoid having another world for my bosses, so any suggestions as to how I can get around this will be much apreciated. Thank you!

