• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Drone Question

Kalnazzar

Refugee
Ok the Drone is already in the game are you able to take it and make it a Trader NPC? If anyone could help me with this, I would really appreciate it.

 
It's probably not possible. The drone has a "Class" property of "EntityDrone" and traders have a "Class" property of "EntityTrader". These values correspond to C# types that determine their behavior, and they're not even close to interchangeable.

 
Back
Top