Adding text to a dataslate via papyrus script?
I'm trying to create a script that dynamically updates a dataslates text contents when the slate is read.
Everything I can find says that it should work like this:
MySlateBook.SetText(MySlateMessage)
However, compiling it ends up with 'SetText' is not a function
I also tried SetBodyText and SetDescription but those fail too. Anyone know the correct way to do this for Starfield CK?