Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Fousicek

Members
  • Content Count

    5
  • Joined

  • Last visited

About Fousicek

  • Rank
    Junior Member

Profile Information

  • Gender
    Not Telling

Contact Methods

  • Minecraft
    Fousicek
  1. Thank you for a great help. Here is the result and it is working. keeplistAPI.lua http://pastebin.com/rfDsM1hQ Stock.lua (main program) http://pastebin.com/xk3SFnZZ Here you have a code so you dont need to go to pastebin. keeplistAPI.lua Stock.lua If you have any questions feel free to ask. If i know the answer i will be happy to help. Advices are welcomed. I am expecting some advice on better coding. But i am just a noob in this. Thank you.
  2. ohh now i get it. i did not remember mkdir. I was ruuning the command (filesystem.makeDirectory) from lua becase that was the only place where it worked. I will post result of my codding soon. At least i think, because now i should have everything i need. Thank you.
  3. Thank you, I know about diffrent calling for the apis as components and i kind of understand that. And thank you for that table now i know how to do it. And that dofile completly forgot that there is something like that. But still i am not able to make working the creation of folder on HDD and putting the programs into the forlder. As i mention i was able to use the command " filesystem.makeDirectory" but if i use cd to get into the folder , if it is folder, and then i do edit Stock inside that folder it adds program Stock but not into that folder. It just puts it togherth
  4. So basickly you didnt helped me very much ive seen this at leas 20x times. I even posted my prgram so you can see what i am trying to do. So you could use to explain it on some example from that program not from soem generic post. So if i am right then if i will write this local thisTable = {} thisTable.1 = { ["id"]= "this is my id", ["dmg"] = 15, }, thisTable.2 = { ["id"] = "next id", ["dmg"] = 22, }, return thisTable Then how i will call the value of dmg in thisTable.2 ? Next is nic
  5. Hi, i have a program in CC, but it is not working at the moment because CC has some issues with bundled cabels and SFM does not want to interact with EnderIO redstone conduit. So i ve change to OC. After 10 hour of looking throw and trying to learn how to do the code properly i have some basic things how they work, or at least i think that i do. My question. can sombody tell me or show me simple code how to call table in difrent program ? How to create folder on hardisk and then create programs in that folder ? (i ve use filesystem.makeDirectory(Stock/Stock) as my HDD is la
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.