I need to know what the code is to make a character transform when he reaches a certain lvl.
Can anyone help????
ID:178813
Apr 1 2002, 4:50 pm
|
|
In response to Richter
|
|
Thanks man!!!!!!
|
In response to Paintballer
|
|
Also Nadrew's Leveling System has the code that Richter has(with much more stuff).
Check it out! --Kappa the Imp |
Paintballer wrote:
I need to know what the code is to make a character transform when he reaches a certain lvl. Two tiny suggestions for getting better help in the future: 1) WHEN "PLEASE" IS INVOLVED IN A SENTENCE, IT MEANS THAT YOU ARE TRYING TO BE POLITE. SO DON'T SHOUT THE TITLE, BECAUSE AS YOU CAN SEE IT IS QUITE ANNOYING AND RATHER IMPOLITE. ;-) 2) There is no such thing as "the code". There are billions of ways of doing anything in BYOND. Free your mind, Neo! =) |
In response to Paintballer
|
|
No Problem
just glad i could help out ~Richter |
proc
levelup()
if(usr.Exp>=100)
what ever is to go here then
if(usr.level==10)
usr.icon='.dmi
now you might want to modify it a bit but thats the basic of it
~Richter