Thread: Stuck
View Single Post
  #8  
Old 01-30-2002, 09:06 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
this works perfectly:
if (created||timeout)
{
show();}
function show();
{showimg 1,@Font@Taged:#v(this.tag),x,y;
timeout=.1;
}
if (playerenters) {
timeout = 0.1;
}
if (playertouchsme) {
this.tag+=1;
}
while (timeout) {
x = random(24,41);
y = random(7,14);
sleep 0.1;
}
Reply With Quote