ben446 Posted November 29, 2017 Share Posted November 29, 2017 is it possible to get grave stones to read personalised names and dates when activated by the player. I'm currently working on my first mod, which is a player island that will have everything the player could want. it has a farm with plantable earth, a mine with all/ ore viens, a guard house with guards, docks and a gallows and stocks, trying to get a hanging skeleton to go on the gallows, it has an external armoury and a manor house, the house has 4 floors, and a hidden room, ive also got a fish hatchery and numerous apiaries, Ive managed to figure out some personalised displays in a hidden room and a second hidden room with a fence in it, the displays and fence need testing. now I'm trying to create a little cemetery and I wish to add a little hidden room with all standing stones. so I figured I would make a working copy of the mausoleum entrance to the DB which will end up leading to the hidden standing stones. but I want to put some more head stones in so they hide the mausoleum. by which I mean make the mausoleum look like it belongs in that spot. ive gone to riften and believe ive figured out how the mausoleum works, but I was wondering if it was possible to make the grave stones read a persons name. id like to add some grave stones with the names and date of death of people ive lost, just to give it that personal touch. I'm relatively new to making mods, ive used them nearly a year and wanted to make my own. everything ive done so far for the mod, has been with the help of tutorials, well except the mausoleum door. but I aint been able to figure out how to do what I want to do with the grave stones, or even if its possible to do what I want it to do. any and all feed back would be greatly welcome. even if its to say it cant be done, or even to give me some feed back on things I may have missed in my mod. I want to make the player island the perfect home, providing everything the player might need. I do have all the statues I can find, to a little church built in the mannor, I have all work benches in there too. Link to comment Share on other sites More sharing options...
agerweb Posted November 29, 2017 Share Posted November 29, 2017 Yes you can - put an invisible activator on each graverstone and attach this script to it: Scriptname MyGravestoneMessageScript extends ObjectReference message property MyMessage auto Event OnActivate(ObjectReference alActionRef) MyMessage.show() EndEvent Create a message for each gravestone and fill the property of the script with whichever message you want to go with each gravestone. Link to comment Share on other sites More sharing options...
ben446 Posted November 30, 2017 Author Share Posted November 30, 2017 agerweb thank you so much for your help Link to comment Share on other sites More sharing options...
Recommended Posts