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