ID:150089
 
I put that all on and with no errors in compile, i run the game and I go to store, then I buy a dog,.....problem theres no dog showing up, nor is there a Pet window tab popping up in the statpanel...whats wrong here?







mob/Goku
icon = 'Goku.dmi'
density = 1
Stat()
statpanel("Character",)
stat("Name: ",usr.name)
stat("Gender: ",usr.gender)
stat("Gold: ",usr:gold)
stat("Food: ",usr:food)
statpanel("Inventory",usr.contents)
if(usr:pet1==1)
statpanel("Pet",)
stat("Name: ",usr:pet1name)
stat("Gender: ",usr:pet1gender)
stat("Condition: ",usr:pet1con)
stat("Hunger: ",usr:pet1hun)
stat("Attack: ",usr:pet1att)
stat("Defense: ",usr:pet1def)
stat("Exp: ",usr:exp)
stat("Lvl: ",usr:lvl)