ID:271585
Aug 5 2007, 10:56 pm
|
|
Um, hi, I just got into coding And I was wondering how I would set out Male and female sprite's.
|
In response to Tushar20
|
|
OKay, thanks, but I've got another problem. I've added my icon's in, but ti says it can't find the file. Someone I caught up with says they have to be in the same file as my coding but my coding doesn't have a file.
|
Inuyashaisbest wrote:
uhhmmm try this (replace space with tab if you tab) > mob icon='icon.dmi' is basically what you use to find icons if thats anything what you mean. What I mean is I've got this code: mob |
then put this into code
Login()
usr.icon_state = input("What gender?") in list ("male","female")
usr.Move(locate(1,1,1))