I am coding my own script and for the life of me I keep failing on making this thing work on only my wizard..
if (Hud.Game.Me.HeroClassDefinition.HeroClass != HeroClass.Wizard) return;
in what space would i be putting this?
fairly new to scripting. any help would be awesome