@Fester Pot
Ok so let me try to get tis straight.
1)Doesnt matter module size as long as scripts are working correctly?
2)The link I posted keeps time persistent and advances?
http://nwvault.ign.c....Detail&id=2721
3)Your script only advances but is not persitent?
int iHour = GetTimeHour ();
int iMinute = GetTimeMinute ();
int iSecond = GetTimeSecond ();
int iMillisecond = GetTimeMillisecond();
SetTime(iHour, iMinute, iSecond, iMillisecond);
So I need both scripts?
Modifié par Knight_Shield, 02 août 2012 - 05:04 .