1. Is there a way to check if an item is a certain type for example:

    BaseNPC, LootContainer, BaseResource etc?

    Basically I'm trying to use OnEntitySpawned to check if(LootContainer) LootContainer.KillMessage();
    [DOUBLEPOST=1487636953][/DOUBLEPOST]Nevermind.
     
  2. Wulf

    Wulf Community Admin

    entity.GetType() to get the name, or "entity is BaseBPC" to check if type.