I recently rejoined blockland and im going to start learning torque again. I made a simple script to start off with, but I believe i forgot the arguements for function serverCmd, heres the code im trying.
function serverCmdResizeme(%client,%x,%y,%z)
{
findClientByName(%client).Player.SetScale(%x @ %y @ %z);
}