osenek 15 Opublikowano 1 kwietnia 2018 Udostępnij Opublikowano 1 kwietnia 2018 (edytowane) Witam, prosiłbym bym o skrypt, w którym po postawieniu slimeblocka, tworzy sie "trampolina" (2x2 bloki slime). O takie coś (link): Spoiler https://imgur.com/a/Ujvfq Edytowane 1 kwietnia 2018 przez osenek Odnośnik do komentarza https://skript.pl/temat/26493-trampolina-bloki-slime/ Udostępnij na innych stronach Więcej opcji udostępniania...
0 LloydPL 436 Opublikowano 1 kwietnia 2018 Udostępnij Opublikowano 1 kwietnia 2018 (edytowane) nietestowane (działa z każdym slimeblockiem, automatycznie wybiera dostępne 2x2 miejsce a jak nie znajdzie to blokuje stawianie bloku) on place of slime block: set {_l} to location of event-block set {_n} to block north {_l} set {_s} to block south {_l} set {_e} to block east {_l} set {_w} to block west {_l} if {_n} is air: if block east {_n} is air: if {_e} is air: set {_n} to slime block set block east {_n} to slime block set block {_e} to slime block stop if block west {_n} is air: if {_w} is air: set {_n} to slime block set block west {_n} to slime block set block {_w} to slime block stop if {_s} is air: if block east {_s} is air: if {_e} is air: set {_s} to slime block set block east {_s} to slime block set block {_e} to slime block stop if block west {_s} is air: if {_w} is air: set {_s} to slime block set block west {_s} to slime block set block {_w} to slime block stop cancel event Edytowane 1 kwietnia 2018 przez LloydPL Odnośnik do komentarza https://skript.pl/temat/26493-trampolina-bloki-slime/#findComment-174534 Udostępnij na innych stronach Więcej opcji udostępniania...
0 osenek 15 Opublikowano 1 kwietnia 2018 Autor Udostępnij Opublikowano 1 kwietnia 2018 stokrotne dzieki (serio) ale da sie to skrócić, ewentualnie uprościć? Odnośnik do komentarza https://skript.pl/temat/26493-trampolina-bloki-slime/#findComment-174535 Udostępnij na innych stronach Więcej opcji udostępniania...
0 LloydPL 436 Opublikowano 1 kwietnia 2018 Udostępnij Opublikowano 1 kwietnia 2018 (edytowane) właśnie błąd składni zauważyłem (nie da) masz fixa: on place of slime block: set {_l} to location of event-block set {_n} to block north {_l} set {_s} to block south {_l} set {_e} to block east {_l} set {_w} to block west {_l} if {_n} is air: if block east {_n} is air: if {_e} is air: set block at location of {_n} to slime block set block at location of block east {_n} to slime block set block at location of {_e} to slime block stop if block west {_n} is air: if {_w} is air: set block at location of {_n} to slime block set block at location of block west {_n} to slime block set block at location of {_w} to slime block stop if {_s} is air: if block east {_s} is air: if {_e} is air: set block at location of {_s} to slime block set block at location of block east {_s} to slime block set block at location of {_e} to slime block stop if block west {_s} is air: if {_w} is air: set block at location of {_s} to slime block set block at location of block west {_s} to slime block set block at location of {_w} to slime block stop cancel event Edytowane 1 kwietnia 2018 przez LloydPL Odnośnik do komentarza https://skript.pl/temat/26493-trampolina-bloki-slime/#findComment-174539 Udostępnij na innych stronach Więcej opcji udostępniania...
0 osenek 15 Opublikowano 3 kwietnia 2018 Autor Udostępnij Opublikowano 3 kwietnia 2018 dzieki, do zamkniecia! Odnośnik do komentarza https://skript.pl/temat/26493-trampolina-bloki-slime/#findComment-174782 Udostępnij na innych stronach Więcej opcji udostępniania...
Pytanie
osenek 15
Witam, prosiłbym bym o skrypt, w którym po postawieniu slimeblocka, tworzy sie "trampolina" (2x2 bloki slime).
O takie coś (link):
https://imgur.com/a/Ujvfq
Edytowane przez osenekOdnośnik do komentarza
https://skript.pl/temat/26493-trampolina-bloki-slime/Udostępnij na innych stronach
4 odpowiedzi na to pytanie
Rekomendowane odpowiedzi