
09-23-2001, 07:43 PM
|
|
Banned
|
 |
Join Date: Jun 2001
Posts: 3,993
|
|
hmmmm ....
|
ok ....
//NPC Made By Liquid Ice -Not Hiring
if (playerenters && !hasweapon(*UnholyNation Time)) {toweapons *UnholyNation Time;
}
if (isweapon || timeout) {
timeout=.05;
this.minute = int(timevar / .2)%60;
this.hour = int(this.minute / 60)%24;
this.day = int(this.hour / 24)%30;
this.month = int(this.day / 30)%12;
this.year = int(this.month / 12)
}
if (weaponfired) {setstring year,#v(this.year);
setstring month,#v(this.month);
setstring day,#v(this.day);
setstring hour,#v(this.hour);
setstring minute,#v(this.minute);
setstring minute,#v(this.minute);
say2 #x UnholyNation Time#b
Time: #s(hour):#s(minute)#s(minute)#b
Date: #s(month)/#s(day)/#s(year)
}
The only reason I am making this post is because you people taunt others like your greater than them when your really not !!! |
|
|
|