/if bug ? (latest zip)
Posted: Wed Apr 21, 2004 5:53 pm
/echo ${Me.Combat}
Gives TRUE if in combat (auto attack on), and FALSE if not.
/if ${Me.Combat} == FALSE {
/echo combat false
} else {
/echo combat true
}
Always echoes 'combat false'
I have tried :
/if ${Me.Combat} == FALSE {
/if (${Me.Combat} == FALSE) {
/if (${Me.Combat}) {
And it always executes the first branch.
If im being an idiot then sorry, but I couldnt see any relevant changes in any of the docs.
Gives TRUE if in combat (auto attack on), and FALSE if not.
/if ${Me.Combat} == FALSE {
/echo combat false
} else {
/echo combat true
}
Always echoes 'combat false'
I have tried :
/if ${Me.Combat} == FALSE {
/if (${Me.Combat} == FALSE) {
/if (${Me.Combat}) {
And it always executes the first branch.
If im being an idiot then sorry, but I couldnt see any relevant changes in any of the docs.