|
| 20 Sep 2015 03:51 PM |
How do I make it so I have multiple code lines? I can only do one - One Line #code print("test")
- Two Line #code print("test") print("test")
- Two Line #code print("test") print("test") |
|
|
| Report Abuse |
|
|
|
| 20 Sep 2015 03:51 PM |
| I am doing something wrong. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
|
| 20 Sep 2015 03:53 PM |
In the Scripters forum you just have to tab. for i = 1,math.huge do print("Ya' silly goose") end
FilteringDisabled is for squares |
|
|
| Report Abuse |
|
|
|
| 20 Sep 2015 03:55 PM |
#code for i = 1,math.huge do print("Ya' silly goose") end |
|
|
| Report Abuse |
|
|
|
| 20 Sep 2015 03:55 PM |
#code for i = 1,math.huge do print("Ya' silly goose") end |
|
|
| Report Abuse |
|
|
| |
|
|
| 20 Sep 2015 03:56 PM |
Drop the "#code", it's not necessary.
FilteringDisabled is for squares |
|
|
| Report Abuse |
|
|
|
| 20 Sep 2015 04:23 PM |
| Or use mine. You can have as many snippets as you want, and they don't randomly stop being highloghted because you stop tabbing. |
|
|
| Report Abuse |
|
|
xFrimble
|
  |
| Joined: 11 Mar 2010 |
| Total Posts: 89 |
|
|
| 07 Dec 2015 09:58 AM |
#Code function ohIFiguredItOut() print("#code is one-line highlighting") print("using a tab at the beginning should make it multi like") print("let's find out") end
ohIFiguredItOut() Shooby Doo Bop! Shalala... |
|
|
| Report Abuse |
|
|
xFrimble
|
  |
| Joined: 11 Mar 2010 |
| Total Posts: 89 |
|
|
| 07 Dec 2015 09:59 AM |
for i = 1,math.huge do print("Ya' silly goose") end Why is it not working T_T Shooby Doo Bop! Shalala... |
|
|
| Report Abuse |
|
|