|
Title: I am having trouble using jeremysr's function stuff... Post by: Sturm on November 23, 2007, 07:18:15 PM I can't download 2.6, my browser just goes to some readme file;_;
Also where am I supposed to put the files on my card? Title: Re: I am having trouble using jeremysr's function stuff... Post by: Jeremysr on November 25, 2007, 01:43:45 AM The "readme file" is the lua file, I just put all the descriptions of the functions at the top (notice each line starts with a lua comment.) Just right click and select "Save as..." or "Save target as..." and put the file in the same directory as your lua program, and then put dofile("functions.inc.lua") in the lua file that uses those functions.
Edit: I actually recommend copying and pasting the functions you want to use into your lua file, instead of including the whole functions.inc.lua. But it's your choice. Title: Re: I am having trouble using jeremysr's function stuff... Post by: Sturm on November 26, 2007, 04:09:57 PM thanks:D
|