ID:179825
 
I have just started to put my "Stats" into my game now as I have coded in all the icons that I am using...


-------------Error's-----------------

loading my game.dme
mobs.dm:37:error:urs.contents:bad var
mobs.dm:37:error:statpanal:bad proc
mobs.dm:38:error:statpanal:bad proc
mobs.dm:41:error:statpanal:bad proc
mobs.dm:47:error:statpanal:bad proc
mobs.dm:50:error:statpanal:bad proc

my game.dmb - 6 errors, 0 warnings (double-click on an error to jump to it)

-------------Error's-----------------

-------------Coding-----------------

var
Health
Strength
Speed
Defence
Stamina
Gold
Race




mob/Stat()
stat("description", desc)
stat("") //Blank line
stat("Health", Health)
stat("Strength", Strength)
stat("Speed", Speed)
stat("Defence", Defence)
stat("Stamina", Stamina)
stat("")
stat("Gold", Gold)

mob/Stat()
stat(desc)
statpanal("Invetory", urs.contents)
statpanal("Group", usr.contents)

mob/Stat()
if(statpanal("Stats"))
stat("Health", Health)
stat("Strength", Strength)
stat("Speed", Speed)
stat("Defence", Defence)
stat("Stamina", Stamina)
if(statpanal("Description"))
stat("appearence", desc)
stat("Race", Race)
statpanal("Inventory", contents)

-------------Coding-----------------

Now you have it I hope someone can help me out :)

Lee

loading my game.dme
mobs.dm:37:error:urs.contents:bad var
mobs.dm:37:error:statpanal:bad proc
mobs.dm:38:error:statpanal:bad proc
mobs.dm:41:error:statpanal:bad proc
mobs.dm:47:error:statpanal:bad proc
mobs.dm:50:error:statpanal:bad proc

Uhh what's an urs and a panal :)?
In response to Theodis
Theodis wrote:
loading my game.dme
mobs.dm:37:error:urs.contents:bad var
mobs.dm:37:error:statpanal:bad proc
mobs.dm:38:error:statpanal:bad proc
mobs.dm:41:error:statpanal:bad proc
mobs.dm:47:error:statpanal:bad proc
mobs.dm:50:error:statpanal:bad proc

Uhh what's an urs and a panal :)?

oooops "urs" is meant to be "usr" and a panal is a little tab that carries information ;)

Well this:

mobs.dm:37:error:urs.contents:bad var

error has now gone.

Lee
In response to Mellifluous
oooops "urs" is meant to be "usr" and a panal is a little tab that carries information ;)

Okay I'll be more blunt, try and find a statpanal in the reference. If you find one then Dantom made a typo.

In response to Theodis
Theodis wrote:
oooops "urs" is meant to be "usr" and a panal is a little tab that carries information ;)

Okay I'll be more blunt, try and find a statpanal in the reference. If you find one then Dantom made a typo.

Ok, I was doing this panal from parts of the Blue Book
In response to Mellifluous
Mellifluous wrote:
Theodis wrote:
oooops "urs" is meant to be "usr" and a panal is a little tab that carries information ;)

Okay I'll be more blunt, try and find a statpanal in the reference. If you find one then Dantom made a typo.

Ok, I was doing this panal from parts of the Blue Book

I think what Theodis is trying to point out is..

"You're a fool."
In response to Vortezz
Vortezz wrote:
Mellifluous wrote:
Theodis wrote:
oooops "urs" is meant to be "usr" and a panal is a little tab that carries information ;)

Okay I'll be more blunt, try and find a statpanal in the reference. If you find one then Dantom made a typo.

Ok, I was doing this panal from parts of the Blue Book

I think what Theodis is trying to point out is..

"You're a fool."

Ok then, be like that.
In response to Mellifluous
Ok, I was doing this panal from parts of the Blue Book

Ok I'll be even more direct. Check your spelling!
In response to Mellifluous
Mellifluous wrote:
Ok then, be like that.

Heh. I'm just playin with ya.

You've got statpanal()
panal
In response to Vortezz
Vortezz wrote:
Mellifluous wrote:
Ok then, be like that.

Heh. I'm just playin with ya.

You've got statpanal()
panal

Ok thanks Vortezz.

Also Theodis, you dont need to lay the turf down so hard you know. the harder you lay it the worse it becomes.

Lee
In response to Mellifluous
Also Theodis, you dont need to lay the turf down so hard you know. the harder you lay it the worse it becomes.

Lee

Well there is a certain satisfaction you get from figuring out something by yourself. I was just trying to point you in the right direction w/o out telling you outright.
In response to Mellifluous
Mellifluous wrote:
Also Theodis, you dont need to lay the turf down so hard you know. the harder you lay it the worse it becomes.

Uhh.. what did you just do?

Theodis did a better job at helping you than I did. I even blatantly insulted you, but you thank me?
In response to Vortezz
Vortezz wrote:
Mellifluous wrote:
Also Theodis, you dont need to lay the turf down so hard you know. the harder you lay it the worse it becomes.

Uhh.. what did you just do?

Theodis did a better job at helping you than I did. I even blatantly insulted you, but you thank me?

Nevermind, no need for arguing.