#Host Only Door / Block

21 messages · Page 1 of 1 (latest)

cyan crater
#

HOST - OBJECT DISSAPEAR

Equal R0 Player.LocalID 0
If R0 != 0 then Goto Label
End
Label
Blk.Pos.Y = 99999.99

HOST - OBJECT APPEAR

Equal R0 Player.LocalID 0
If R0 != 0 then Goto Label
Blk.Pos.Y = 99999.99
Label
End

How to set up:
Shared off
Start Active - depends if triggered by a trigger or if you want it to happen at the time that you respawn
After Player - no effect
Blk can be an object or group or whatever you want.

visual torrent
#

@cyan crater code?

cyan crater
visual torrent
#

didn't work check before u reply please

cyan crater
small hearth
#

Equal R0 Player.LocalID 0
If R0 != 0 then Goto Label
End
Label
Blk.Pos.Y = 99999.99

hot perch
#

Equal R0 Player.LocalID 0
If R0 != 0 then Goto Label
End
Label
Blk.Pos.Y = 99999.99

How to set up:
Shared off
Start Active - depends if triggered by a trigger or if you want it to happen at the time that you respawn
After Player - no effect
Blk can be an object or group or whatever you want.

#

Equal R0 Player.LocalID 0
If R0 != 0 then Goto Label
End
Label
Blk.Pos.Y = 99999.99

trim slate
#

copyable

#
Equal R0 Player.LocalID 0
If R0 != 0 then Goto Label
End
Label
Blk.Pos.Y = 99999.99```
sage roost
#
If R0 != 0 Label
End
Lable
Blk.Pos.Y = 99999.99```
cyan crater
#

If it’s over complicated then don’t do it or do a better one

keen warren
#

mines not working i don't know why

mighty dawn
#
Equal R0 Player.LocalID 0
If R0 != 0 then Goto Label
End
Label
Blk.Pos.Y = 99999.99```
#

never mind

#
IF R0 Label0
END
LABEL Label0
SET blk1.Pos.Y 1e+06
#

copy that one

winter summit
mighty dawn
sage roost