Hello, I have problem with sending message to player. I just see the broadcast and not the message to {_p2} ({_p2} is my nickname, it is also checked using broadcast). Could someone help me please?
Code:
loop {duel.arena::%{deul.arena::%{_p}%}%::*} where [input is not {_p}]:
set {_p2} to loop-index
broadcast "%{_p2}%"
send "test" to {_p2} parsed as player```