Re: Realbot Wip10 not joebot compatible -
14-06-2004
the only possible mess-up i can think of is that any code that relies on "fakeclient" can crash. This means that RB tries to execute code when a fakeclient is not a RealBot. To fix this you should either ADD the line:
UTIL_GetBotPointer(edict) != NULL
so you know this bot is also a RealBot (in the array).
About WIP, i dunno, perhaps its wise to release WIP #11 very soon.
|