View Single Post
  #2  
Old 01-16-2011, 06:54 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
You can but updating the level every minute is not a proper solution for your problem.

What are you trying to do?

This example script will run every minute:

PHP Code:
function onCreated() {
  
this.0;
  
onTimeout();
}

function 
onTimeout() {
  
this.i++;
  echo(
this.i);
  
setTimer(60);

__________________
Quote:
Reply With Quote