
01-30-2002, 10:10 AM
|
Registered User
|
 |
Join Date: Jun 2001
Posts: 2,471
|
|
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;
} |
|
|