I followed the custom background tutorial for my module and everything works fine, except the plot flags. When I test them in a conversation, it appears they aren't being set.
Can anyone take a look at my code, see what I'm doing wrong?
This is my module script:
module_script.txt
In the module script I am running the module start script, which is this:
module_start_script.txt
This script calls my custom sys chargen to handle character generation:
sys_chargen.txt
It's in this script that the flags are supposed to be set, using the function "sgn_Chargen_SetupPlotFlags(oChar);"
The function is specified in the include here:
sys_chargen_h.txt
This include holds the constants:
2da_constants_script.txt
In my override directory I have the following gda's:
background_defaults.GDA
background_desc.GDA
background_icons.GDA
background_names.GDA
Backgrounds.GDA
chargen_preload.GDA
I checked to make sure the int ID's in the backgrounds 2da correspond to the 2da constants.
So I'm really at a loss at what I'm doing wrong. Any help would be appreciated, thanks.
Modifié par LukaCrosszeria, 25 septembre 2011 - 07:37 .





Retour en haut







