I've tried reading CK Wiki but I can't make head nor tail of it..
can someone explain to me in simple terms how to get an integer variable value from a vanilla script?
Basically its like this
ScriptName VanillaScriptA extends Quest conditional
Int property ValueA = 1 Auto Hidden
;
; end of script
ScriptName MyScriptB extends Quest
; get Int ValueA from VanillaScriptA
; do stuff with it
I've tried every example in the wiki but nothing works, can someone give me a working example of how to do this? From what I understand it should be simple but nothing in the http://www.creationkit.com/Variables_and_Properties will compile and I've no idea why. Its driving me nuts.