Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → How would I get raid of fall damage?
How would I get raid of fall damage?
2001-07-13, 8:40 AM #1
How would I get raid of fall damage for the mod I am making? I don't know where in the kyle cog is it?
2001-07-13, 10:04 AM #2
in damaged, put this (in the kyle.cog

// If it's physical damage
if(GetParam(1)==64)
{
ReturnEx(0);
return;
}

↑ Up to the top!