Output objectactor name to messagebox

Post » Wed Jun 20, 2012 6:27 am

Hello people,

When i do the following:

actor targetActor
Messagebox("Actor: " + targetActor)

It comes out as:

Actor: 0012ADA1231203

When instead I want it to say:

Actor: Dave

Or something... Is it possible to output their proper name instead of their form ID?

Thanks
User avatar
FoReVeR_Me_N
 
Posts: 3556
Joined: Wed Sep 05, 2007 8:25 pm

Post » Wed Jun 20, 2012 9:22 am

Hello people,

When i do the following:

actor targetActor
Messagebox("Actor: " + targetActor)

It comes out as:

Actor: 0012ADA1231203

When instead I want it to say:

Actor: Dave

Or something... Is it possible to output their proper name instead of their form ID?

Thanks



http://www.creationkit.com/Text_Replacement
User avatar
Elea Rossi
 
Posts: 3554
Joined: Tue Mar 27, 2007 1:39 am

Post » Wed Jun 20, 2012 6:16 am

Thanks, a bit awkward but it does work...
User avatar
asako
 
Posts: 3296
Joined: Wed Oct 04, 2006 7:16 am


Return to V - Skyrim