Initial Upload
Initial Upload
This commit is contained in:
8
_module/nss/dragon_flyaway2.nss
Normal file
8
_module/nss/dragon_flyaway2.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
effect eBye = EffectDisappearAppear(GetLocation(OBJECT_SELF));
|
||||
object oFlyer = GetObjectByTag( "DRAGON_FLYER" );
|
||||
|
||||
AssignCommand( oFlyer, ClearAllActions());
|
||||
ApplyEffectToObject( DURATION_TYPE_TEMPORARY, eBye, OBJECT_SELF, 120.0 );
|
||||
}
|
Reference in New Issue
Block a user