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
ID:179825
![]() Oct 28 2001, 12:34 am
|
|
Theodis wrote:
loading my game.dme 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 |
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. |
Theodis wrote:
Ok, I was doing this panal from parts of the Blue Bookoooops "urs" is meant to be "usr" and a panal is a little tab that carries information ;) |
Mellifluous wrote:
Theodis wrote: I think what Theodis is trying to point out is.. "You're a fool." |
Vortezz wrote:
Mellifluous wrote: Ok then, be like that. |
Ok, I was doing this panal from parts of the Blue Book Ok I'll be even more direct. Check your spelling! |
Mellifluous wrote:
Ok then, be like that. Heh. I'm just playin with ya. You've got statpanal() panal |
Vortezz wrote:
Mellifluous wrote: 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 |
Also Theodis, you dont need to lay the turf down so hard you know. the harder you lay it the worse it becomes. 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. |
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? |
Vortezz wrote:
Mellifluous wrote: Nevermind, no need for arguing. |
Uhh what's an urs and a panal :)?