TGUI Input Framework

This commit is contained in:
Casey
2022-06-22 19:19:55 -04:00
committed by Darlantan
parent f03af38227
commit a3dd6b8ffa
30 changed files with 1519 additions and 927 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
to_chat(usr, "<span class='info'>There isn't enough space left on \the [src] to write anything.</span>")
return
var/raw_t = tgui_input_message(usr, "Enter what you want to write:", "Write")
var/raw_t = tgui_input_text(usr, "Enter what you want to write:", "Write", multiline = TRUE)
if(!raw_t)
return
var/t = sanitize(raw_t, free_space, extra = 0)