Skript Version: Bensku's fork dev29
I want to wait the number of variables.
Why is this an error?
I did not work with parse.
thanks.
I want to wait the number of variables.
Why is this an error?
code_language.skript:
command /test:
trigger:
set {_time} to random number between 1 and 3
wait {_time} seconds
message "test"
code_language.skript:
[Server thread/ERROR]: Can't understand this condition/effect: wait {_speed} seconds (dump.sk, line 159: wait {_time} seconds')
I did not work with parse.
code_language.skript:
set {_time} to {_time} parsed as integer
thanks.