Code:
mob/user
icon = 'character.dmi'
density = 1
Stat()
statpane1("Stat")
var
Health = 30
Attack = 15
Defense = 15
Problem description:
wats wrong
ID:145812
Dec 3 2005, 11:50 pm
|
|
In response to Jp
|
|
I'm not exactly sureit says I have several errors when I compile it.
|
In response to DarkBreaker13
|
|
You misspelled statpanel()
|
In response to Mysame
|
|
dont blame me i copied that off sum library
|
In response to DarkBreaker13
|
|
We can blame you for doing that, LMAO
- GhostAnime |
In response to GhostAnime
|
|
Shut up <.< im new at this im still trying to get this coding thing.
|
In response to DarkBreaker13
|
|
You won't get to learn coding when you copy/paste.
|
DarkBreaker13 wrote:
Code: > mob/user Please provide your code in the <DM> </DM> tags that are provided, they're there for a reason. 'mob''s are automatically dense, so you don't need that '<code>density = 1</code>' line. You mis-spelled '<code>statpanel()</code>'. This would be your new code: mob/user |
In response to Mega fart cannon
|
|
Seriouslly, just don't copy off of demos or libaries, read the DM Guide!
|
In response to Mysame
|
|
actually it helps a lot, when i first started i would always copy demos and libraries, and then eventually i caught on to how everything works and I rarely use them now
|
2 - I have no idea what's wrong. Why don't you tell us? That's sort of the point of this forum.