You can now use backslashes as an escape character for text modification. (#61621)

This commit is contained in:
Ghom
2021-09-27 17:08:03 -07:00
committed by GitHub
parent eac67c90c6
commit 3c5d6221d7
6 changed files with 38 additions and 24 deletions
+3 -3
View File
@@ -16,11 +16,11 @@
if(!SSticker)
return
SSticker.selected_tip = input
// If we've already tipped, then send it straight away.
if(SSticker.tipped)
SSticker.send_tip_of_the_round()
send_tip_of_the_round(world, input)
else
SSticker.selected_tip = input
message_admins("[key_name_admin(usr)] sent a tip of the round.")
log_admin("[key_name(usr)] sent \"[input]\" as the Tip of the Round.")