Mam ten skrypt, i nie działa mi tworzenie tworzenie tabliczek..
Jak wpisuje [home] NIC sie nie dziej. HELP!!!
Spoiler
on sign edit:
if player is "maxcom1":
if line 1 of event-block is "[shop]":
set line 1 of event-block to "&1[&2Sklep&1]"
if line 2 is set:
set {l2} to line 2 of event-block
set line 2 of event-block to "&9%{l2}%"
if line 3 is set:
set {l3} to line 3 of event-block
set line 3 of event-block to "&aIlosc: &e%{l3}%"
if line 4 is set:
set {l4} to line 4 of event-block
set line 4 of event-block to "&aCena: &e%{l4}%"
send "&aUtworzono sklep!"
on right click:
if event-block is set:
if event-block is sign:
if line 1 of event-block is "&1[&2Sklep&1]":
set {przedmiot} to line 2 of event-block
replace all "&9" with "" in {przedmiot}
set {ilosc} to line 3 of event-block
replace all "&aIlosc: &e" with "" in {ilosc}
set {cena} to line 4 of event-block
replace all "&aCena: &e" with "" in {cena}
set {placic} to {cena}
remove 1 from {placic}
if {money::%player%} is larger than {placic}:
remove {cena} from {money::%player%}
add {ilosc} of {przedmiot} to player
send "&cPomyslnie kupiono &e%{ilosc}%x. %{przedmiot}% &aza &e%{cena}%"else:
send "&cNie stac cie na to!"
Pytanie
maxcom1 110
Hej!
Mam ten skrypt, i nie działa mi tworzenie tworzenie tabliczek..
Jak wpisuje [home] NIC sie nie dziej. HELP!!!
Odnośnik do komentarza
Udostępnij na innych stronach
5 odpowiedzi na to pytanie
Rekomendowane odpowiedzi
Dołącz do dyskusji
Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.