• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Small Bug] LUA Tags vs CODE Tags - Who wins?

J.Dre

Unity Games
Joined
May 18, 2011
Messages
2,647
Solutions
3
Reaction score
648
Location
United States
knfxw.png


The picture explains it all. Don't ask how I found this, I suppose I've been helping people too much lately. :D

CODE tags win! :w00t:
 
I really need to ask this:

- What is the difference?

Either way will work, :x
 
Well, I like to keep my code organized as much as possible and when I go through the trouble of tabbing and it gets messed up anyway, it sort of makes me a little frustrated.

It's an easy fix, why not do it? :blink:
 
Well, I like to keep my code organized as much as possible and when I go through the trouble of tabbing and it gets messed up anyway, it sort of makes me a little frustrated.

It's an easy fix, why not do it? :blink:

Because is this a stupid thing, lol :blink:
 
I'm not trolling you/your thread. I'm just telling the truth. :w00t:
 
I'm just telling the truth. :w00t:
personal opinion != truth... 'just saying
He's reporting a bug. No matter how small or how "stupid" (quotes. because I don't think of it as "stupid.") it is, it should be fixed.


Here's some extra info for the Admins (even though the image is self explanatory ;_; );
Lua:
	local t = { };
	local x = { };
test();
/\ tab replaced with space at the first line

Lua:
	local t = { };
	local x = { };
test();
/\ the only messed up line is the first one, the others work fine.
 
My guess is it will be changed. Tabbing is a very important part of coding.

Red
 
I only use
Code:
 for messages stuffs..
lua in [code=lua] and everything else in [PHP].
and yeah that's something need to be fixed.
 
Back
Top