Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
echoing letters into the console
« previous
next »
Print
Pages: [
1
]
Author
Topic: echoing letters into the console (Read 298 times)
Conservative
July 18, 2012, 07:15:36 AM
I need to echo a letter into the console, and double it up on that same line depending on the number from a variable
example:
%a=3;
>echos aaa into the console
«
Last Edit: July 18, 2012, 07:21:33 AM by Conservative
»
Ad Bot
Advertisement
Nexus
July 18, 2012, 07:22:06 AM
For(%i=0; %i<%a; %i++)
%s = %s @ "a";
Echo(%s);
Conservative
July 18, 2012, 08:16:25 AM
Quote from: Nexus on July 18, 2012, 07:22:06 AM
For(%i=0; %i<%a; %i++)
%s = %s @ "a";
Echo(%s);
Thanks
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
echoing letters into the console