• Custom events for source animations
    1 replies, posted
Can anyone provide the code for what this means? https://files.facepunch.com/forum/upload/449178/95e60329-dd93-4d8f-b550-d62f6e4b6e9b/custom_events.PNG BTW this was from https://developer.valvesoftware.com/wiki/Animation_Events
it is basically exactly as it say's though you are right their explanations don't really tell you a damn thing! //----------------------------------------------------------------------------- // // Schedules // //----------------------------------------------------------------------------- AI_BEGIN_CUSTOM_NPC( npc_headcrab, CBaseHeadcrab ) DECLARE_ANIMEVENT( AE_HEADCRAB_JUMPATTACK ) DECLARE_ANIMEVENT( AE_HEADCRAB_JUMP_TELEGRAPH ) DECLARE_ANIMEVENT( AE_HEADCRAB_BURROW_IN ) DECLARE_ANIMEVENT( AE_HEADCRAB_BURROW_IN_FINISH ) DECLARE_ANIMEVENT( AE_HEADCRAB_BURROW_OUT ) DECLARE_ANIMEVENT( AE_HEADCRAB_CEILING_DETACH )
Sorry, you need to Log In to post a reply to this thread.