detect year period by script?

Post » Tue Nov 20, 2012 5:16 am

Hi I would need a kind of script that detects the period of the year and makes a change in a script is there anything like that ? Like to determine if the player is from month x to month y period .
User avatar
Nymph
 
Posts: 3487
Joined: Thu Sep 21, 2006 1:17 pm

Post » Tue Nov 20, 2012 6:49 am

GlobalVariable Property GameMonth Auto
GlobalVariable Property GameYear Auto

float myMonth = GameMonth.GetValue()
float myYear = GameYear.GetValue()
User avatar
Adam
 
Posts: 3446
Joined: Sat Jun 02, 2007 2:56 pm


Return to V - Skyrim

cron