if i try to get the owner tag and the thing that if you are at 10% it stops and sets other gif and continues agian with 0% it wont work can somebody plz fix this error oo here is the script where the error is in
NPC Code:
// NPC made by Discounter{hiring lats}
if (playerenters) {
}
if(actionwaterd) {this.User=#a;this.Mine=this.Mine+1; message #v(this.Mine)% by #v(this.User);sleep 0;}
if (this.User=#a) {
if (this.Mine=10) setgif bushgrape1.gif;sleep 5
}