Posted by TK 194.215.65.2 using Mozilla/4.0 (compatible; MSIE 4.0; Windows NT) on April 25, 2000 at 00:13:41:
In Reply to: Hmmm....Could you put that first part into english? posted by Spyder on April 24, 2000 at 21:03:59:
#GiveHP ("Target",-10)
- Gives negative amount of HP to character
- Characters takes -10 damage which changes character's HP to negative value
- If target player is attacked or healed he/she will die (Good for creating Zombie effect)
from that we get to Death
1st line #GiveHP("Target",-1")
2nd line #GiveHP("Target",1")
This should cause death I haven't tried it yet.
So attack on single cannot be done this way.
You have to make Rpgcode AI for enemy with this kind of attack
#AI(0)
#AI(0)
There should be attack one target command because
in etc prog #Damageone method doesn't work at all:( pity.