From e5134fd1b6e94957c2527344d8b76cdbdb5fb668 Mon Sep 17 00:00:00 2001 From: Jack Back Date: Wed, 20 Mar 2024 13:47:12 +0100 Subject: [PATCH] maint(iw5): more macros --- iw5/scripts/mp/_jump.gsc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/iw5/scripts/mp/_jump.gsc b/iw5/scripts/mp/_jump.gsc index 98a5a6e..39661c5 100644 --- a/iw5/scripts/mp/_jump.gsc +++ b/iw5/scripts/mp/_jump.gsc @@ -4,7 +4,6 @@ #define TOOL #endif -#define _UTILITY_DEBUG #inline scripts\mp\_utility; GENERIC_INIT; @@ -98,10 +97,7 @@ jumper() { msg = self common_scripts\utility::waittill_any_return( "save_pos", "load_saved_pos" ); - if ( !isDefined( msg ) ) - { - continue; - } + DEFINE_CHK( msg ); if ( msg == "save_pos" && canInteract( self ) && canSave( self ) ) {