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
