nkzr 12 Posted April 21, 2022 Share Posted April 21, 2022 How to write correctly? If => (if i have a warhorse) - ? runcode => wManager.wManagerSetting.CurrentSetting.UseGroundMount = true; runcode => wManager.wManagerSetting.CurrentSetting.GroundMountName = "Warhorse"; endif -------------------------------------------- If => (if i have Swift Brown Steed) - ? runcode => wManager.wManagerSetting.CurrentSetting.UseGroundMount = true; runcode => wManager.wManagerSetting.CurrentSetting.GroundMountName = "Swift Brown Steed"; endif Link to comment https://wrobot.eu/forums/topic/14221-if-ground-mount/ Share on other sites More sharing options...
Droidz 2738 Posted April 21, 2022 Share Posted April 21, 2022 Hello, try SpellManager.ExistMount("Warhorse") || SpellManager.ExistSpellBook("Warhorse") Link to comment https://wrobot.eu/forums/topic/14221-if-ground-mount/#findComment-65351 Share on other sites More sharing options...
nkzr 12 Posted April 21, 2022 Author Share Posted April 21, 2022 thank! I can test in a few days Link to comment https://wrobot.eu/forums/topic/14221-if-ground-mount/#findComment-65352 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