Thread: #l, #f ????
View Single Post
  #12  
Old 04-08-2003, 08:27 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 Knuckles
...dude...

NPC Code:

if(indexof(.nw,#L) > -1) setplayerprop #c,This level's extension is '.nw'.;
else setplayerprop #c,This level's extension is '.graal'.;



I belive #L is for player level, and #F is for the NPC's level.
#F is used in with statements, if i had an npc

with(getplayer(Knuckles)) sendtorc #L;
it would send the NPCs level to rc, but if I did
with(getplayer(Knuckles)) sendtorc #F;
it would send the level that the account knuckles is in to rc
Reply With Quote