_oncliententer script update
This commit is contained in:
parent
e4b8a47120
commit
e6bd2ef68d
Binary file not shown.
@ -13,7 +13,7 @@ sPrint =sPrint + "\n";
|
|||||||
PrintString(sPrint);
|
PrintString(sPrint);
|
||||||
SendMessageToPC(oPC,"User Details Recorded");
|
SendMessageToPC(oPC,"User Details Recorded");
|
||||||
|
|
||||||
if (GetLocalInt(oPC,"PCDead")==1)
|
if (GetCurrentHitPoints(oPC)<=0)
|
||||||
{
|
{
|
||||||
effect eKill = EffectDeath(TRUE);
|
effect eKill = EffectDeath(TRUE);
|
||||||
ApplyEffectToObject(DURATION_TYPE_INSTANT,eKill,oPC);
|
ApplyEffectToObject(DURATION_TYPE_INSTANT,eKill,oPC);
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user