View Single Post
  #7 (permalink)  
Old 07-01-2006, 05:58 AM
Xanarios
[User Offline]
Traveler
 
Join Date: Jun 2006
Posts: 23
Xanarios is the epitome of generic
Default

Quote:
Originally Posted by Kahshim
Ok.... New problem...

I got everything set up to my knowledge it should have worked, walked up and talked to the man (used man001 from greece, dephi though changed it to 001_Villager) and it says "Tag not found: Village Leader" at the top. The only place Village Leader is in 001_Villager is in the description under actor variable. What should I change this to the Actors name, which is under NPCName01=Asrin. So does this mean Village Leader should be changed to Asrin, or NPCName01 ..? >.> I will keep messing around.
Best described by the following picture:


You need to edit the field "description" under "actor variables" in your new character's DBR. Just plug in the string name you assigned in the modstrings file. The NPC will take the whatever the value of that string as their name.

In my example, my modstrings file contains the line.
Code:
NPC_XP_Name=XP Bot
so any NPC I create using this DBR will have "XP Bot" as their name.
Reply With Quote