Nawet kiedy mamy zmienną exp.%player% ustawioną na true to wywali nam wiadomość jak byśmy mieli na false
Prosze kod:
variables:
{exp.%player%} = false
{w.l.%player%} = 40
{i.e.%player%} = 0
on death of creature:
if attacker is a player:
if name of creature is "&f&oWilk &2[&2Lvl 1]":
if {exp.%player%} is true:
add 1 to {i.e.%player%}
send "&a[&2&lEXP&a]&a&o Zdobyles &b&o+1 Exp! &c%{i.e.%player%}%&4/&c%{w.l.%player%}%&a&o!"
if {exp.%player%} is false:
send "&a[&2&lEXP&a]&c&o Nie odblokowales jeszcze systemu exp!" to attacker
command /o:
trigger:
send "&aOdblokowano , komenda tymczasowa"
set {exp.%player%} to true
Pytanie
KGaZ 28
Witam , mam problem ze skryptem poniżej
przy reloadowaniu nie wyskakują żadne błędy
ALE
Nawet kiedy mamy zmienną exp.%player% ustawioną na true to wywali nam wiadomość jak byśmy mieli na false
Prosze kod:
variables: {exp.%player%} = false {w.l.%player%} = 40 {i.e.%player%} = 0 on death of creature: if attacker is a player: if name of creature is "&f&oWilk &2[&2Lvl 1]": if {exp.%player%} is true: add 1 to {i.e.%player%} send "&a[&2&lEXP&a]&a&o Zdobyles &b&o+1 Exp! &c%{i.e.%player%}%&4/&c%{w.l.%player%}%&a&o!" if {exp.%player%} is false: send "&a[&2&lEXP&a]&c&o Nie odblokowales jeszcze systemu exp!" to attacker command /o: trigger: send "&aOdblokowano , komenda tymczasowa" set {exp.%player%} to true
POMOCY
Odnośnik do komentarza
Udostępnij na innych stronach
7 odpowiedzi na to pytanie
Rekomendowane odpowiedzi