Initial upload
Initial upload
This commit is contained in:
10
_module/nss/aw_passout.nss
Normal file
10
_module/nss/aw_passout.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object SK = GetObjectByTag("asistant");
|
||||
effect eLieDown = EffectSleep();
|
||||
effect eSnore = EffectVisualEffect (VFX_IMP_SLEEP);
|
||||
effect eSleep = EffectLinkEffects (eLieDown, eSnore);
|
||||
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eSleep, OBJECT_SELF,7.0f);
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user