Thread: Stuck
View Single Post
  #10  
Old 01-30-2002, 10:14 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
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;
}
Reply With Quote