1 QuestHelper_File
["tomtom.lua"] = "Development Version"
6 local function tomtom_wp_update(c
, z
, x
, y
, desc
)
8 TomTom
:RemoveWaypoint(tomtom_uid
)
13 tomtom_uid
= TomTom
:AddZWaypoint(c
, z
, x
*100, y
*100, desc
, false, false, false)
17 function QuestHelper
:EnableTomTom()
20 tomtom_cb
= QuestHelper
:AddWaypointCallback(tomtom_wp_update
)
25 function QuestHelper
:DisableTomTom()
28 TomTom
:RemoveWaypoint(tomtom_uid
)
31 QuestHelper
:RemoveWaypointCallback(tomtom_cb
)