The One Where I Port Modals

This commit is contained in:
Chompstation Bot
2021-06-30 19:29:34 +00:00
parent 2457a62edd
commit b6e1989a01
468 changed files with 10519 additions and 1808 deletions

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