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))
ID:178314
May 28 2002, 3:39 pm
|
|
~Super Sonic 4~