#spawn

1 messages · Page 1 of 1 (latest)

faint garden
#

i have a /spawn skript but how can i add 5sec waittime before u get tpt to spawn?

#

what do i need to add

#
  permission: op
  trigger:
    set {spawn} to location of block at location of player
    send "Set spawn to: %{spawn}%" to player

command /spawn:
  trigger:
    Teleport player to {spawn}
    send "&o&l Teleporting to Spawnpoint" to player```
wind bridge
#

wait 5 seconds

faint garden
#

where

#

after trigger?

#
  permission: op
  trigger:
    set {spawn} to location of block at location of player
    send "Set spawn to: %{spawn}%" to player

command /spawn:
  trigger:
    wait 5 seconds
       Teleport player to {spawn}
       send "&o&l Teleporting to Spawnpoint" to player```
#

@wind bridge like this?

wind bridge
#

Dont indent after a wait

faint garden
#

?

#

i tink im not understanding

wind bridge
#

You indented after the wait

faint garden
#

yea?

wind bridge
#

Dont

faint garden
#

okay

#

but how can i add it than?

wind bridge
#

By not indenting...

faint garden
#

where do i need to code that 5 seconds

#

what line

wind bridge
#

Just un-indent the stuff after the wait

faint garden
#

can u paste that in my script

#

becus im not understanding it

#

haha

rugged token
#

I've already helped him