"Minor" issue... I've made a new Global for my mod, but I can't use it in a script-- trying to just gets a message that it cannot be found.
My script is just :
If ( ZCDMPCIsInfected == 1 ) EndIf
But always errors; I've double checked that the Global has the same name, and it matches perfectly... Any idea why it might not be seeing it?