diff --git a/post.sk b/post.sk index 09a4213..d282ceb 100644 --- a/post.sk +++ b/post.sk @@ -9,9 +9,10 @@ command /send_console: 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 "}": - replace loop-value with "" in {_sections::2} - add loop-value to {_key} + if loop-value isn't "}": + #replace loop-value with "" in {_sections::2} + set {_key} to "%{_key}%loop-value" + #add loop-value to {_key} send {_key} to player send {_sections::2} to player #send the body of last response to player \ No newline at end of file