Vorestation edit

This commit is contained in:
if there were two guys on the moon
2019-06-26 19:24:31 +01:00
parent e2b4317366
commit bf3366c673
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1388,4 +1388,5 @@ default behaviour is:
else if(sayselect == "Exclaim/Shout/Yell (!)")
custom_exclaim = sanitize(input(usr, "This word or phrase will appear instead of 'exclaims', 'shouts' or 'yells': [src] exclaims, \"Hi!\"", "Custom Exclaim", null) as text)
else
return
return
//VOREStation edit ends
+1
View File
@@ -287,6 +287,7 @@ proc/get_radio_key_from_channel(var/channel)
verb = "[custom_ask]"
else if(custom_say)
verb = "[custom_say]"
//VOREStation edit ends
//Handle nonverbal and sign languages here
if (speaking)