#help region skript

1 messages · Page 1 of 1 (latest)

gritty ember
#

try smh along on region enter: wait 1 tick if "%region at player%" contains "cherryportal": do stuff

limpid valve
#

still having trouble

#

i changed region name to cherry1

#
    wait 1 tick
    if "%region at player%" contains "cherry1":
        teleport player to {-21 70 30} ```
gritty ember
#

also if u meant to teleport em to cords don't use {} try like -21, 70, 30

limpid valve
#
    wait 1 tick
    if "%region at player%" contains "cherry1":
        teleport player to -21, 70, 30 ```
gritty ember
#

try that

limpid valve
#

on region enter:
wait 1 tick
if "%region at player%" contains "cherry1":
teleport player to location at -21, 70, 30

#

i tried this

gritty ember
#

or whatever ur world name is

limpid valve
#

LETS GO

#

THANKS BRO

gritty ember
#

👍

limpid valve
#

also

#

i have another question

#

if i wanted to do multiple portal skripts on the same file how would i do that

#

@gritty ember

gritty ember
limpid valve
#

like this?

gritty ember
#

just remove that second on region enter

#

and it works

limpid valve
#

alr

#
    wait 1 tick
    if "%region at player%" contains "cherry1":
        teleport player to location at -21.5, 70, 30.5 in world "gwgenz"
        
        
        
    wait 1 tick
    if "%region at player%" contains "cherry2":
        teleport player to location at -28.5 73 -101.5 in world "gwgenz"```
#

@gritty ember

limpid valve
#

nvm i got it

sour hatch
#

on enter of region "blahblah":