mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Adds a to_chat() proc, to pave the way to a non shit chat.
This commit is contained in:
@@ -232,4 +232,4 @@ proc/LoadHTMLAssociations()
|
||||
|
||||
proc/SaveHTMLAssociations()
|
||||
var/savefile/F = new ("s_html.sav")
|
||||
F["html_colours"] << html_colours
|
||||
to_chat(F["html_colours"], html_colours)
|
||||
|
||||
@@ -33,6 +33,6 @@ proc/invertHTML(HTMLstring)
|
||||
/*
|
||||
//Testing code/sample implementation
|
||||
mob/verb/test_invertHTML()
|
||||
usr << "#CC9933"
|
||||
usr << invertHTML("#CC9933")
|
||||
to_chat(usr, "#CC9933")
|
||||
to_chat(usr, invertHTML("#CC9933"))
|
||||
*/
|
||||
Reference in New Issue
Block a user