Ingame time? How do I calculate that?Either set
ULA_LEAVE_TIMER
to a time closer to your current time passed in minutes
or setting
ULA_SAVED to 1
should put her in Kor'gii Hold.
Days Passed * 1440 + Hours * 60 + MinutesIngame time? How do I calculate that?
This is the current timer: 68891. Do I change this to zero?Days Passed * 1440 + Hours * 60 + Minutes
What is the maximum amount of days she sticks around in game for?If you just changed it to 0, there wouldn't be much point in calculating it.
ULA_LEAVE_TIMER is set when you first meet her and she stops appearing if the current time is too far after.
No. She disappears when the current time is ULA_LEAVE_TIMER + 7200 or greater.Basically just set the timer to 7200 or less.
So I just set the timer to ULA_LEAVE_TIMER - 7200.No. She disappears when the current time is ULA_LEAVE_TIMER + 7200 or greater.