generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
10
_module/nss/fly_in_on_enter.nss
Normal file
10
_module/nss/fly_in_on_enter.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
if (GetLocalInt(oPC, "nFlying") == 1)
|
||||
{
|
||||
FadeFromBlack(oPC, FADE_SPEED_FASTEST);
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, EffectAppear(), oPC);
|
||||
DeleteLocalInt(oPC, "nFlying");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user