Update 'post.sk'

main
Anorak_1 2022-09-11 19:10:21 +00:00
parent 9603c37efd
commit 2e183ed304
1 changed files with 4 additions and 3 deletions

View File

@ -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