Handle different bones for dogs and gibbed zombies.

Readd difficulty settings.
This commit is contained in:
JezuzLizard
2023-04-30 01:52:00 -07:00
parent dbf6ce6f3e
commit c7558faa47
4 changed files with 84 additions and 3 deletions

View File

@ -223,13 +223,14 @@ addBot()
return;
// guy.killingAll = true;
weapon = "zombie_thompson";
weapon = "ray_gun";
guy giveWeapon( weapon ); // ptrs41_zombie zombie_doublebarrel
guy switchToWeapon( weapon ); // colt_dirty_harry
//guy thread walk_to_player();
//guy thread do_move();
/*
while ( isDefined( guy ) )
{
if ( isDefined( level.isPlayerDead ) && [[level.isPlayerDead]]( guy ) )
@ -243,6 +244,7 @@ addBot()
wait 0.05;
}
*/
}
onPlayerConnect()