ID:178314
 
today i was looking in the tutorials and i got Rcet's ''My First Game'' Tutorial. I tryed doing it until chapter 2 and then it said to build it. When i built it and ran it i got this thing saying which gender and then i picked it. I didn't get any picutres that i was suposed to get why.it told me to draw to picutres and i did but i diidn't see am. Can anyone help me.this is the code




mob
icon = 'mud1.dmi'
var
hp = 10
str = 5
def = 2
turf
grass
icon = 'mud1.dmi'
icon_state = "grass"
turf
water
icon = 'mud1.dmi'
icon_state = "water"
density = 1
world
name = "My First Game."
turf = /turf/grass

mob
Login()


mob
Login()
usr.icon_state = input("What gender?") in list ("male","female")
usr.Move(locate(1,1,1))






I think you problem is that you did not define which mob you can be. I mean, you have the abilty to pick a gender, but no genders defined under mob. Tell me if that didn't make any sence, cause I am not sure if it did.





~Super Sonic 4~