I'm trying to make an AI and I need to check whether it can walk to a given position.
The quake c manual here: QuakeC Manual
tells me that the checkpos function can do that, but that the function is disabled.
I have not seen that or an equivalent in any defs file I've come across, is such a function available?
Also, what value should be used for MSG_ENTITY when sending an entity from SSQC to CSQC? I have seen 5, but that and whatever else I try is getting thrown up at me as a bad destination.
The quake c manual here: QuakeC Manual
tells me that the checkpos function can do that, but that the function is disabled.
I have not seen that or an equivalent in any defs file I've come across, is such a function available?
Also, what value should be used for MSG_ENTITY when sending an entity from SSQC to CSQC? I have seen 5, but that and whatever else I try is getting thrown up at me as a bad destination.
Comment