Suppose I had this:
mob/Stat()
if(usr.logged == 1)
statpanel("Stats")
stat("[usr]")
And i wanted to gain this:
stat("Battle Points","[points]")
How do i make it go on to the stat panel once i become a different race.
ID:161398
![]() May 11 2008, 6:41 am
|
|
How do I make it so that when i become a different race i gain more stats in the stat panel.
Suppose I had this: mob/Stat() And i wanted to gain this: stat("Battle Points","[points]") How do i make it go on to the stat panel once i become a different race. |