If you're like me.. you're sick of using NPCs named things like "Gypsy Mage" and "Elven Archer"..
Well, with this script in just a few easy steps, DMs can dynamically name most RP objects in the game!
(Instructions included, but...)
Basically you use the command dm_setvarstring new_name FirstName_LastName_OtherName [replacing spaces with underscores], to set a string on any item/object/creature/etc, then target the object with the Rod of Naming, and poof! you have a dynamically named creature.
Not thoroughly tested, but it seems to work well enough, considering how simple of a script it is.
Well, you do need to be on as a DM to do it. dm_setvarstring is the command, and new_name is the variable you are setting on the item.. then you just type the name as you want it to appear, but whenever you have a space you just use "_" instead of space.