- Sep 23, 2017
- 10
- 13
Don't know if others are having this issue as I don't read most comments but in case anyone else is stuck with Rita/Ember's subquest work evaluation.
Was looking through the code to see why the variable hiringtimer wasn't working as intended and I think I understand what it was supposed to do. So the variable acts as a counter and decreases in value from a starting value of 7 to represent a week in game time. When it reaches zero it deletes the variable which moves the subquest along.
The issue was that the variable was mistakenly entered as hiringtime in 3 places. Just change those instances to hiringtimer and it should work as intended.
Was looking through the code to see why the variable hiringtimer wasn't working as intended and I think I understand what it was supposed to do. So the variable acts as a counter and decreases in value from a starting value of 7 to represent a week in game time. When it reaches zero it deletes the variable which moves the subquest along.
The issue was that the variable was mistakenly entered as hiringtime in 3 places. Just change those instances to hiringtimer and it should work as intended.