The following code always return <none>
my full code is
Code:
set {_output::*} to objects in column "UUID" from result of query "SELECT UUID FROM `Test_Player` WHERE `UUID` = `%uuid of player%`"
my full code is
Code:
on join:
set {_output::*} to objects in column "UUID" from result of query "SELECT UUID FROM `Test_Player` WHERE `UUID` = `%uuid of player%`"
send "%{_output::*}%"
"%{_output::*}%" is "<none>":
update "INSERT INTO `Test_Player` (`Player`, `UUID`) VALUES ('%player%', '%uuid of player%')"
update "UPDATE INTO `Test_Player` SET `Test_Player`.`Player` = `%player%` WHERE `UUID` = `%uuid of player%`"