ID:267300
 
i need a code for a transformation, like ssj, ssj3, ssj3, ssj4, ya know? can sum1 tell me where to get that code? or can sum1 send it to me, [email protected] , thnx!
Noone can give you "a code" for a game. You should say something like, What is the general principle behind transformations? I'm workingon transformations and xxx happened, can somebody help me?

One idea I can give is not to make a DBZ game, although you seem alright, as you don't say "u" or "y"
In response to Jp
He can make what ever kind of game he feels like. There is nothing wrong with DBZ games you don't have to play them, but you are right about the "u" and the "y" thing it just isn't good language.
In response to Swimmer4LifeH2O
Maybe Garthors rubbing off on me :)
In response to Swimmer4LifeH2O
Swimmer4LifeH2O wrote:
He can make what ever kind of game he feels like. There is nothing wrong with DBZ games you don't have to play them

You're right. He can. But most people who do, are usually tagged as a "DBZer", a category of mostly young people who are crazy about Dragon Ball Z, who are mostly not respected.

~>Volte

Code Problems is for posting questions about debugging code you already have. If you're looking for code, please post in Newbie Central, or, if appropriate, Classified Ads.

Lummox JR
In response to Jp
Try this:

mob
var
form="normal"
transformations=list("ss1","ss2")
verb/Transform()
var/a=input("Which form?","Form") in src.transformations
switch(a)
if("ss1")
src.form="ss1"
src.pl*2=src.pl
if("ss2)
etc

Does that help?