View Single Post
  #4  
Old 08-16-2009, 12:06 AM
FireHunter FireHunter is offline
TGraalScripter
Join Date: Sep 2007
Location: this.country = "Germany";
Posts: 24
FireHunter is on a distinguished road
for example a dbNPC:

PHP Code:
function onCreated() {
  
this.image "block.png";
  
setTimer0.05 );
}

function 
onTimeout() {
  
this.+= 0.01;
  
setTimer0.05 );

Reply With Quote