
09-05-2007, 07:58 AM
|
|
A Serious Epidemic
|
 |
Join Date: Oct 2001
Location: Canada
Posts: 18,866
|
|
|
There's no such thing as a "do" command. Use something like hurt(this.damage), which is clientside-only (and also triggers the hurt gani), or player.hearts = player.hearts - this.damage, etc. If you're using a scripted HP system subtract from the hp variable rather than player.hearts.
As Corey said, make sure you set variables clientside if they're going to be used clientside. |
__________________
|
|
|
|