ID:156176
 
As I was programmin I ran into an issue; I have no idea how to manually handle the player without using Login()

Here is the approach I took to give you a better idea of what I'm trying to acheive:
client
New()
.=..()
winset(src, null, {"
window_default.child.main.left = "pane_splash";
window_default.can-resize = "false";
window_default.statusbar = "false";
window_default.titlebar = "false";
window_default.macro = null;
window_default.menu = null


I'm using client/new() to start the game because I want a splash screen to start me off. Here is the second part of my character handling process:
player_entry/verb/
NewCharacter()//Here I am trying to place the person on the map(test) but when placed, there is no movement.
usr.loc=locate(160,203,1)
winset(usr, null, {"window_default.child1.left = "map""})
.=..() in client/New() is already creating a new mob.
In response to Garthor
Thanks so much.(dont think you realized you solved it.) Found out that I didn't have any Macros set. I'm going to take a nice long rest now cause I have been asking dumb questions lately. =p