Quote:
|
Originally Posted by calani
edit the level itself with a script.
(open the level as a text file, search for SCRIPT, modify, save file, update level if needed)
|
No.
NPC Code:
requesttext("npc", npcid);
EDIT: You should define local NPC. I was thinking NPCs placed using putnpc2. If you are talking about level NPCs, then calani's method works.