Difference between revisions of "User:Rasikko"
Jump to navigation
Jump to search
m
no edit summary
imported>Rasikko |
imported>Rasikko m |
||
Line 1: | Line 1: | ||
== On working around the fast travel bug that affects GetCurrentGameTime == | |||
I don't know how many weeks or months I spent on this but I made progress: | |||
<source lang="papyrus"> | |||
[04/05/2018 - 04:17:50PM] Game Days Passed: 207 | Actual Game Days Passed: 209 | Game Days unaccounted for: 2 | |||
</source> | |||
This involves adding all the total days for every month up to the current month(method is harder than it sounds), and then comparing that total with the game's gamedayspassed value. | |||
== Array Funtions == | == Array Funtions == |