nfx 1 Posted June 15, 2017 Share Posted June 15, 2017 How can i get the current stance? in vanilla i used a lua function llike this: function getStance() _,_,isActive,_ = GetShapeshiftFormInfo(1); if isActive == 1 then _print("Battle Stance") return 1 end _,_,isActive,_ = GetShapeshiftFormInfo(2); if isActive == 1 then --_print("Defensive Stance") return 2 end _,_,isActive,_ = GetShapeshiftFormInfo(3); if isActive == 1 then --_print("Berserker Stance") return 3 end end is it possible to use such functions with wrobot? Link to comment https://wrobot.eu/forums/topic/6138-get-stance/ Share on other sites More sharing options...
Droidz 2738 Posted June 17, 2017 Share Posted June 17, 2017 Hello, like : (to check form by form) or (to check if any form active) Matenia 1 Link to comment https://wrobot.eu/forums/topic/6138-get-stance/#findComment-27945 Share on other sites More sharing options...
Recommended Posts
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