Is self.Difficulty inherited?
Simple as that, really. If I use self.Difficulty in one mission, then change the mission in the script, is the difficulty setting inherited?
The alternative would be something like:
Code:
Mission2.Difficulty = self.Difficulty
ActivityMan:StartActivity("GAScripted" , Mission2);
But I was wondering if such a thing was necessary.