Convert almost all alert() to tgui_alert()

This commit is contained in:
Aronai Sieyes
2021-06-25 17:03:35 -04:00
parent 70bff20384
commit 0da0c54388
191 changed files with 509 additions and 521 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
if(!message)
return
if (!m_type)
if(alert(src, "Is this an audible emote?", "Emote", "Yes", "No") == "No")
if(tgui_alert(src, "Is this an audible emote?", "Emote", list("Yes", "No")) == "No")
m_type = VISIBLE_MESSAGE
else
m_type = AUDIBLE_MESSAGE