Changed folder name.
Changed folder name.
This commit is contained in:
9
_module/nss/sleepspawn.nss
Normal file
9
_module/nss/sleepspawn.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
SetPlotFlag(OBJECT_SELF, FALSE);
|
||||
ApplyEffectToObject(DURATION_TYPE_PERMANENT, SupernaturalEffect(EffectSleep()), OBJECT_SELF);
|
||||
SetPlotFlag(OBJECT_SELF, TRUE);
|
||||
}
|
Reference in New Issue
Block a user