Adds visible emote shortcut to complement the audible emote shortcut.

This commit is contained in:
mwerezak
2015-01-14 21:25:28 -05:00
parent ad6801c5f2
commit c0a896282c
@@ -25,6 +25,8 @@
if(copytext(message,1,2) == "*")
return emote(copytext(message,2))
else if(copytext(message,1,2) == "^")
return custom_emote(1, copytext(message,2))
if(name != GetVoice())
alt_name = "(as [get_id_name("Unknown")])"