mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-09-18 14:17:27 +00:00
Add targeting code.
This commit is contained in:
@@ -992,3 +992,8 @@ getRandomGoal()
|
||||
{
|
||||
return PickRandom( level.waypointsInPlayableArea ).origin;
|
||||
}
|
||||
|
||||
targetIsDog()
|
||||
{
|
||||
return isDefined( self.targetname ) && self.targetname == "zombie_dog";
|
||||
}
|
Reference in New Issue
Block a user