Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Changing Scale
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: Changing Scale (Read 2216 times)
LegoEggo
February 25, 2008, 10:46:27 PM
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
Ad Bot
Advertisement
rkynick
February 25, 2008, 10:50:45 PM
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"
Hooga The Pirate
March 02, 2008, 03:33:21 AM
%target.Badspot.setScale(1.1 SPC 1.1 SPC 1.1);
Will that work? ( i use badspot as example)
rkynick
March 02, 2008, 03:35:02 AM
a player name? no not there it wouldnt work.
Hooga The Pirate
March 02, 2008, 03:52:25 AM
Ok thanks for answering me
Trader
March 02, 2008, 05:54:22 AM
Code:
[Select]
findClientByName("Badspot").Player.setScale("1.1 1.1 1.1");
Print
Pages:
1
[
2
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Changing Scale