Having bit of a technical issue with setting a global variable, little bit of background first, does not matter IMO.
(Background)
Script with a Function that a number of other scripts utilize, these "Other Scripts" extends the "Script With the Function"
These scripts are tied to a number of Trigger Boxes.
(The Problem)
These Other Scripts are accessing the Function fine BUT there is a Global Variable within the Function that
(THIS IS THE PROBLEM) - sometimes sets, and sometimes not.
This is the offending line below with the MessageBox...
RPDBDScoutGlobalVar.Value = http://forums.bethsoft.com/topic/1453268-technical-issue-globalvar-sometimes-sets-sometimes-not/1 ;Inital value is zero (0) before trying to set it to One (1)
debug.Messagebox(RPDBDScoutGlobalVar.Value) ;so I can watch what Global Variable does
I've tried Importing "Globalvariable" and using "RPDBDScoutGlobalVar.SetValueInt()" but that doesnt work either.
I've started the quest from beginning so as to get a reboot perse on quest variables etc.
Anybody know what the issue may be ?, the value is sometimes setting, sometimes not.