have this code and in the chat i receive a condition recognition error, I think it is due to the way I point out the arguments, can someone help me by changing what I did a little? specifically, I need the title to be able to be saved and retained when reloading/rebooting the server [cant understand this condition "send title"", already have skrayfall and its workin with "on join:"]
Code:
command /aw <text> <text> <integer>:
trigger:
if arg-1 is "subtitle":
set {csub} to arg-2
if arg-1 is "title":
set {ctit} to arg-2
if arg-1 is "send":
if arg-2 is set:
send title {ctit} to arg-2 for arg-3 seconds
send subtitle {csub} to arg-2 for arg-3 seconds
else:
send "Needs a username in 2nd arg" to player