Dakota0001 / DakBots

AI for use in gmod combat gamemode
0 stars 0 forks source link

Error spawning bots in sandbox #14

Open Stooberton opened 2 years ago

Stooberton commented 2 years ago

image

Dakota0001 commented 2 years ago

that variable exists only in the gamemode, if I were setting them up to be functional in sandbox without that error I'd recommend just having it check if that variable exists and if it doesn't then do the commented out bit of code for picking its team randomly. Alternatively if we want to keep the alternating spawning in sandbox then just creating the table if it is nil would work.