Inferno
New Member
- Joined
- May 10, 2010
- Messages
- 8
- Reaction score
- 0
Not sure if my testing is solid enough to report it as a bug, but when I pick up the quest "Sniff Out the Enemy" when using
To test if it has the quest and is completed, it returns complete even when the quest log says it isn't complete.
Is my logic bugged, or is it HB?
PHP:
<If Condition="HasQuest(11253) && IsQuestCompleted(11253)">
<CustomBehavior File="UserDialog" Text="Quest Complete" Title="TEST" SoundCue="Asterisk" SoundCueInterval="1" StopOnContinue="false" ExpiryTime="60" />
<Else>
<CustomBehavior File="UserDialog" Text="Quest Not Complete" Title="TEST" SoundCue="Asterisk" SoundCueInterval="1" StopOnContinue="false" ExpiryTime="60" />
</Else>
</If>
To test if it has the quest and is completed, it returns complete even when the quest log says it isn't complete.
Is my logic bugged, or is it HB?