-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extremely basic implementation. This addon uses a heavily ZScripted menu that's controlled by the number keys. I'm not sure how to properly access it by puke commands yet, or if it's even designed in a way that can be.
- Loading branch information
1 parent
bab60af
commit 7acde3f
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
// Team | ||
alias mam_hd_addon_follower_openmenu "closemenu; HDF_OpenMenu" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[default] | ||
|
||
// MAM_HDST_SUB_Team | ||
MAM_HDS_ADD_FLW_SUB_TEM_CAT_NAME = "HD - Follower"; | ||
MAM_HDS_ADD_FLW_SUB_TEM_COM_MENU = "Open Command Menu"; | ||
MAM_HDS_ADD_FLW_SUB_OPTN = "HD Follower Options"; |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
AddOptionMenu "MAM_Window" | ||
{ | ||
StaticText " " | ||
StaticText "$MAM_HDS_ADD_FLW_SUB_TEM_CAT_NAME" | ||
Command "$MAM_HDS_ADD_FLW_SUB_TEM_COM_MENU", mam_hd_addon_follower_openmenu | ||
SubMenu "$MAM_HDS_ADD_FLW_SUB_OPTN", "HDFollowerMenu" | ||
} |