ID:146019
 
turf
sand
icon = 'sand.dmi'
icon_state = "sand"

turf
water
icon = 'water.dmi'
icon_state = "water"
density = 1

world
name = "Caves & Dragons."
turf = /turf/sand

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

turf
trees
icon = 'trees.dmi'
density = 1

turf
lava
icon = 'lava.dmi'
icon_state = "lava"
density = 1

turf
floor
icon = 'floor.dmi'
icon_state = "floor"

turf
dungeon
icon = 'dungeon.dmi'
icon_state = "dungeon"

turf
snow
icon = 'snow.dmi'
icon_state = "snow"

turf
dirt
icon = 'dirt.dmi'
icon_state = "dirt"

turf
gravestone1
icon = 'gravestone1.dmi'
icon_state = "gravestone1"
density = 1

turf
gravestone2
icon = 'gravestone2.dmi'
icon_state = "gravestone2"
density = 1

turf
gravestone3
icon = 'gravestone3.dmi'
icon_state = "gravestone3"
density = 1
turf
boulder
icon = 'boulder.dmi'
density = 1

turf
cactus
icon = 'cactus.dmi'
density = 1

turf
barrel
icon = 'barrel.dmi'
density = 1

turf
brickwall
icon = 'brickwall.dmi'
density = 1

turf
bed
icon = 'bed.dmi'
density = 1

turf
door1
icon = 'door1.dmi'
density = 1

turf
floor1
icon = 'floor1.dmi'

turf
chest
icon = 'chest.dmi'
density = 1

turf
floor2
icon = 'floor2.dmi'

turf
door2
icon = 'door2.dmi'

turf
cliff
icon = 'cliff.dmi'
density = 1

turf
colum1
icon = 'colum1.dmi'
density = 1

turf
colum2
icon = 'colum2.dmi'
density = 1

turf
colum3
icon = 'colum3.dmi'
density = 1

turf
deadtree
icon = 'dead tree.dmi'
density = 1

turf
dragon1
icon = 'dragon1.dmi'
density = 1

turf
grass
icon = 'grass.dmi'

turf
grass1
icon = 'grass1.dmi'

turf
tree
icon = 'tree.dmi'
density = 1

turf
fountain
icon = 'fountain.dmi'
density = 1

mob
verb
say(msg as text)
world << "[usr]: [msg]"

mob
icon = 'player.dmi'

mob
icon = 'player.dmi'
var
hp = 10
str = 5
def = 2

i put all that in and then i cant play the game can a profesionall plz help me.
1. Use <|dm> and </|dm> tags (remove the | and put the code inbetween them)

2. Do you get any error messages that might tell us why they can't play?

3. Do you have a map?
Do you have the icosn that it specifies?

Also, next time put your code in the
tags, they are there for a reason.
1. Please put the code in <.dm> and <./dm>(without the .'s)

2. Do you have a map?
In response to Popisfizzy
sorry and yes i have a map.
In response to Mecha Destroyer JD
yes i have the icons and sorry.
In response to Bamrulez
Try putting in
world
Login()
..()
loc = locate (x,y,z)//replace those with where you wish to be located
In response to DarkCampainger
sorry again.
i dont get any erroe messeges
and yes i have a map
In response to Popisfizzy
ty very much
In response to Bamrulez
If that worked, then the turf located at (1,1,1) must have been dense... I can't believe I missed that XD
In response to Popisfizzy
this isnt working i have 2 problems

1.undetified var
2.undentified proc
In response to Bamrulez
Show all your codes, and include the <.dm> and <./dm> tags.
In response to Popisfizzy
Popisfizzy wrote:
Try putting in
> mob
> Login()
> ..()
> loc = locate(x,y,z)//replace those with where you wish to be located


Should be mob, not world.
In response to DarkCampainger
Whoops, I noticed that and forgot to change it. =p