Witam,
Mam problem, w moim skripcie nie działa komenda send ani message
Błąd: Cannot understand this effect/condition "send ..."
Serwer 1.17.1, wersja skript 2.6 (testowałem też 2.5, też nie działa)
Oto skrypt:
variables:
{status} = false
options:
pref: "&0&l[&e&lBROADCAST&0&l]&f:"
command /broadcast <text>:
usage: {@pref} &aUżycie: &f/broadcast true/false
permission: admin.bc
trigger:
if arg 1 is "false":
send "{@pref} &7Broadcast &fzostał &cwyłączony"
set {status} to "false"
if arg 1 is "true":
send "{@pref} &7Broadcast &fzostał &awłączony"
set {status} to "true"