#boss skript broken

1 messages · Page 1 of 1 (latest)

drifting vine
#

on the skript, when it dies it just spawns instantly

#

anyone know how to make it wait 10 minutes

robust sandal
#

then do a

#

while {alive} is false:
wait 1 tick
if difference between {variable for time} and now is less than 10 minutes:
stop
else:
#spawn the dude

craggy hedge
#

thats gonna stop new ones from spawining lol

#

you want continue, not stop