_oncliententer script update
This commit is contained in:
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.
Reference in New Issue
Block a user