enderalse/source/scripts/defaultblockfolloweractivation.psc

6 lines
161 B
Plaintext

ScriptName defaultBlockFollowerActivation extends ObjectReference
{Prevents followers from using this object.}
Event OnLoad()
Self.SetNoFavorAllowed()
EndEvent