i have a complete and good transformation code but how would i make it race determined
for example
if your(this race)and u click transform u dont go into the correct transformation
ID:163722
Aug 6 2007, 4:24 pm
|
|
In response to Masterdan
|
|
Masterdan wrote:
you might want to look up variables in some very simplistic programming tutorial. Its kind of a building block to all of programming but you know, whatever.. i have all this but i get undefined var |
In response to Kreamz
|
|
you don't have a var set up for something can't tell with what you gave so look up var in dreamseeker hit F1 then search type var
|
In response to Kreamz
|
|
Kreamz wrote:
Masterdan wrote: mob <.<.... |
to me it just seems easier to make it like this
mob/ZFighter make any sense? |
once you figure out what a variable is, define one called race.
switch(usr.race)
if("Namek")
//SUPER NAMEK LUL
if("Saiyajin")
//etc..