EasyQuest..::..NotRequiredInQuestLog Property
Gets or sets a value indicating if quest is not required in quest log. Activate this option if you want pulse and turnin this quest even if it is not in the quest log (if this option is activated, option Objective count 1,... and 'Can Condition' don't work, you need to use option ''Is complete condition'').
Namespace:
Quester.ProfileAssembly: Quester (in Quester.dll)
Syntax
[SettingAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public bool NotRequiredInQuestLog { get; set; }
<SettingAttribute> _ <CategoryAttribute> _ <DisplayNameAttribute> _ <DescriptionAttribute> _ Public Property NotRequiredInQuestLog As Boolean Get Set
[SettingAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public: property bool^ NotRequiredInQuestLog { bool^ get (); void set (bool^ value); }