Author Topic: Changing Scale  (Read 2217 times)

Woops XD . Oh well, SPC works. By the way, what is SPC? I've seen it used a bit, and it would probably be nice to know what it is... XD

SPC is a space seperator, for example,
"Apples" SPC "5"
becomes
"Apples 5"

It joins two variables together seperating them with a space.

See also: @
@ joins two variables together with no seperation.

"Apples" @ "5" = "Apples5"

%target.Badspot.setScale(1.1 SPC 1.1 SPC 1.1);
Will that work?  ( i use badspot as example)

a player name? no not there it wouldnt work.


Code: [Select]
findClientByName("Badspot").Player.setScale("1.1 1.1 1.1");