Gibs
Jump to navigation
Jump to search
Hello there people of the coding world. Today, we are going to make gibs for the zombine. This can also work in other NPCs/Players if you do a bit of coding.
Editing Event_Killed
So first, open up the Zombine code (npc_zombine.cpp) and search for the void "Event_Killed" Delete everything in there except for
BaseClass::Event_Killed( info );