Skip to content

Commit

Permalink
HD - Follower addon
Browse files Browse the repository at this point in the history
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
FelesNoctis committed Jan 24, 2022
1 parent bab60af commit 7acde3f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/keyconf.HDFLWR
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Team
alias mam_hd_addon_follower_openmenu "closemenu; HDF_OpenMenu"
6 changes: 6 additions & 0 deletions source/language.HDFLWR
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";
7 changes: 7 additions & 0 deletions source/menudef.HDFLWR
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"
}

0 comments on commit 7acde3f

Please sign in to comment.