Maintenance for the week of June 16:
• PC/Mac: NA and EU megaservers for patch maintenance – June 16, 4:00AM EDT (8:00 UTC) - 9:00AM EDT (13:00 UTC)
• Xbox: NA and EU megaservers for patch maintenance – June 18, 4:00AM EDT (8:00 UTC) - 12:00PM EDT (16:00 UTC)
• PlayStation®: NA and EU megaservers for patch maintenance – June 18, 4:00AM EDT (8:00 UTC) - 12:00PM EDT (16:00 UTC)

Change Gamepad mode with map opening

Shuichi
Shuichi
✭✭✭
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
Sign In or Register to comment.