Siemanko! Mam oto skrypt których chciałbym aby działał tak: teleportował ze świata world do świata world1 ale w te same kordy! natomiast ten skrypt poniżej teleportuje nas do do świata world1 ale za sekunde znowu do świata world ponieważ zmienna {_k::%player%} jest ustawiona w world co robić?
on any move:
if player is in world "world":
set {_x::%player%} to player's x location
set {_y::%player%} to player's y location
set {_z::%player%} to player's z location
set {_k::%player%} to location at {_x::%player%}, {_y::%player%}, {_z::%player%}
If {_z::%player%} or {_x::%player%} is bigger than 1000:
execute console command "mv tp %player% world1"
teleport player to {_k::%player%}
Pytanie
_Ronald_ 2
Siemanko! Mam oto skrypt których chciałbym aby działał tak: teleportował ze świata world do świata world1 ale w te same kordy! natomiast ten skrypt poniżej teleportuje nas do do świata world1 ale za sekunde znowu do świata world ponieważ zmienna {_k::%player%} jest ustawiona w world co robić?
on any move: if player is in world "world": set {_x::%player%} to player's x location set {_y::%player%} to player's y location set {_z::%player%} to player's z location set {_k::%player%} to location at {_x::%player%}, {_y::%player%}, {_z::%player%} If {_z::%player%} or {_x::%player%} is bigger than 1000: execute console command "mv tp %player% world1" teleport player to {_k::%player%}
Odnośnik do komentarza
Udostępnij na innych stronach
5 odpowiedzi na to pytanie
Rekomendowane odpowiedzi