///////////////////////////////////// // Dragon's Edge // by Charly Carlos ///////////////////////////////////// // Check if the player has won against Padush in arm wrestling. ///////////////////////////////////// int StartingConditional() { int iResult; iResult = GetLocalInt(OBJECT_SELF, "nPCWonArmW")== 1; return iResult; }