ID:179563
 
You have two if(usr.Increased == 0)
Its not DBZ, but it has goku in it. It also has Super Saiyajin in it, and it also has powerlevel in it.

Alathon
Migzor wrote:
im having some trouble transforming my guy. This is not a DBZ game it just has Goku in it, but im also having an enemy for him named: Branks, he kills goku and stuff. I was wondering if there are any mistakes in my coding--->

Mercenery-Branks.dm:708:error::invalid expression

:708: is below top line


mob/verb/SSJ() <--- right there
set src in oview(1)
if (usr.icon == 'Goku.dmi')
if (usr.Increased == 0)
usr<<"Goku, find your power!"
usr.Health += 8762
usr.PL += 2452
flick("GokuSSJtrans",usr)
usr.icon_state = "GokSSJ"
if (usr.Increased == 0)
usr<<"Goku.... You are already SSJ!"
else
usr<<"Only Goku can do this!"

This code is the same as [link]">[link], and it looks like the guy there asked the same question. Either you are the same person, asking a dbz-related question, or you're ripping someone elses code completely. I don't think anyone on this board likes it, no matter what the answer is.


/Andreas
Migzor wrote:
im having some trouble transforming my guy. This is not a DBZ game it just has Goku in it, but im also having an enemy for him named: Branks, he kills goku and stuff. I was wondering if there are any mistakes in my coding--->

As Gazoot mentioned, this exact same question was asked in a different thread.

Also, I think no one is any more inclined to believe you in this thread than in that one. If your game has a DBZ character in it, it's a DBZ game. Period. I think you just want to say it's not a DBZ game so you can trick people into helping you who would otherwise ignore you.

Well, I for one am not that gullible. Consider yourself plonked.

Lummox JR