Update 'post.sk'
parent
fa5ae074c9
commit
1112906bf0
5
post.sk
5
post.sk
|
@ -13,9 +13,8 @@ command /send_console:
|
|||
loop {_this::*}:
|
||||
send loop-value to player
|
||||
if loop-value isn't "}":
|
||||
#replace loop-value with "" in {_sections::2}
|
||||
set {key} to "%{key}%%loop-value%"
|
||||
#add loop-value to {_key}
|
||||
if loop-value isn't """""""":
|
||||
set {key} to "%{key}%%loop-value%"
|
||||
send {key} to player
|
||||
send {_sections::2} to player
|
||||
#send the body of last response to player
|
Loading…
Reference in New Issue