Joined: 10 Feb 2006 Posts: 286 Location: Myrtle Beach, South Carolina
Posted: Tue May 06, 2008 1:26 pm Post subject: Packaged npcdesc.cfg issues...
Why does it automatically append the package name to the npctemplate of an npc? Can this be removed?
Or is there a really good reason?
Code:
npc := (Packaged npc.)
var npcdesc_cfg := ReadConfigFile(":*:npcdesc");
var npc_entry := npcdesc_cfg[npc.NPCTemplate];
I rest my case, lol.
And yes, I've tried adding the package brackets :pkgname: to the npcdesc entry for the npc and POL still appends the brackets so it winds up double.
Author
Message
Yukiko
Joined: 02 Feb 2006 Posts: 1078 Location: Southern Central USA
Posted: Thu May 08, 2008 12:41 am Post subject:
In the WoD scripts there was a function just for stripping the package name from the template name.
I suppose one reason for appending the pkg name might be if several NPCs in different pkgs shared a script with a common name and you wanted to fire that script for any given NPC all you'd have to do is grab the pkg name from the template to fire the appropriate script.
It's annoying when you first start using packaged NPCs. Used to drive me crazy when I started messing with WoD but I kind of like it being that way.