User talk:Dutchmega: Difference between revisions
Jump to navigation
Jump to search
(Please help!) |
|||
Line 1: | Line 1: | ||
Go post your solution on [[User talk:Generaleskimo]]—'''[[User:Ts2do|ts2do]]''' 19:26, 20 Apr 2006 (PDT) | Go post your solution on [[User talk:Generaleskimo]]—'''[[User:Ts2do|ts2do]]''' 19:26, 20 Apr 2006 (PDT) | ||
== | == 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 ;) |
Revision as of 12:34, 26 April 2006
Go post your solution on User talk:Generaleskimo—ts2do 19:26, 20 Apr 2006 (PDT)
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 ;)