Quote:
Originally posted by Kaimetsu
The NPC Server uses an 'active player' system. When somebody enters a room, the playerenters event is run with that person as the active player. But if you want to affect somebody else, you can use with() to select a new active player (or npc).
|
Thanks, but I already know what with(...) is doing...the question is why some people use with(getplayer(#a))!