You can set it to whatever, but the return value is always "true"
Nisar 1 Posted June 25, 2016 Share this comment UP PLZ i have this probleme me to Link to comment Share on other sites More sharing options...
Droidz 2702 Posted June 26, 2016 Share this comment Hello, to wait fix, you can use lua condition http://wow.gamepedia.com/API_UnitPower like: LuaScript: local power = UnitPower("player", 7); if (power > 0) then retV = "1";else retV = "0"; end VarRet: retV ValueRet: 1 Link to comment Share on other sites More sharing options...
Droidz 2702 Posted June 26, 2016 Share this comment Changed Status to Confirmed Changed Version to All Link to comment Share on other sites More sharing options...
Droidz 2702 Posted August 20, 2016 Share this comment Changed Status to Fixed Link to comment Share on other sites More sharing options...
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now