Aantioch_Infernum/_module/nss/removedragon.nss

11 lines
227 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
void main()
{
object oWP = GetObjectByTag("wp_landing2");
object oFlyer = GetObjectByTag( "DRAGON_FLYER" );
AssignCommand( oFlyer, ClearAllActions());
AssignCommand( oFlyer, ActionJumpToObject( oWP ));
}