Thanks Showhand! I know this, I have download the Server version of Reloaded 2 season, and I mod it for fun.
For quest i found this : MODE_DEFAULT_COMBAT
/**< Get the location, allow turn based mode in it, and disable auto garbage, this way the player can revisit the map. */
Location@ location = GetLocation(loc);
if(player.Mode[MODE_DEFAULT_COMBAT] == COMBAT_MODE_TURN_BASED)
SetTurnBasedAvailability(location);
location.AutoGarbage = false;
But don't work when I copy this, because that's be modified? (location with coordonate?)
Do you know the script emplacement for definition of combat mode in game by default? (to forced the engine?)
I think it's in the Engine and i don't found.....
Do you know where is the code (script line?) to change the Caravan's combat mode at last?
Thanks for your help!