Skip to content
#2571
Auto-translated
I wrote a script, what could be wrong with it? "dub1" is the name of the entity. The script's purpose is to prevent the entity from being moved and to remove the faction circle.

Added 7 minutes later
Oops, here's the script:
SetObjectEnabled("dub1", nil);
SetDisabledObjectMode("dub1", DISABLED_INTERACT);
sleep(1)
SetMonsterSelectionType("dub1", 0);