
01-30-2002, 09:06 AM
|
Banned
|
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
|
|
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;
} |
|
|