Update 'post.sk'
parent
c48c45434b
commit
e8074700f3
2
post.sk
2
post.sk
|
@ -8,8 +8,10 @@ command /send_console:
|
||||||
set {_sections::*} to {_resp} split at ":"
|
set {_sections::*} to {_resp} split at ":"
|
||||||
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 ""
|
||||||
|
send {_this::*} to player
|
||||||
set {key} to ""
|
set {key} to ""
|
||||||
loop {_this::*}:
|
loop {_this::*}:
|
||||||
|
send loop-value to player
|
||||||
if loop-value isn't "}":
|
if loop-value isn't "}":
|
||||||
#replace loop-value with "" in {_sections::2}
|
#replace loop-value with "" in {_sections::2}
|
||||||
set {key} to "%{key}%loop-value"
|
set {key} to "%{key}%loop-value"
|
||||||
|
|
Loading…
Reference in New Issue