#how can i make this particle code stay as long as my ritutral skript is one bassicly

1 messages · Page 1 of 1 (latest)

noble tartan
#
        set {_v} to spherical vector with radius 3, yaw loop-value * 4, pitch 0
        draw 5 of dust using dustOption(yellow, 1) at location of player offset by {_v}
        draw 5 of smoke at location of player offset by {_v}```
grizzled helm
#

loop it

noble tartan
#

how could i loop it for a specfic time stamp cus i have it so u can set a specfic time!

fallow lance
#

set {ritual} to true
while {ritual}:

#

or

#

while {ritual} is true:

#

works same way

#

that while should be only executed once

#

so when the ritual starts

#

shluld be in that block

void ferry
#

you can also set {_startTime} to now while (time since {_startTime < YOUR TIME HERE): ...

noble tartan
#

yeah, but how would i make the particles loop until the time ends