Auto-translated
Good afternoon.
I wanted to create my own maps for playing with friends.
I create a caravan with a specific name and, when trying to add creatures to it, I receive a message that an object with that name does not exist.
The caravan itself appears on the map, but it is empty. Also, when changing the "name" field in the object's properties, I can't always add creatures using that name (I can add them to a town, but not to a hero). Is this how it should be?
Is there a way to view the object's name on the map by its coordinates or something? I've searched through the entire manual, but found nothing.
Here is the script:
function tourists()
CreateCaravan("10", 1, 0, 72, 13, 0, 72, 16);
AddObjectCreatures("10", 14, 2);
end;
Trigger(NEW_DAY_TRIGGER, "tourists");