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