mistertimn, on 05 October 2014 - 07:14 PM, said:
But you have to install lua before that will work. Also, you might want lua 5.1 and not 5.2, because that's what CC uses.
There have been 60 items by electrodude512 (Search limited from 10-February 22)
Posted by
electrodude512
on 05 October 2014 - 10:41 PM
in
General
mistertimn, on 05 October 2014 - 07:14 PM, said:
Posted by
electrodude512
on 14 September 2014 - 06:50 PM
in
Suggestions
Bomb Bloke, on 09 September 2014 - 12:09 PM, said:
$ lua
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio
> print('a') and print('b')
stdin:1: unexpected symbol near 'and'
>
Posted by
electrodude512
on 02 September 2014 - 05:21 PM
in
Ask a Pro
Posted by
electrodude512
on 02 September 2014 - 05:18 PM
in
Suggestions
Sebra, on 01 September 2014 - 08:09 PM, said:
Posted by
electrodude512
on 01 September 2014 - 06:15 PM
in
Media
Posted by
electrodude512
on 01 September 2014 - 02:44 AM
in
Tutorials
Posted by
electrodude512
on 01 September 2014 - 01:54 AM
in
Suggestions
function textutils.setPixelNum(charMap, num) return textutils.setPixelChar(charMap, string.char(num)) endor
function textutils.setPixelChar(charMap, char) return textutils.setPixelNum(charMap, string.byte(char)) end
Posted by
electrodude512
on 10 July 2014 - 12:16 AM
in
Bugs
Lyqyd, on 09 July 2014 - 11:56 PM, said:
Posted by
electrodude512
on 09 July 2014 - 10:02 PM
in
Bugs
Posted by
electrodude512
on 09 July 2014 - 06:52 PM
in
Bugs
lua> string.format("a%-2sc", "b")
abc
bash $ lua
Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio
> =string.format("a%-2sc", "b")
ab c
>
Posted by
electrodude512
on 08 July 2014 - 05:48 PM
in
Suggestions
Engineer, on 08 July 2014 - 11:18 AM, said:
Posted by
electrodude512
on 01 July 2014 - 04:40 PM
in
Ask a Pro
Posted by
electrodude512
on 30 June 2014 - 03:08 AM
in
Suggestions
Posted by
electrodude512
on 26 June 2014 - 08:19 PM
in
Suggestions
Posted by
electrodude512
on 26 June 2014 - 08:16 PM
in
Suggestions
Posted by
electrodude512
on 23 June 2014 - 09:35 PM
in
Suggestions
KingofGamesYami, on 23 June 2014 - 02:03 PM, said:
Posted by
electrodude512
on 19 June 2014 - 02:53 AM
in
Suggestions
Posted by
electrodude512
on 05 June 2014 - 08:54 PM
in
Suggestions
/gamerule mobGriefing falsewill make it so creepers and other mobs can't break your stuff. Only turn on mobs while you're in the End.
Posted by
electrodude512
on 05 June 2014 - 08:48 PM
in
Suggestions
Posted by
electrodude512
on 05 June 2014 - 08:45 PM
in
Ask a Pro
local x = {val=2}
function foo(x)
x.val = x.val + 1
end
foo(x)
print(x.val) --prints 3
Posted by
electrodude512
on 05 May 2014 - 07:34 PM
in
Suggestions
Posted by
electrodude512
on 05 May 2014 - 07:31 PM
in
Forum Discussion
Posted by
electrodude512
on 03 May 2014 - 10:46 PM
in
General
Posted by
electrodude512
on 03 May 2014 - 10:35 PM
in
Forum Discussion
Posted by
electrodude512
on 02 May 2014 - 10:53 PM
in
Ask a Pro
