
05-28-2005, 09:31 PM
|
|
Banned
|
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
|
|
|
if (created) timeout = 0.1;
if (timeout) {
destroy;
timeout = 0.1;
}
err?
couldn't you just do if (created) destroy;
and:
that wouldn't make the old gralats appear? |
|
|
|