In the mod I'm working on I have the possibility to use certain captured aliens as our own units - as slaves.
The idea is that they can walk around and rarely be recognized as an enemy because other aliens think it is one of them.
To achieve this I use loftempsSet: [ 100 ] on the armor. It works great and the unit is only occasionally seen by the aliens.
However when testing this for a while, the game occasionally would freeze. Probably the aliens get confused when they are not able to walk somewhere and don't know why because they cannot se the unit. This is so sad because I really really loved this part of my mod.
Any idea on how to fix this? I tried a few other loftempsSet numbers but it did not help much.