From 9603c37efde4d2d214d1662f2568bedd511007ee Mon Sep 17 00:00:00 2001 From: Anorak_1 Date: Sun, 11 Sep 2022 19:07:59 +0000 Subject: [PATCH] Update 'post.sk' --- post.sk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/post.sk b/post.sk index 231d121..09a4213 100644 --- a/post.sk +++ b/post.sk @@ -6,9 +6,10 @@ command /send_console: send "Console Link" to player set {_resp} to the body of last response set {_sections::*} to {_resp} split at ":" + set {_sections::2} to subtext of {_sections::2} from characters {1} to (length of {_sections::2}) set {_this::*} to {_sections::2} split at "" loop {_this::*}: - if loop-value is '"' or "}": + if loop-value is "}": replace loop-value with "" in {_sections::2} add loop-value to {_key} send {_key} to player