ID:173341
 
verb
Super_Saiyan()
usr.maxpowerlevel = *2


abilities.dm:2: Inconsistent indentation.
abilities.dm:3: Inconsistent indentation.
abilities.dm:3:error: missing left-hand argument to *.


\im sucky coder whats wrong please help?
1) Your indentation is inconsistant, meaning in some places you use more tabs / spaces than others to indent.

2) " = *2" doesn't work. " *= 2" is probably what you want.

3) You are making YET ANOTHER DBZ game. Nobody likes that.
In response to Garthor
errr Im sorry if you dont like it... but I cant fix these darn indentions >_<
In response to Majinveku
help please how do I fix



abilities.dm:28:error:usr.state:undefined type: usr.state

line =


usr.state = "Form Three"
In response to Majinveku
By making sure the "state" var exists. And by making your own code so that you actually have a chance of understanding it.
In response to Crispy
Crispy wrote:
By making sure the "state" var exists. And by making your own code so that you actually have a chance of understanding it.

I believe that he might have meant icon_state. Who is to say that he didn't write all of that?
In response to Jon88
Jon88 wrote:
I believe that he might have meant icon_state.

That's possible, but I assumed he was smart enough to investigate the possibility of using the wrong var before posting. I shouldn't make silly assumptions, I know. =P

Who is to say that he didn't write all of that?

Me. =D Heh, just kidding.