From 70cf05d2c828923c86eeda69268dbf30a495b93b Mon Sep 17 00:00:00 2001 From: INeedBots Date: Fri, 4 Dec 2020 12:11:45 -0600 Subject: [PATCH] fix --- main_shared/maps/mp/bots/_wp_editor.gsc | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/main_shared/maps/mp/bots/_wp_editor.gsc b/main_shared/maps/mp/bots/_wp_editor.gsc index cbdeb6c..37d9988 100644 --- a/main_shared/maps/mp/bots/_wp_editor.gsc +++ b/main_shared/maps/mp/bots/_wp_editor.gsc @@ -592,26 +592,6 @@ textScroll(string) } } -waittill_either(not, not1) -{ - self endon(not); - self waittill(not1); -} - -array_remove( ents, remover ) -{ - newents = []; - for(i = 0; i < ents.size; i++) - { - index = ents[i]; - - if ( index != remover ) - newents[ newents.size ] = index; - } - - return newents; -} - getConeDot(to, from, dir) { dirToTarget = VectorNormalize(to-from);