Auto-translated
Name a city, for example.
New here? I'm Roha — want a quick tour?
The script editor, the one in the map editor, is very unstable. It has ruined many people's progress. It's better to edit scripts, for example, in Notepad. If you continue to use it, it might even corrupt the map.
How are quest operations actually performed? How do you assign/remove a quest?
If anyone decides to try, I have a problem - the console in the game complains about this function:
function day()
I=i+1;
end;
Where is the error?
How are operations with quests actually performed? How do you assign/remove a quest?
If anyone decides to help, I have a problem - the console in the game complains about this function:
function day()
I=i+1;
end;
Where is the error?
I=*some value*
function day()
I=I+1;
end;