TGUI Input Framework

This commit is contained in:
ItsSelis
2022-06-18 22:17:36 +02:00
parent 081b1ba3d3
commit a3b02b1bce
30 changed files with 1516 additions and 926 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)