Auto-translated
I want to make a demon hero stay in place and guard a passage. The editor complains that the player doesn't have a town. What script do I need?
Делаю кампанию "Последний Феникс"
New here? I'm Roha — want a quick tour?
It's not a script, but in
TreeMapProperties
PlayerSpecific
and click around there.
You need to find DieInAWeekWithoutTown
and set it to False for the desired player.
0=1
In this case,
Added 14 minutes later
It will still complain, but it's not a big deal, as it's not a critical error.
0=Player 1
1=Player 2
...
Added 1 hour 15 minutes ago
There are values from 0 to 7.
We also need to find it in Common DieInAWeek...
It worked, thank you very much! :)
here