1. I'm trying to replace the occasional crate_normal_2 with a different type of container when it spawns, but how can I do that without using kill()? I don't want to use kill, because then it would call the OnEntityKill() hook.

    I appreciate all the help I've been getting here at Oxide.
     
    Last edited by a moderator: Dec 9, 2017
  2. I don't thing that can be done. What is your issue with OnEntityKill() ? You can have your own triggered kills on a list so that you can differentiate between your kills and the environment triggered kils.