[MIRROR] Add a verb to turn on and off the verb panel (#8733)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-08-05 14:40:07 -07:00
committed by GitHub
parent fc113b63be
commit cf360d980d

View File

@@ -632,6 +632,16 @@
winset(usr, "mainwindow", "is-maximized=false")
winset(usr, "mainwindow", "on-size=attempt_auto_fit_viewport") // The attempt_auto_fit_viewport() proc is not implemented yet
/*CHOMPRemove Start, we use TGPanel
/client/verb/toggle_verb_panel()
set name = "Toggle Verbs"
set category = "OOC.Client Settings" //CHOMPEdit
show_verb_panel = !show_verb_panel
to_chat(usr, "Your verbs are now [show_verb_panel ? "on" : "off. To turn them back on, type 'toggle-verbs' into the command bar."].")
*///CHOMPRemove End
/*
/client/verb/toggle_status_bar()
set name = "Toggle Status Bar"