6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
|
Scriptname defaultNoFavorOnLoad extends ObjectReference
|
||
|
{sets the "no favor allowed" flag on the ref on load}
|
||
|
|
||
|
event OnLoad()
|
||
|
SetNoFavorAllowed()
|
||
|
endEvent
|