y2krazy
Community Developer
- Joined
- Jun 21, 2011
- Messages
- 2,803
- Reaction score
- 70

Code:
Log(ff14bot.NeoProfiles.ConditionParser.HuntGCRankCompleted(0));
Returns True.
Code:
Log(ff14bot.NeoProfiles.ConditionParser.HuntGCRankCompleted(1));
Returns False.
Code:
Log(ff14bot.NeoProfiles.ConditionParser.HuntGCRankCompleted(2));
Returns False.
Code:
Log(ff14bot.NeoProfiles.ConditionParser.HuntGCRankCompleted(-1));
Log(ff14bot.NeoProfiles.ConditionParser.HuntGCRankCompleted(-2));
Log(ff14bot.NeoProfiles.ConditionParser.HuntGCRankCompleted(-3));
Log(ff14bot.NeoProfiles.ConditionParser.HuntGCRankCompleted(-4));
All return True! ¯\(°_o)/¯