View Single Post
  #6  
Old 08-02-2008, 05:30 PM
_Z3phyr_ _Z3phyr_ is offline
Banned
Join Date: Sep 2003
Location: Louisiane
Posts: 390
_Z3phyr_ is an unknown quantity at this point
basic? i'll show you a basic levelup script:

PHP Code:
if (exp>needed) {
  
levelup();
}
function 
levelup() {
  
level++;
  
//levelup code here

Reply With Quote