ID:146305
 
I have create a transformation coding for transformation and i have problems i get no errors but when i go to play the game and try it out the only thing i see is my hair and my tail in the game how can i fix this heres my coding

obj
Transformation
verb
Transform()
set category = "Fighting"
set name = "Transform"
switch(input("Which form do you wish to Transform/Revert?","Transform",text) in list("Super Saiyan 5","Super Saiyan 6","Super Saiyan 7"
,"Super Saiyan 8","Revert","None"))
if("Super Saiyan 5")
if(usr.state == "Normal")
if(usr.maxpowerlevel >= 5000000000)
view(6) << "<font color = green>-[usr.name]<font color = white> begins to transform!-"
usr.icon = 'Ssj5-10b.dmi'
usr.powerlevel = usr.maxpowerlevel * 17
usr.state = "ssj5"
else
usr << "<i>You still are too weak and you need 5000000000 pl to go ssj5...."
else
usr << "<b>You must be in Normal."

if("Super Saiyan 6")
if(usr.state == "Super Saiyan 5")
if(usr.maxpowerlevel >= 9000000000)
view(6) << "<font color = green>-[usr.name]<font color = white> begins to transform!-"
usr.icon = 'Ssj5-10b.dmi'
usr.powerlevel = usr.maxpowerlevel * 25
usr.state = "ssj6"
else
usr << "<i>You still are too weak and you need 9000000000 pl to go ssj6..."
else
usr << "<b>You must be in Normal."

if("Super Saiyan 7")
if(usr.state == "Super Saiyan 6")
if(usr.maxpowerlevel >= 15000000000)
view(6) << "<font color = green>-[usr.name]<font color = white> begins to transform!-"
usr.icon = 'Ssj5-10b.dmi'
usr.powerlevel = usr.maxpowerlevel * 35
usr.state = "ssj7"
else
usr << "<i>You still are too weak and you need 15000000000 pl to go ssj7..."
else
usr << "<b>You must be in Normal."

if("Super Saiyan 8")
if(usr.state == "Super Saiyan 7")
if(usr.maxpowerlevel >= 20000000000)
view(6) << "<font color = green>-[usr.name]<font color = white> begins to transform!-"
usr.icon = 'Ssj5-10b.dmi'
usr.powerlevel = usr.maxpowerlevel * 45
usr.state = "ssj8"
else
usr << "<i>You still are too weak and you need 20000000000 pl to go ssj8..."
else
usr << "<b>You must be in Normal."

if("Revert")
if(usr.state=="Normal")
usr << "You are reverted already."
else
view(6) << "<font color = green>-[usr.name]<font color = white> begins to revert from [usr.state]-"
flick("revert",usr)
usr.icon = 'male.dmi'
usr.state = "Normal"
if(usr.powerlevel >= usr.maxpowerlevel)
usr.powerlevel = usr.maxpowerlevel


And No if you arent gonna help me out dont post here thank if you are then please do help me out

Thanks
BUMP XD
I'll help you.


GET A DIFFERENT GAME TYPE.
In response to Hiddeknight
so you gonna help him or not? Dantom already said not to hate on DBZ games...
In response to Shyyk
Um. You are the same person.
And
2) I personally do not like DBZ "rips", yet I do not compliagn about them, I just leave them be in there own little corner.
In response to Flame Sage
Omg, all i have to say is if you are not going to help, don't post at all.
In response to Shyyk
;)
You're not helping either.
Read the DM Ref & Zilal's guide, Govegtos. They'll help you fix this problem.
In response to Ol' Yeller
Omg, all i have to say is if you are not going to help, don't post at all.
In response to Govegtos
I am helping, Govegtos. If you read them, it will enhance your skill at programming in the DM language and help you solve the problem.
In response to Govegtos
He was helping. He was helping you learn to program.

Oh, and have a look at my blog. It has the answer.
In response to Hiddeknight
Let me flame for a sec: GOVEGTOS IM SICK OF YOUR RIP GAME, IF YOU CAN'T CODE LEARN HOW TO CODE, AND STOP ASKING US THE MOST BASICS OF CODING THAT U CANT EVEN DO
Read the DM Guide, DM Reference Guide and Check some Demos
In response to Xeronage
Now do yall get why i over flamed him yestarday? he dosent WANT to learn, he wants us to do it for him
In response to Cheetoz
i totally agree with u
In response to Xeronage
If you are gonna f**ken Help then Dont post at all you complete morons
In response to Govegtos
Your the one not even trying to learn how to code, u cant forbid us to post
Perhaps check the files. Maybe you have the icon states wrong?
In response to Govegtos
Govegtos wrote:
If you are gonna [removed] Help then Dont post at all you complete morons

Talk about hypocrytical... You tell people not to post unless they are going to help, and then turn around and call the people who may help complete morons, and tell them not to post.

That aside, make sure you have your icon states defined within the icons.
In response to Nick231
Yes i am sure but it still doesnt help or work