Thread: dun get this.
View Single Post
  #2  
Old 03-19-2002, 02:58 AM
Kadar Kadar is offline
Registered User
Join Date: Jan 2002
Posts: 636
Kadar is on a distinguished road
[Kadar]
// NPC made by Discounter
if(actionwaterd) {
if (this.Mine==0){
this.User=#a;
this.Mine++;
message #v(this.Mine)% by #v(this.User);
}
if (!this.Mine==0){
this.Mine++;
message #v(this.Mine)% by #v(this.User);
}
if (this.User=#a) {
if (this.Mine=10){
this.Mine = 0;
setgif bushgrape1.gif;sleep 5
}
}
[/Kadar]
__________________
Reply With Quote