View Single Post
  #8  
Old 09-23-2001, 08:00 PM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
Re: hmmmm ....

Quote:
Originally posted by nyghtGT
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 !!!
you are lower then most people, guy!
Reply With Quote