Hello, I am new to the forum and I am currently working on a new mod that allows the player to travel using ships in Skyrim.
I am wanting to advance the current hour of day so that it simulates the passing of time for the travel by ship.
My current script which I have intended to advance the time 6 hours.
GlobalVariable Property GameHour autoInt Property newhour auto float myhour = GameHour.Getvalue()newhour == ((myhour) +6)GameHour.Setvalue(newhour)
The result I get from this script is causing the time to always change to 12:00 am
I would appreciate any help.
Thanks