From 8191885edcce8e1820808a997629a5c4c7eb6318 Mon Sep 17 00:00:00 2001 From: JezuzLizard Date: Mon, 25 Jan 2021 01:09:43 -0800 Subject: [PATCH] _zm_ai_leaper.gsc: Fixed some typos. Also changed category based on status of script. New status: Major Errors due to infinite spawning leapers. --- zm_highrise_patch/maps/mp/zombies/_zm_ai_leaper.gsc | 4 ++-- zm_highrise_patch/readme.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/zm_highrise_patch/maps/mp/zombies/_zm_ai_leaper.gsc b/zm_highrise_patch/maps/mp/zombies/_zm_ai_leaper.gsc index 5bbdce5..cc76bd8 100644 --- a/zm_highrise_patch/maps/mp/zombies/_zm_ai_leaper.gsc +++ b/zm_highrise_patch/maps/mp/zombies/_zm_ai_leaper.gsc @@ -921,9 +921,9 @@ leaper_spawn_logic( leaper_array, favorite_enemy ) //checked changed to match ce iprintln( "no spawner in view" ); } a_leaper_spawn_points = a_spawn_points_in_view; + } #/ */ - } s_leaper_spawn_point = select_leaper_spawn_point( a_leaper_spawn_points ); return s_leaper_spawn_point; } @@ -1337,7 +1337,7 @@ leaper_elevator_failsafe() //imported from cerberus output if ( self check_traverse_height() ) { self forceteleport( free_pos ); - wait 3 ; + wait 3; } } } diff --git a/zm_highrise_patch/readme.md b/zm_highrise_patch/readme.md index 185ec65..ccdf1bc 100644 --- a/zm_highrise_patch/readme.md +++ b/zm_highrise_patch/readme.md @@ -1,11 +1,12 @@ ### The following gscs compile and run successfully with no known errors: ``` -zm_highrise_patch/maps/mp/zombies/_zm_ai_leapers.gsc ``` ### The following scripts compile and run successfully with minor errors: ### The following scripts compile and run successfully with major errors: ``` +zm_highrise_patch/maps/mp/zombies/_zm_ai_leapers.gsc + ``` ### The following scripts compile and run serverside but clients cannot join due to exe_client_field_mismatch