Cause damage to players?
Posted: Mon Feb 20, 2006 8:59 am
I can't seem to find a function that damages players.
What I'm looking for is a way to hurt a player who puts something on:
IE:
Also, is there a way to specify random numbers through the JS engine? It would be fun to do:
or something to the effect, to get some randomness in the game.
Thanks!
What I'm looking for is a way to hurt a player who puts something on:
IE:
Code: Select all
OnEquip()
{
Damage(mChar, damageAmount)
}Code: Select all
Damage(mChar, 3d20)Thanks!