Greetings everyone,

I noticed the people on this board were quite knowledgeable when it came to modding, so I was hoping to find some help here.

I was wondering if someone could help me better understand how to use and alter entities in general, but specifically for Left 4 Dead 2.

I am about 4000 lines of code into a mod and me and my buddy are having trouble altering entities...no matter what we try we can only get certain ones to work, such as;

SetEntProp(client,Prop_Data,"m_iHealth", 100 + (willlvl[client]*5) + (diamondlvl[client]*4));

SetEntProp(client,Prop_Data,"m_iMaxHealth", 100 + (willlvl[client]*5) + (diamondlvl[client]*4));

and a few others...

however, when we try to do other entities such as GlowType or Clip1/Clip2, etc, we cannot get them to work no matter what function we try.

Any help would be very much appreciated and would remove us from the dead end road we're on.