Cześć, mam skrypt na "kopacza fos", chciałbym zablokować stawianie go na terenach bez gildii. Jak mógłbym to zrobić?
(Plugin na gildie to FunnyGuilds, posiadam FunnySkAddon)
on place of end portal frame:
if player's tool is end portal frame named "&2&lKopacz Fos":
set block to air
set {_a} to location of block
loop 79 times:
set {_a} to location of block under {_a}
if block at {_a} is bedrock:
stop
else:
set block at {_a} to air
else:
cancel event
Pytanie
OneXakaGracu 8
Cześć, mam skrypt na "kopacza fos", chciałbym zablokować stawianie go na terenach bez gildii. Jak mógłbym to zrobić?
(Plugin na gildie to FunnyGuilds, posiadam FunnySkAddon)
on place of end portal frame: if player's tool is end portal frame named "&2&lKopacz Fos": set block to air set {_a} to location of block loop 79 times: set {_a} to location of block under {_a} if block at {_a} is bedrock: stop else: set block at {_a} to air else: cancel event
Odnośnik do komentarza
Udostępnij na innych stronach
3 odpowiedzi na to pytanie
Rekomendowane odpowiedzi