View Single Post
  #35  
Old 10-10-2003, 12:14 AM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Re: Exp System Preset

Quote:
Originally posted by draiden0
...
if(playertouchsme){
set playerhasexp;}
if(playerhasexp){
playlevel+1;
hp+10%;
mp+10%
def+.6%;
agi+.5%}
if(exp==10){
playlevel=+1;
message You have gained Lvl2!;
//a string to save the current lvl}
if(exp==20){
playlevel=+1;
message You have gained lvl3;
}
...
I wish I could go back and edit my post. I didn't pay much attention to your script, but phew. That is aweful
__________________
Reply With Quote