Update 'post.sk'
parent
9603c37efd
commit
2e183ed304
7
post.sk
7
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 {_sections::2} to subtext of {_sections::2} from characters {1} to (length of {_sections::2})
|
||||||
set {_this::*} to {_sections::2} split at ""
|
set {_this::*} to {_sections::2} split at ""
|
||||||
loop {_this::*}:
|
loop {_this::*}:
|
||||||
if loop-value is "}":
|
if loop-value isn't "}":
|
||||||
replace loop-value with "" in {_sections::2}
|
#replace loop-value with "" in {_sections::2}
|
||||||
add loop-value to {_key}
|
set {_key} to "%{_key}%loop-value"
|
||||||
|
#add loop-value to {_key}
|
||||||
send {_key} to player
|
send {_key} to player
|
||||||
send {_sections::2} to player
|
send {_sections::2} to player
|
||||||
#send the body of last response to player
|
#send the body of last response to player
|
Loading…
Reference in New Issue