
03-19-2002, 02:58 AM
|
|
Registered User
|
Join Date: Jan 2002
Posts: 636
|
|
|
[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] |
__________________
|
|
|
|