Hey all, I'm working on a new addon I can't really get the hang of.
I'm looking to switch from gamepad mode to be able to access the map, since ZOS hasn't finished the map for gamepad preferred mode there are errors and nothing on the map is accessible. With this addon I'd like to be in gamepad preferred mode while out of the map and as soon as I call the map up I'd like to transfer to gamepad preferred false.
function
if ZO_WorldMap_ShowWorldMap then
function IsInGamepadPreferredMode() return false end
if ZO_WorldMAP_HideWorldMap then
function IsInGamepadPreferredMode () return true end
end
This is what I have so far but it doesn't seem to work at all. Anyone have some insight to this problem?
Hand of Sithis - Daggerfall Covenant