EasyQuest..::..IsCompleteCondition Property
Gets or sets the is complete condition C# code, if this code return true, quester go to next step, empty if you want than quester manage this (put code like return ItemsManager.GetItemCountById(113578) >= 20;).
Namespace:
Quester.ProfileAssembly: Quester (in Quester.dll)
Syntax
[SettingAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] [EditorAttribute] public string IsCompleteCondition { get; set; }
<SettingAttribute> _ <CategoryAttribute> _ <DisplayNameAttribute> _ <DescriptionAttribute> _ <EditorAttribute> _ Public Property IsCompleteCondition As String Get Set
[SettingAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] [EditorAttribute] public: property String^ IsCompleteCondition { String^ get (); void set (String^ value); }