Hi,
I wrote this code, but it give the error: Can't understand this expression: "The location of the player"
Can someone help?
I wrote this code, but it give the error: Can't understand this expression: "The location of the player"
code_language.skript:
command /switch <player>:
trigger:
set {_player1} to the location of the player
set {_player2} to the location of arg-1
send "Player1: %{_player1}%"
send "Player2: %{_player2}%"
Can someone help?