This is the what I did:
mob
var
MHP
HP
MP
MMP
MSP
SP
str
def
Level = 1
gold = 50
class = ""
exp = 0
expn = 20
guardtalk = 0
attackadd = 0
defenseadd = 0
weaponon = 0
armoron = 0
PK = 0
team = null
lastplace = /area/Places/Newbie_City
mob
player
MHP = 0
HP = 0
MP
MMP
str = 0
def = 0
exp
expn
Level = 1
I have no errors anywhere (atleast I don't when I compile)
I have set all of the Rogue's class stats, they are:
if(a=="Rogue")
usr.icon = "Players.dmi"
usr.icon_state = "Male Rogue"
usr.HP = 25
usr.MHP = 25
usr.MP = 10
usr.MMP = 10
usr.str = 10
usr.def = 5
usr.class = "Rogue"
usr.exp = 0
usr.expn = 20
When I run the game, the HP,MHP,MP,MMP,str, and def, are not listed in game, or they are not shown..
I have Male and Female genders.. Would I need to take them out to make this all easier, or just fix this somewhere?
I'm probably just stupid and have probably missed something that's common sense..
You would need to add
stat("Whatever:","[src.varhere]")
for extra things.
~>Jiskuha