Skript/Server Version
Skript version 2.6.3
Customize Minecraft's mechanics with simple scripts written in plain English sentences.
Website: https://skriptlang.github.io/Skript
Authors: Njol, Mirreski, SkriptLang Team and Contributors
Server Version: 1.16.5
Bug Description
when i am using variables in timespan, it tells me "can't understand"
while using
wait 10 ticksis fine
set {_x} to 10 wait {_x} ticksdoesn't work
Expected Behavior
Using variable in timespan expression.
Steps to Reproduce
set {_x} to 10 wait {_x} ticks wrong
set {_x} to 10 wait "%{_x}% ticks" parsed as timespancorrect
wait 10 ticks correct
similar situation
send titile ... to player for {_x} ticks wrong
Errors or Screenshots
No response
Other
No response
Agreement
Skript/Server Version
Skript version 2.6.3 Customize Minecraft's mechanics with simple scripts written in plain English sentences. Website: https://skriptlang.github.io/Skript Authors: Njol, Mirreski, SkriptLang Team and Contributors Server Version: 1.16.5Bug Description
when i am using variables in timespan, it tells me "can't understand"
while using
wait 10 ticksis fineset {_x} to 10 wait {_x} ticksdoesn't workExpected Behavior
Using variable in timespan expression.
Steps to Reproduce
set {_x} to 10 wait {_x} tickswrongset {_x} to 10 wait "%{_x}% ticks" parsed as timespancorrectwait 10 tickscorrectsimilar situation
send titile ... to player for {_x} tickswrongErrors or Screenshots
No response
Other
No response
Agreement