wManager.Wow.Helpers Namespace
WRobot

EasyQuest..::..CanCondition Property

Gets or sets can condition C# code, if the code returning false this quest is skipped (put code like return (ObjectManager.Me.PlayerRace == PlayerFactions.Troll) || (ObjectManager.Me.PlayerRace == PlayerFactions.Orc);)

Namespace:  Quester.Profile
Assembly:  Quester (in Quester.dll)

Syntax


Field Value

The can condition code.