Are there console codes or scripts that can display an NPC's Name and Race?
And Class?
Cheers!
Are there console codes or scripts that can display an NPC's Name and Race?
And Class?
Cheers!
I can think of a crap way using conditions for the race. But there's an SKSE function: http://www.creationkit.com/GetName_-_Form for the name. Combined with debug.notification or message box should get it to display. I've never used an SKSE function but I don't think it compiles in the CK but if you save it and make sure it's all correct, it should work.
(actor.getactorbase() as form).getname()
(actor.getrace() as form).getname()