-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Kaineng Skiffs, SotO orb hunting (courtesy of Luaren), additio…
…nal PSNA billboard locations, PSNA scripting functionality (courtesy of Teh), and updated credit for Unskippable Cutscene's resin run. Removed work for map comp compass, as this is now covered by Teh's script for dynamic arrows.
- Loading branch information
Showing
11 changed files
with
122 additions
and
278 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
-- What a glorious filename | ||
|
||
-- Generic Menu Function | ||
local function togglePSNA(menu) | ||
MMM_TogglePSNA() | ||
local function copyPSNA(menu) | ||
MMM_CopyPSNA() | ||
end | ||
|
||
-- Construct Menu | ||
local root = Menu:Add("Metal Marker Myriad", nil) | ||
local psna = root:Add("Show/Hide PSNA Marker", togglePSNA, false, false, "Shows/Hides a marker with today's PSNA waypoint codes") | ||
local root = Menu:Add("MMM - Copy PSNA WPs", copyPSNA, false, false, "Copies today's PSNA waypoint codes") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.