Posted 20 March 2012 - 03:55 PM
Hi! I'm Keymaster89, and i'm new in the forum.
First of all, i want to thanx the developer of this awsome mod! I'll automatize all with this sweetie! XD
Second, i must say that i don't know the Lua language, but i know C++ instead, so i understand program language a bit… i'm trying to learn some of the Lua, but actually i'm a real noob… so i ask for a little help about something that i can't be able to found myself…
Thanx in advice XD
Question 1: what keyboard keys i have to use to make "~" appear ingame in the program editor?
Question 2: if i code:
bla bla bla / bla bla bla
where my "\" go? i'm trying to make a picture for my program interface, but all the "\" characters will dissaper when i launch the program, making a big mess in all my project… so, how can i make it not vanish?
Question 3: it's necessary specify "io." when i call "io.read()"?
Question 4: i really don't get the "os.pullEvent()" function… can someone help me understand? i tryied to insert in my codes many times, trying to get redstone change, keyboard input or also rednet message but i only received a lot of error as response… maybe an idiot-level explanation with a bit of examples will illuminate my path to the clarity XD
First of all, i want to thanx the developer of this awsome mod! I'll automatize all with this sweetie! XD
Second, i must say that i don't know the Lua language, but i know C++ instead, so i understand program language a bit… i'm trying to learn some of the Lua, but actually i'm a real noob… so i ask for a little help about something that i can't be able to found myself…
Thanx in advice XD
Question 1: what keyboard keys i have to use to make "~" appear ingame in the program editor?
Question 2: if i code:
print("bla bla bla \ / bla bla bla")
it returns:bla bla bla / bla bla bla
where my "\" go? i'm trying to make a picture for my program interface, but all the "\" characters will dissaper when i launch the program, making a big mess in all my project… so, how can i make it not vanish?
Question 3: it's necessary specify "io." when i call "io.read()"?
Question 4: i really don't get the "os.pullEvent()" function… can someone help me understand? i tryied to insert in my codes many times, trying to get redstone change, keyboard input or also rednet message but i only received a lot of error as response… maybe an idiot-level explanation with a bit of examples will illuminate my path to the clarity XD