Initial commit, adds admin ticket system framework, styles and hooks into adminhelp system.

This commit is contained in:
Birdtalon
2017-10-01 13:52:53 +01:00
parent 36109c17fa
commit f926bfad2c
11 changed files with 331 additions and 7 deletions
+3
View File
@@ -122,6 +122,9 @@ var/list/adminhelp_ignored_words = list("unknown","the","a","an","of","monkey","
window_flash(X)
to_chat(X, msg)
//Try to open a new adminticket and inform the user if they succed.
globAdminTicketHolder.newTicket(src, msg)
//show it to the person adminhelping too
to_chat(src, "<span class='boldnotice'>[selected_type]</b>: [original_msg]</span>")