ID:170373
 
How would i make a multi-tile(bigger poeple) person made into a slelected class. What i want is bigger poeple that poeple can choose that bigger person but by a class name...anyone got an example the can gimi....=/
Uh? You seriously dont make sense but yeah uh..Try chaning the icon, duh. It's commen sense, if you want them to look different there is no magical thing about it you change the icon.

src.icon = 'icon.dmi'
src.icon_state = "iconstate"


Also use some if()'s and/or switch()'s if you dont know how to use them press F1 in dreamseeker.
In response to Dession
i no that...thats not what i am looking for. Normal poeple would be at the size of 32x32 but i am trying to make poeple as big as 63x32 poeple. I need a way so that these tall things can be chosen as a character class
In response to Sirmooc0w
Look up: new, and pixel_y.
In response to N1ghtW1ng
on were? on dream maker.... nothing comes up... and the website nothing
In response to Sirmooc0w
F1 while in Dream maker.

The reference. And something should come up.
In response to N1ghtW1ng
it ses no matching topics found =/
In response to Sirmooc0w
Well, I don't have an example, but I won't send you to the reference undefended either.

You're going to want to make the second icon an overlay and make it's pixel_y = -32. Use a switch statement or if statement to decide if their class qualifies for the overlay.