You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
var/inputsubject=input(src, "Please enter a subject", "Outgoing message from [syndicate ?"Syndicate":"CentCom"]", "") as text|null
1834
1835
if(!inputsubject)
1835
1836
return
1836
1837
1837
-
var/inputmessage=input(src, "Please enter the message sent to [istype(F) ? F :"all fax machines"] via secure connection. Supports pen markdown.", "Outgoing message from CentCom", "") as message|null
1838
+
var/inputmessage=input(src, "Please enter the message sent to [istype(F) ? F :"all fax machines"] via secure connection. Supports pen markdown.", "Outgoing message from [syndicate ?"Syndicate":"CentCom"]", "") as message|null
1838
1839
if(!inputmessage)
1839
1840
return
1840
1841
1841
-
var/inputsigned=input(src, "Please enter CentCom Official name.", "Outgoing message from CentCom", usr?.client?.holder?.admin_signature ||"") as text|null
1842
+
var/inputsigned=input(src, "Please enter [syndicate ?"Syndicate":"CentCom"] Official name.", "Outgoing message from [syndicate ?"Syndicate":"CentCom"]", usr?.client?.holder?.admin_signature ||"") as text|null
1842
1843
if(!inputsigned)
1843
1844
return
1844
1845
1845
1846
var/customname=input(src, "Pick a title for the report", "Title") as text|null
0 commit comments