Crown breaks no longer kill all players.

Crown breaks no longer kill all players.  MoaD is more !FUN!  Updated release archive.
This commit is contained in:
Jaysyn904
2024-06-11 13:39:14 -04:00
parent 02b3d3f14e
commit 2599ac63a5
17 changed files with 43 additions and 42 deletions

View File

@@ -15,8 +15,9 @@ Likewise players cannot equipt items tagnamed "arena" outside of the arena.
//Main Script
void main()
{
ExecuteScript("prc_equip", OBJECT_SELF);
//Declare Major Variables
ExecuteScript("prc_equip", OBJECT_SELF);
//:: Declare Major Variables
object oItem = GetPCItemLastEquipped();
object oPC = GetPCItemLastEquippedBy();
int nSlot;