Posted 04 March 2012 - 06:13 PM
Just a stupid beginner question
I am sure that it is possible, especially after seeing MIM
I am in need to do some colored / graphical output, but I have no idea how to do it.
Ascii frames and colored spaces would work, but I don't know how to do that.
I found a tutorial to color text and such for the PSP, but this lua here seems to have less functions.
Can someone explain how to do it to me?
_________________________________________
P.S.: I am still looking for a good general lua documentation.
All I need is something like e.g. this:
[array .. erm table in lua] = f**k=(boolean[,string,string,int])
[indent=5]=>is making a lot of fun[/indent]
another examples:
[bolean]=turtle.up() => moves a turtle up
print([string/int]) => writes to screen with an additional linefeed at the end
I am sure that it is possible, especially after seeing MIM
I am in need to do some colored / graphical output, but I have no idea how to do it.
Ascii frames and colored spaces would work, but I don't know how to do that.
I found a tutorial to color text and such for the PSP, but this lua here seems to have less functions.
Can someone explain how to do it to me?
_________________________________________
P.S.: I am still looking for a good general lua documentation.
All I need is something like e.g. this:
Spoiler
… and its not in the official lua documentation, which I totally don't get. Or I missed an important link[array .. erm table in lua] = f**k=(boolean[,string,string,int])
[indent=5]=>is making a lot of fun[/indent]
another examples:
[bolean]=turtle.up() => moves a turtle up
print([string/int]) => writes to screen with an additional linefeed at the end
Edited on 05 March 2012 - 12:17 PM