ID:168025
 
OK I posted awhile ago and well i need to explain wat i want but more clear


I need to now how you can make a special Stat() for each class i am ttrying to but i just cant do it all the people keep having the same stat panels

I neeed this because i dont want warrirors and so on
to have MP i want them to have SP but i need a diff stat panel for each person...

Help
YOU MADE THREE, THREEEEE THREADS FOR THIS, DAMNIT. This is NOT a chatroom!
In response to Mysame
Take a chill pill fr chrisy sakes the Forum admins can sdelete em if they like

[EDIT] I been looking through my posts and mysame you seem a bit of a trouble maker... and you keep pestering me about my coding abilties and wat not
I tried explaining this earlier, but here I go again:

mob
var
mp
sp
class
Stat()
statpanel("Stats")
if(class=="Warrior") stat("SP",sp)
else if(class=="Mage") stat("MP",mp)


Much simpler. Do you see how that works?