MezurJoin Date: 2015-06-29 Post Count: 3040 |
I just need a list of what everything does and every scripting word thing. If somebody could supply me with that or the basics. I've read the basic scripting thing on the wiki 2 times, too easy. |
|
PentronixJoin Date: 2014-07-04 Post Count: 259 |
Dude, just look at the wiki. It has most answers. If you don't have the patience to read a wiki then you don't have patience to learn how to code.
|
|
|
|
Alright then, here you go:
http://www.lua.org/pil/contents.html
The link provided above will introduce you to concepts within "pure" Lua, which should help you transition throughout languages more easily, if you apply the necessary dedication.
If you would like "specific" documentation, the reference manual is also available on the website. |
|
MezurJoin Date: 2015-06-29 Post Count: 3040 |
I have patience but i'm not there to look at how to print words. I was just looking for 2 hours and all I learned was how printing works. Like seriously? Maybe the wiki is not organized. |
|
|
do you expect to learn lua in a day or what is your point? |
|
|
"I was just looking for 2 hours and all I learned was how printing works"
Perhaps you should consider using a more "fluid" approach to the issue, then.
Scripting is merely a utility to manipulate a computer to solve self-identified problems. It is not a process of pure memorization.
Nonetheless, it is necessary to understand the available functionality and operations within your given language so that you can utilize them to efficiently solve the designated problem.
Consider performing research on "Algorithmic problem-solving." It may suit your desires quite well. |
|
|
"I have patience"
And I'm the president of the united states.....
|
|
|
OMYGOSH U JUST GOT ROASTED BY ADVANCED |
|
MezurJoin Date: 2015-06-29 Post Count: 3040 |
I expect to know how to make stuff within 2 weeks. I know this may be asking for a lot but could somebody possibly type out most scripting terms with there definitions summarized? |
|
|
"expect to know how to make stuff within 2 weeks. I know this may be asking for a lot but could somebody possibly type out most scripting terms with there definitions summarized?"
Mezur, while I believe I can understand your sudden enthusiasm for creating content, it is necessary to understand that theory precedes application.
It is not just a matter of understanding "how" to give the computer specific instructions; it is a matter of understanding "why" your instructions can be devised in a certain way to accurately solve problems you identify.
I would personally state that it is very questionable/abysmal to quickly utilize a given algorithm without understanding why it was constructed in a certain way.
If you apply the necessary effort to understand the actual functionality of the mechanisms that compose the algorithm, you will be able to devise your own algorithms with ease.
We cannot provide you with a simple summary of all the concepts involved. You will need to research them yourself. |
|
MezurJoin Date: 2015-06-29 Post Count: 3040 |
So I should just go on wiki and test stuff and try to learn random things in studio? |
|
|
"So I should just go on wiki and test stuff and try to learn random things in studio?"
Certainly. Well, not necessarily "random" subjects. You should learn the concepts that you would like to use by experimenting with them thoroughly. |
|
|
I learned most from Cookbook in wiki, check it out |
|