mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Add a verb to turn on and off the verb panel (#16155)
This commit is contained in:
@@ -597,6 +597,14 @@
|
||||
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
|
||||
|
||||
/client/verb/toggle_verb_panel()
|
||||
set name = "Toggle Verbs"
|
||||
set category = "OOC"
|
||||
|
||||
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."].")
|
||||
|
||||
/*
|
||||
/client/verb/toggle_status_bar()
|
||||
set name = "Toggle Status Bar"
|
||||
|
||||
Reference in New Issue
Block a user