function turbo(p: player, t: number):
set {turbodrop::%{_p}%} to true
send "&7Otrzymales turbodrop na &6%{_t}% minut!"
set {_time} to "%{_t}% minutes" parsed as time span
wait {_time}
set {turbodrop::%{_p}%} to false
send "&7Twoj turbodrop sie skonczyl!"
command /turbodropall [<number>]:
trigger:
loop all players:
turbo(loop-player, arg)
send "&8[INFO] &6Turbodrop dla wszystkich jest wlaczony!" to all players