1. @Wulf
    Code:
    private void OnItemDeployed(Deployer deployer, BaseEntity entity)
     {
        PrintWarning("OnItemDeployed");
    }
    [DOUBLEPOST=1520257391][/DOUBLEPOST]yes, we still can use
    void OnEntityBuilt(Planner plan, GameObject go)
     
    Last edited by a moderator: Mar 5, 2018
  2. Wulf

    Wulf Community Admin

    OnItemDeployed is for specific items I believe, it wouldn't be for the same things OnEntityBuilt.