This commit is contained in:
INeedBots 2020-12-04 12:11:45 -06:00
parent 03ca1e44ce
commit 70cf05d2c8

View File

@ -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) getConeDot(to, from, dir)
{ {
dirToTarget = VectorNormalize(to-from); dirToTarget = VectorNormalize(to-from);