Hello.
Does anyone know how to turn off the Crosshairs using Papyrus (or Actionscript if necessary)?
These commands can temporarily turn them off:
UI.SetInt(HUD_MENU, "_root.HUDMovieBatikstance.Crosshair._alpha", 0)
UI.SetBool(HUD_MENU, "_root.HUDMovieBatikstance.Crosshair._visible", false)
But, when you roll over an actionable item, Skyrim turns them back on.
I've also been able to turn them off by setting HUDMovieBatikstance off. But, then I lose a whole bunch of other UI elements. Hoping to just turn off elements one at a time.
Any advice on this would be greatly appreciated!