Skocz do zawartości
  • 0

Bład przy relaod


Nerdrod_2

Pytanie

on skript load:    if {liczba.lb.} is less than {@number}:        set {_x} to random integer between {@min.x} and {@max.x}        set {_y} to random integer between {@min.y} and {@max.y}        set {_z} to random integer between {@min.z} and {@max.z}        set {_xyz} to location at {_x}, {_y}, {_z}        if block at {xyz} is not air:            if block above {_xyz} is air:            set block above {_xyz} to {s.%location%}            set {s.%location%} to sponge            set {s.%location%} to true

Bład przy relaod

[15:20:54 INFO]: Loaded a total of 11504 english aliases[15:20:55 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (Lucky block.sk, line 26: if block above {_xyz} is air:')[15:20:55 ERROR]: '{xyz}' is not an entry (like 'name : value') (Lucky block.sk, line 3: {xyz}')[15:20:55 ERROR]: {_xyz} can only be set to one object, not more (Lucky block.sk, line 24: set {_xyz} to location at {_x}, {_y}, {_z}')[15:20:55 ERROR]: There's no location in an on server start/stop event (Lucky block.sk, line 27: set block above {_xyz} to {s.%location%}')[15:20:55 ERROR]: There's no location in an on server start/stop event (Lucky block.sk, line 28: set {s.%location%} to sponge')[15:20:55 ERROR]: There's no location in an on server start/stop event (Lucky block.sk, line 29: set {s.%location%} to true')[15:20:55 INFO]: Loaded 5 scripts with a total of 8 triggers and 1 command in 0.59 seconds
Odnośnik do komentarza
https://skript.pl/temat/1651-b%C5%82ad-przy-relaod/
Udostępnij na innych stronach

3 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

Nir możesz użyć tego przy evencie

On skript load.

[15:20:55 ERROR]: {_xyz} can only be set to one object, not more (Lucky block.sk

, line 24: set {_xyz} to location at {_x}, {_y}, {_z}')

Zmienna może przechować tylko jedną wartość.

Odnośnik do komentarza
https://skript.pl/temat/1651-b%C5%82ad-przy-relaod/#findComment-13611
Udostępnij na innych stronach

  • 0
on load:    if {liczba.lb.} is less than {@number}:        set {_x} to random integer between {@min.x} and {@max.x}        set {_y} to random integer between {@min.y} and {@max.y}        set {_z} to random integer between {@min.z} and {@max.z}        set {_xyz} to (location at {_x}, {_y}, {_z})        if block at {_xyz} is not air:            if block above {_xyz} is air:              set {s.location} to block above {_xyz}              set block at {s.location} to sponge              set {s.location} to true
Odnośnik do komentarza
https://skript.pl/temat/1651-b%C5%82ad-przy-relaod/#findComment-13698
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...