mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 00:51:23 +00:00
8 lines
405 B
Plaintext
8 lines
405 B
Plaintext
/// Verb for opening the requests manager panel
|
|
/client/proc/requests()
|
|
set name = "Requests Manager"
|
|
set desc = "Open the request manager panel to view all requests during this round"
|
|
set category = "Admin.Game"
|
|
SSblackbox.record_feedback("tally", "admin_verb", 1, "Request Manager") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
|
GLOB.requests.ui_interact(usr)
|