///////////////////////////////////// // Dragon's Edge // by Charly Carlos ///////////////////////////////////// // Check if the player has been allowed to see Amand's special inventory. ///////////////////////////////////// int StartingConditional() { int iResult; iResult = GetLocalInt(OBJECT_SELF, "AllowSpecial")== 1; return iResult; }