Changing Display Name runtime doesn't work with NPCs
Posted: Tue May 31, 2022 5:18 am
Hi there,
I've been working with display name the whole project cause its easier to change the the texts without destroying any logic.
My protagonist is named "???" at the beginning until a certain dialogue appears. After that the actor is called "Reid". That works just fine.
But I have a NPC thats also called "???" at the beginning until he introduces himself.
This is what I have inside the Script part of that dialogue. I have also Assigned myself as the Actor and Desmond as the Conversant. Both have Actor scripts. But it does not change Desmonds name to "Desmond". It stays "???"
Am I missing something?
Best,
Taank
I've been working with display name the whole project cause its easier to change the the texts without destroying any logic.
My protagonist is named "???" at the beginning until a certain dialogue appears. After that the actor is called "Reid". That works just fine.
But I have a NPC thats also called "???" at the beginning until he introduces himself.
Code: Select all
Actor["Desmond"].Display_Name = "Desmond"
Am I missing something?
Best,
Taank