mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Convert almost all alert() to tgui_alert()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user