Quote:
Originally posted by G_yoshi
I thought #L was the level?
|
if I did on an npc that was in the level stuff.nw and G_yoshi is in dkstuff.nw
with(getplayer(G_yoshi)){
setstring client.level,#L;
}
client.level = stuff.nw
inside a with statement, #F is the npc of what you got in the with statement, #L would be the NPC you used to send the with statement