ok my problem is,I want the a player to enter the game on a certain coordinates,not in the bottom left hand corner here is my code,the coordinates i want them to be on when they enter is (95,1,1) if u respond to this plz put it in my code and show me how i should put it in so i dont have trouble cuz if u tell me wher to put it i wont get it so plz just put it where it goes and put it in ur reply,and yes i do know i sound stupid and ur probaly gonna say u should practice more and other crap just to let u know but i could use ur help,k here it is-
mob
Login ()
world << "Welcome to the Shadow Warrior Kingdom [usr]. if u r good at coding and have aim or aol contact me at dl2087"
verb
say (msg as text)
world << "[usr] says:[msg]"
icon = 'goku.dmi'
Login ()
member the coordinated i want is (95,1,1) thx
Stealth 2k
ID:266243
Oct 12 2001, 6:18 pm
|
|
mob Do this Stealth: mob Login () src.loc=locate(95,1,1) world << "Welcome to the Shadow Warrior Kingdom [usr]. if u r good at coding and have aim or aol contact me at dl2087" verb say (msg as text) world << "[usr] says:[msg]" icon = 'Goku.dmi' Login () |
usr.Move(locate(95,1,1))