I have a "NorDoorSm01" placed and linked to a pull chain, everything works perfect (The pull chain opens the door and the door will not open otherwise).
The problem is the text on the door, I would like the text saying "Open Iron Door" to be changed to nothing, also I only want to change this on just this door not the base door.
I am not much of a scripter and I am fairly new to Papyrus, but maybe you could look at the source of the asset?
So you want to disable the text for door, therefore you could open up the script that is attached to the door and find this text within the script possibly. You could then delete the text or somehow edit the source to prevent the text from appearing.
Sadly I don't have an answer ... I have a problem similar to yours!
I recently created a door that teleports into another cell. Instead of the Location appearing over the door I wanted it to say "Certain Doom!". Unfortunately the door object has no script associated with it. Nor did I see any way of getting to the Teleport function.
So if anyone has ideas on the OP's problem or mine, please say.
For your question, you need to edit the door reference (so double-click the door in the render window). The first tab you can edit is the teleport tab (or something like that). There is a drop down menu somewhere there for you to select the message that shows up when you are in activate range of the door.
You can only choose from the list of message objects, so you'll have to create a message that says "Certain Doom!"
Right as always, RNoob! I really need to explore each dialog. "Teleport Loc Name" has the list of Messages and it overrides the cell display name when you're about to activate.