Posted by Element_Greven on December 09, 1998 at 07:15:49:
In Reply to: Re: Figures...but I usually 'assume'( I HATE THAT WORD) people are truthful... posted by Pele on December 08, 1998 at 21:08:57:
I never said anything about not being able to pick up the weapons...and I know there are many cheats. One of these cheats reduces all saber damage to 0. Thats not my point. Look at a weapon cog and find where it says:
player = GetSourceRef(); // Check that the player is still alive.
mode = GetSenderRef();
if(GetThingHealth(player) <= 0)
{
Return;
}
Trust me on this giving yourself ammo infinately is easy and giving yourself the weapon is easy. The problem with setting your health to 0 makes no weapon work. I still dont encourage hacks I am just trying to clarify something.