Thread: Stuck
View Single Post
  #9  
Old 01-30-2002, 10:10 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
now this wont show the score at the end and change it to 0if (playerchats&&strequals(#c,start)) {
playerx=31;
playery=12;
set tagstart;
}
while (tagstart) {
sleep 60;
say2 Your score is:#b #v(this.tag);
playerx=31;
playery=15;
this.tag=0;
unset tagstart;
}
Reply With Quote