What am I missing here?
Thanks,
Alexander J. Velicky

int foo = 3 Conditional
Should I declare it as a variable instead? Also, would that affect other uses of it? I'm currently using the same property in another script. When my bandits die, it uses MyScriptName Property MyQuestName Auto to access the script and alter the property. Would that all work just the same if I made it a variable instead?
Should I declare it as a variable instead? Also, would that affect other uses of it? I'm currently using the same property in another script. When my bandits die, it uses MyScriptName Property MyQuestName Auto to access the script and alter the property. Would that all work just the same if I made it a variable instead?