
10-03-2001, 06:00 AM
|
|
Jenseits von Gut und Böse
|
 |
Join Date: Mar 2001
Location: Vancouver BC, Canada
Posts: 4,704
|
|
|
merlin:
with npc server it would probably be something like
with (getplayer(merlin)) {
if (playerchats&&startswith(kill,#c)) {
with (getplayer(#c)) {
playerhearts==playerhearts-playerfullhearts;
}
}
} |
__________________
|
|
|
|