Quote:
Originally posted by Poogle
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;
}
|
if (playerchats&&strequals(#c,start)) {
playerx=31;
playery=12;
set tagstart;
}
while (tagstart) {
sleep 2;
say2 Your score is:#b #v(this.tag);
playerx=31;
playery=15;
sleep.01;
this.tag=0;
unset tagstart;
}