ID:175443
 
Ok first of all im really new at this.


1. When someone creates a new character in a rpg, how do i make it so they can choose there hair color, skin color.

2. How can i make it so that when you wear a item it shows up on your character.

3.how do i make stat oanels and add stuff to them.
1: To do this, first you would have to make the icons (Unless of course you were very good with RGB values), Then assign them to the mobile... example
mob/Login()
..()
switch(input("what is your skin color?")in list("tan", "peach", "brown"))
if("tan") icon='mob_tan.dmi'
//ect..

2:This is very simple, to do this you would use the overlays list which can be researched here

3:Research

-=Ken=-
Nave wrote:
3.how do i make stat oanels and add stuff to them.

There is an excellent article regarding stat panels here at BYONDscape. The article is free, though the demo program requires a subscription.
In response to NeoHaxor
Thank you guys very much ill ask if i get confused.