This commit is contained in:
INeedBots
2020-09-23 00:50:26 -06:00
parent 4174c2bcc5
commit a36a6238e1
3 changed files with 246 additions and 0 deletions

View File

@ -229,6 +229,9 @@ fixGamemodes()
}
}
/*
*/
fixKoth()
{
level.radio = undefined;
@ -256,6 +259,9 @@ fixKoth()
}
}
/*
*/
addNotifyOnAirdrops()
{
for (;;)
@ -279,6 +285,9 @@ addNotifyOnAirdrops()
}
}
/*
*/
doNotifyOnAirdrop()
{
self endon( "death" );
@ -304,6 +313,9 @@ onPlayerConnect()
}
}
/*
*/
watchScrabler()
{
for (;;)
@ -729,6 +741,9 @@ onGrenadeFire()
}
}
/*
*/
AddToFragList(who)
{
grenade = spawnstruct();
@ -744,6 +759,9 @@ AddToFragList(who)
level.bots_fragList ListAdd(grenade);
}
/*
*/
thinkFrag()
{
while(isDefined(self.grenade))