PLAYER_1 has no town!
In Russian, it sounds like this: Player 1 has no city!!!!
What should I do? Please advise!
Thank you for your answers.
New here? I'm Roha — want a quick tour?
Possible states:
OBJECTIVE_ACTIVE -- activate the task;
OBJECTIVE_COMPLETED -- complete the task successfully;
OBJECTIVE_FAILED -- complete the task negatively.
SetObjectiveState('obj1', OBJECTIVE_COMPLETED);
Do you want to completely reset resources and gold???
SetPlayerResource( PLAYER_1, GOLD, 0 );
SetPlayerResource( PLAYER_1, ORE, 0 );
SetPlayerResource( PLAYER_1, WOOD, 0 );
SetPlayerResource( PLAYER_1, CRYSTAL, 0 );
SetPlayerResource( PLAYER_1, GEM, 0 );
SetPlayerResource( PLAYER_1, SULFUR, 0 );
SetPlayerResource( PLAYER_1, MERCURY, 0 );
If I misunderstood you, write what you would like to see in your map in terms of scripting functions.
and also:
Please answer, Winner!
Well, here's what I came up with:
But now the question is, will this top task work?
Thank you for your answer, Winner!
If this task isn't supported by a script, then, of course, it won't work.
P.S.: I would advise you to start with the design of the future map. Then, when you come up with a plot, you can start working on the scripts. You won't be able to figure out everything you need in advance.