npc to player control question

blkaddr

First time out of the vault
FOT Editor question:

I've have a section where 3 npc's can be put under player control after talking to them.

It works but there are two issues I can't get around.

If you move an entity from a non-human playerId>1 to a playerId=1(human) the player will not be able to adjust the sentry mode for the unit until a save/reload sequence. Kind of a pain.

I tried starting the npc on the human team and switching them at startup to a playerId>1 team, the sentry mode problem goes away! BUT now you can't make these units walk waypoints grrrr.

I'm hoping there are some settings with move or aggression that can overcome the problem??

Is there an example of this behaviour in some map?

My current work-around is to clone the npc's, make them human, hide them, then pull a switch by teleporting them and deactivating the npc's, very clunky.
 
The quick way is t put a disclaimer at the beginning telling the player to save and reload the game after making the switch. This is the only way to get the newly recruited NPC's to change modes.
 
Back
Top