Lets Remake LOOM(tm)!111!

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: The Ultimo on Wed 10/09/2003 10:22:56
I have no idea who the hell is near me. It is all too bunched together in Australia, we need da zoom...
SetGlobalInt(5,1);
GUIOn(Whatever);
if (GetGlobalInt(5)==0) GUIOn(whatever);
SetGlobalInt(5,0);
int day,hour,minute,second,secloop;
secloop++;
if (secloop==2){ //say, advance a second every 2 game loops
secloop=0;
second++;
if (second==60){
second=0;
minute++;
if (minute==60){
minute=0;
hour++;
if (hour==24){
hour=0;
day++}
}
}
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 7.262 seconds with 15 queries.