April 21, 20223 yr 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
April 21, 20223 yr Hello, try SpellManager.ExistMount("Warhorse") || SpellManager.ExistSpellBook("Warhorse")
Create an account or sign in to comment