Skip to content
#378
Auto-translated
JonnyP
Hello everyone. I need some help :)
The command
MarkObjectAsVisited (object, hero);
should mark 'object' as visited for 'hero', but for some reason, the object is marked as visited for all other heroes as well, even those who haven't interacted with it yet. What could be the problem? :smile32:
The object is disabled, by the way.


Well, it seems that's what the MarkObjectAsVisited command does (marks the object as visited)...