View Single Post
  #9  
Old 09-04-2002, 04:47 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
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
Reply With Quote