Thread: Stuck
View Single Post
  #1  
Old 01-30-2002, 07:05 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Stuck

I need help with this it wont go up.

showimg index,@Font@@Taged: #v(this.tag),x,y;
changeimgcolors index,1,1,1,1.99;
changeimgzoom index,1;

to touch to go up:

if (playerenters) {
timeout = 0.1;
}
if (playertouchsme) {
time.tag+=1;
}
while (timeout) {
x = random(24,41);
y = random(7,14);
sleep 0.1;
}
Reply With Quote