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""})