mob/Login()//login in
usr<<"Welcome [usr]"
world<<"[usr] has entered [world.name]"
usr.loc=locate(32,35,1
turf/Screen
icon = 'TScreen2.bmp'
turf/new
icon = 'TSave2.bmp'
Click()
usr.loc = locate(33,21,1) <-- brings you to the char choose place
turf/load
icon = 'TLoad2.bmp'
Click()
turf/d14b0l1c4l
icon = 'd14b0l1c4l.dmi'
Click()
usr.mob.icon = 'd14b0l1c4l.dmi'
usr.race = "Ultimate"
usr.loc = locate(1,1,1) <-- stops moving the PC from this point, it looks right but it wont go and furthern than the char chooseing
ID:147475
May 8 2004, 4:10 pm
|
|
In response to DeathAwaitsU
|
|
im trying to get my char to go from the char choose place to the actual map and it doesnt seem to be working, it will go from the title to the choose but no further
|
Try this:
mob/Login()//login in i didnt use tab i used space so u'll have to adjust that once u do adjust it try using that, i dont htink u can add verbs onto a turf, only obj or mobs. |
In response to DeathAwaitsU
|
|
What you have is right, but you can't switch to a different map from the one you have, you have to go to the next layer. Instead of (1,1,1) it would be (1,1,2).
|
mob/Login()//login in
usr<<"<font color = black>Welcome [usr]"
world<<"<font color = black>[usr] has entered [world.name]"
usr.loc=locate(32,35,1)
turf/Screen
icon = 'TScreen2.bmp'
turf/new
icon = 'TSave2.bmp'
Click()
usr.loc = locate(33,21,1) <-- brings you to the char choose place
turf/load
icon = 'TLoad2.bmp'
Click()
turf/d14b0l1c4l
icon = 'd14b0l1c4l.dmi'
Click()
usr.icon = 'd14b0l1c4l.dmi'
usr.race = "Ultimate"
usr.loc = locate(1,1,1) <-- stops moving the PC from this point, it looks right but it wont go and furthern than the char chooseing
i'm no expert but i think i've corrected some mistakes of yours, but i dont no wot ur actually trying to do or wot the problem is