0
votes
0answers
33 views

Source Engine AI assertion error during GetArrivalSequence()

I have been trying to make an npc in the Source Engine by following the SDK Docs tutorial and then using the npc_antlion.h/.cpp as a template for anything that wasn't clear. I've included my attempt ...