Witam, napisałem skrypt na randomowe tp po zjedzeniu koxa aczkolwiek nie teleportuje mnie po zjedzeniu, dlaczego?
Cytat
options:
x-min: -2000
x-max: 2000
z-min: -2000
z-max: 2000
on consume:
if event-item is enchanted golden apple:
set {_x} to random integer between {@x-min} and {@x-max}
set {_y} to 100
set {_z} to random integer between {@z-min} and {@z-max}
set {randomtp.god.%player%} to true
teleport player to {_location}
send "&3>> &2Przeteleportowano w losowe koordynaty &6(x: %{_X}% | z: %{_z}%)&6."
stop
on damage:
if victim is player:
if {randomtp.god.%victim%} is true:
cancel event
delete {randomtp.god.%victim%}
stop
Pytanie
Michaelek_ 5
Witam, napisałem skrypt na randomowe tp po zjedzeniu koxa aczkolwiek nie teleportuje mnie po zjedzeniu, dlaczego?
Odnośnik do komentarza
Udostępnij na innych stronach
2 odpowiedzi na to pytanie
Rekomendowane odpowiedzi