Kalnazzar Refugee Sep 18, 2022 #1 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.
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.
khzmusik Hunter Sep 22, 2022 #2 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.
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.