ID:175677
Mar 21 2003, 4:19 pm
|
|
I have a map made...i want to know how to use it as the map on the game
|
Mar 21 2003, 4:27 pm
|
|
the map you made for your game (by going to new and selecting a new map in the drop down box) should be the one that your game uses.
|
In response to Clowd
|
|
the screen is black...
|
In response to YamiGotenks
|
|
That means you overrode your Login() proc.
|
In response to YamiGotenks
|
|
if the map is black then that is your problem, other than that, I'd guess try using this command:
world turf = /turf/grass //switch grass with whatever you want the base turf to be be sure to define the turn, example below on how to do that in case you don't know turf grass icon = 'grass.dmi' hope this helps (i'm not too sure on the problem myself, never encountered it) |
In response to Garthor
|
|
how would i do that?
|
In response to YamiGotenks
|
|
Do you have "Login()" anywhere in your code?
|
In response to Clowd
|
|
a map file a dmp...not dmi...i want a map file not icon file to fill the map...tried doin wat u said b4 thanx anyway :-)
|
In response to Garthor
|
|
yea...many places...
|
In response to YamiGotenks
|
|
Then that means you've overridden it. Make sure you're placing the person on the map, or calling the parent ( ..() ) in the Login() procs.
|
In response to Garthor
|
|
ok...i'm still new at this and i hope i will fix it...lol
|