#help region skript
1 messages · Page 1 of 1 (latest)
still having trouble
i changed region name to cherry1
wait 1 tick
if "%region at player%" contains "cherry1":
teleport player to {-21 70 30} ```
0 errors in that whats issue
also if u meant to teleport em to cords don't use {} try like -21, 70, 30
wait 1 tick
if "%region at player%" contains "cherry1":
teleport player to -21, 70, 30 ```
teleport the attacker to -21, 70, 30
try that
on region enter:
wait 1 tick
if "%region at player%" contains "cherry1":
teleport player to location at -21, 70, 30
i tried this
ohh add in world "world" at end
or whatever ur world name is
👍
also
i have another question
if i wanted to do multiple portal skripts on the same file how would i do that
@gritty ember
same code just copy pasted and diff regions
like this?
eh u dont need 2 on region enters
just remove that second on region enter
and it works
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
nvm i got it
on enter of region "blahblah":