mob
Stat()
statpanel("Stats")
if(statpanel("Stats"))
stat("Name: [src]")
stat("-----------------------------------")
stat("Level: [level]")
stat("Race: [race]")
stat("Health: [health]/[mhealth]")
stat("Reiatsu: [rei]/[mrei]")
stat("Attack: [attack]")
stat("Defence: [defence]")
stat("Reiatsu Power: [reiatsu]")
stat("Fatigue: [fatigue]%")
stat("Experience: [exp]/[mexp]")
if(usr.race == "Shinigami")
stat("Shikai Drain: [shikaidrain]")
stat("Bankai Drain: [bankaidrain]")
stat("-----------------------------------")
stat("Money: [money]")
stat("Kills: [kills]")
stat("Deaths: [deaths]")
stat("Location: [src.x],[src.y],[src.z]")
statpanel("Inventory")
if(statpanel("Inventory"))
for(var/obj/O in contents)
stat(O)
sleep(2)
var
private = 0
Problem description:
My Money and everything wont show up unless im shinigami..i want to show bankai and shiaki drain only if your shinigami but it takes away money kills deaths and location