6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
ScriptName defaultBlockFollowerActivation extends ObjectReference
|
|
{Prevents followers from using this object.}
|
|
|
|
Event OnLoad()
|
|
Self.SetNoFavorAllowed()
|
|
EndEvent |