Thread
:
Basic leveling system
View Single Post
#
6
08-02-2008, 05:30 PM
_Z3phyr_
Banned
Join Date: Sep 2003
Location: Louisiane
Posts: 390
basic? i'll show you a basic levelup script:
PHP Code:
if (
exp
>
needed
) {
levelup
();
}
function
levelup
() {
level
++;
//levelup code here
}
_Z3phyr_
View Public Profile
View GraalOnline Profile
Find all posts by _Z3phyr_