Nexus Modding > Scripting
How to avoid ships evacuating too fast?
Arparso:
What's the preferred way to delay evacuation procedures? Sometimes my crews leave the ship already at around 40-50% health, which seems a bit early.
DreamorCZ:
My preferred way is to go to tacticsbase.ini and change EvacDamageLimit as I need for every crew rank.
Also, you can use 'NoCrew' as the last resort of the problem.
Arparso:
Ah, thx, EvacDamageLimit sounds like the way to go :)
Is there actually any way to set the crew's experience level without adding an NPC to the ship? (or, alternatively, to add a random NPC to a ship through scripting)
DreamorCZ:
From what I know, crew level can be changed only by NPC and default level is Rookier for all ships.
Only thing I can think out is use of 'Choose(weightN, commandN)' for random NPCs but I'm not sure if that can be added to ENTITIES.
Arparso:
Yeah, well... assigning NPCs to ships isn't THAT hard - there is a MoveNPC() command (or something like that) available. The problem is, you'd have to create those NPCs first somehow. Doing that purely within RULES without access to the ENTITIES section seems impossible. Or is there a NPC-related command similar to CreateShip() somewhere?
Navigation
[0] Message Index
[#] Next page
Go to full version