Initial Upload
Initial Upload
This commit is contained in:
10
_module/nss/removedragon.nss
Normal file
10
_module/nss/removedragon.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object oWP = GetObjectByTag("wp_landing2");
|
||||
object oFlyer = GetObjectByTag( "DRAGON_FLYER" );
|
||||
|
||||
|
||||
AssignCommand( oFlyer, ClearAllActions());
|
||||
AssignCommand( oFlyer, ActionJumpToObject( oWP ));
|
||||
}
|
||||
|
Reference in New Issue
Block a user