Dakcenturi
First time out of the vault
Hello all. Just digging into some of the scripting for Fallout and had a few questions after going through all the documentation I can find.
First off, where are the functions defined? For example :
Is there anywhere that says what each parameter relates to for the op_start_gdialog function? Also, are there any comments on what exactly that function is for?
Second, I've found the header files from the Fallout Editor, they look like the headers for Fallout 2 are there header files for Fallout for things like get_reaction, etc or are they the same as what is in Fallout 2? I didn't see anything from un-compiling all the .dat files or anything.
Those are my main questions for now. I'm trying to figure out what exactly is going on in the procedures for different characters.
I understand the base concepts, but I want to try and dig a little deeper.
First off, where are the functions defined? For example :
Code:
op_start_gdialog(235, op_self_obj(), 4, -1, -1);
Is there anywhere that says what each parameter relates to for the op_start_gdialog function? Also, are there any comments on what exactly that function is for?
Second, I've found the header files from the Fallout Editor, they look like the headers for Fallout 2 are there header files for Fallout for things like get_reaction, etc or are they the same as what is in Fallout 2? I didn't see anything from un-compiling all the .dat files or anything.
Those are my main questions for now. I'm trying to figure out what exactly is going on in the procedures for different characters.
I understand the base concepts, but I want to try and dig a little deeper.