Dadido3 / D3bot

A very primitive AI for GMod bots designed to work with Jetboom's Zombie Survival gamemode.
40 stars 28 forks source link

New type of node needed to allow bots to path only on a certain wave #63

Closed DessertOverlord closed 4 years ago

DessertOverlord commented 4 years ago

Some maps (in particular, abandoned_mall_v6s) have doors that only open on a specific wave number, and currently, there isn't a parameter to add this to bot behavior.

Dadido3 commented 4 years ago

I'll add a parameter for it when i find some time.

For now you have to use condition = unblocked to prevent bots from using this node in paths, as long as the door exists. And rely on human undead players to destroy that door manually.