I need some help...
Okay I have this code on a page
world
hub = "Dragonball: The Final Showdown"
name = "Dragonball: The Final Showdown"
view = 6
does anyone know why when I play the game it just says dreamseeker? And not the name of my game?
ID:172656
![]() Apr 11 2004, 8:50 pm
|
|
disreguard the question about the hub name, doors! now heres my code
turf/doors/door1 icon = 'door.dmi' icon_state = "closed" density = 1 opacity = 1 verb/open() set src in view(1) if(!density) return //already open density = 0 opacity = 0 flick("opening",src) icon_state = "open" verb/close() set src in view(1) if(density) return //already closed density = 1 opacity = 1 flick("closing",src) icon_state = "closed" Now when I open the door theres a big black spacE? I know I have to do something with overlays... so heres my question, what do I do to make it so it shows the grass under the door rather than a black space? |
it should be like