User talk:Dutchmega

From Valve Developer Community
Jump to navigation Jump to search

Fixing NPC's not bleeding

Look in AI_BaseNPC.cpp, around line 1020, look for the call to the function SpawnBlood. Remove IsPlayer() before it ;)

Didn't work --General Eskimo

Well, in that case it gets harder... I don't know what I have changed in my code... You should do some debugging... is SpawnBlood() even called? And so, what color blood? (it shouldn't be DONT_BLEED) -- dutchmega