Re: beach secret doors and other questions
Posted: Tue Oct 27, 2015 2:51 am
lol, i completed computer programminf 101, I learned Qbasic and I was being introduced to C++ but i had to drop out of college for reasons beyond my control.
I never went back to programming again.
the structure of lua scripting is very familiar to me.
I understand the flow of it and the logic.
it's just all the little words and commands and the period and semicolons and parentheses that i'm having to learn all over again.
I've mainly just been looking at other peoples scripts and copy pasting what I need, but if I'm not understanding what I am copy pasting then it is pointless.
when I first saw like "v, i" I did not know it meant "variable, integer"
i know i can type the id of an object and then put a period to access..."the components?" and the the colon allows me to execute a command like "activate" or "setHealth" and the the parentheses is where I put the info like for a hudPrint or for a health value.
but now i'm getting into "if, then else" structure for combination locks and specific items in alcoves, and I understand the logic of it, but I don't know all the words and commands so I've mainly been copy pasting what people say to put.
i'm finally taking the time to watch skuggsaveinns tutorials all the way through lol, before I was just skipping through to the parts that seemed relevant to what I wanted to do..
it's tough when you have to do your own independent study rather than a formal teaching structure with an instructor that can help you work it out when you get stumped by something.
I never went back to programming again.
the structure of lua scripting is very familiar to me.
I understand the flow of it and the logic.
it's just all the little words and commands and the period and semicolons and parentheses that i'm having to learn all over again.
I've mainly just been looking at other peoples scripts and copy pasting what I need, but if I'm not understanding what I am copy pasting then it is pointless.
when I first saw like "v, i" I did not know it meant "variable, integer"
i know i can type the id of an object and then put a period to access..."the components?" and the the colon allows me to execute a command like "activate" or "setHealth" and the the parentheses is where I put the info like for a hudPrint or for a health value.
but now i'm getting into "if, then else" structure for combination locks and specific items in alcoves, and I understand the logic of it, but I don't know all the words and commands so I've mainly been copy pasting what people say to put.
i'm finally taking the time to watch skuggsaveinns tutorials all the way through lol, before I was just skipping through to the parts that seemed relevant to what I wanted to do..
it's tough when you have to do your own independent study rather than a formal teaching structure with an instructor that can help you work it out when you get stumped by something.