mob
Login()
usr << "Ah, yes, hello."
var //VAAAARS!
HP = 100 //Must it REALLY be explained?
EXP = 0
MaxEXP = 1000
equip = 0
damage = 8
MP = 10
Level = 1 //Level!
nick = 0 // For Stat Panels, Yes?
jeff = 0
jake = 1
Stat()
if (jake == 1) // If the usr's Jake var == 1.
statpanel("Stats Jake") //I wannit to show the stat panel!
stat("HP:",HP) // Et cetera.
stat("MP:",MP)
stat("EXP:",EXP)
stat("Exp to next:",MaxEXP)
stat("Level:",Level)
Except, it tells me that the if statement will have no effect. Now, before you yell at me for making stupid mistakes, please have mercy. I'm a newbie coder. D: