This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] How is this achieved?
Essentially what I would like at the least is to be able to have an npc I spawn to be set to crouch. I've tried having my command tell the NPC to DesireCrouch(), Crouch(), ForceCrouch() and none of these will work. I have set the Capabilities of my NPC who derives off of player companion to use BIT_CAP_DUCK or the one with that name for the ducking stuff. These player companions also are not allied to all players. I setup their relationships as they are spawned to determine their allied state based on the player's team. NPCs spawned to blue are allied to blue team members only. So if it is an issue with being a player companion to a player with D_LI relationship I have tested thorough and found it to not be. Once I overcome that hurdle I would then hope to have NPCs who are in my squad to crouch when I crouch and crouch walk with me, etc. Chris -- _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

