diff --git a/post.sk b/post.sk index c48e3b1..543d638 100644 --- a/post.sk +++ b/post.sk @@ -6,7 +6,7 @@ command /send_console: set {_sections::*} to {_resp} split at ":" set {_key} to last (length of {_sections::2} - 1) characters of {_sections::2} set {_key} to first (length of {_key} - 3) characters of {_key} - send "Console Link" to player + send "Console Link" to player #loop {_this::*}: # send loop-value to player @@ -14,7 +14,7 @@ command /send_console: # if loop-value isn't """"""": # set {key} to "%{key}%%loop-value%" #send {key} to player - send {_sections::2} - send {_key} to player + #send {_sections::2} + #send {_key} to player #send {_sections::2} to player #send the body of last response to player \ No newline at end of file