generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
9
_module/nss/pvp_exit.nss
Normal file
9
_module/nss/pvp_exit.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetExitingObject();
|
||||
|
||||
if (!GetIsPC(oPC))return;
|
||||
|
||||
SetImmortal(oPC, FALSE);
|
||||
SetLocalInt(oPC, "pvp_area", 1);
|
||||
}
|
||||
Reference in New Issue
Block a user