Author Topic: Reducing a Player's Health  (Read 276 times)

Sorry for 2 posts in the same board in a day, but how do I reduce 25 health from a certain player?

As in, find his/her object ID and reduce 25 health from said object?

Thanks in advance.

Derp, I found a way.

findclientbyname(%cl.name).player.addHealth(-25);