%client.variable = 2;As long as %client (the object) is defined.That means you can do, say, findClientByName("Jamesking").player.variable = 3;
Thats assigning it to the player, not the client object.
Yes I knowJames, as long as %client is actually defined, yeah