kangaroocdub Posted May 24, 2018 Share Posted May 24, 2018 Like the title says I am trying to attach a simple message box to a workshop static item in this case it is a plaque reading the names of the fallen rr members at the switchboard. I have both the static item and message created. Link to comment Share on other sites More sharing options...
Hoamaii Posted May 24, 2018 Share Posted May 24, 2018 You need to make your static an activator so the player can interact with it and add a script to it to have it pop your message box OnActivate(ObjectReference akActionRef). Statics can't be scripted. Link to comment Share on other sites More sharing options...
kangaroocdub Posted May 31, 2018 Author Share Posted May 31, 2018 THat did the trick now my only problem is the ok button is cut off mid way on the bottom did I miss an option to make the message scroll? Link to comment Share on other sites More sharing options...
Hoamaii Posted June 3, 2018 Share Posted June 3, 2018 Uh, now that you ask, I'm not sure I've ever seen a simple "OK" message Box scroll - it does when you get a series of buttons underneath though so I don't see why it shouldn't scroll when you have a long message. In any case, the best solution is probably to shorten up your message, right? :tongue: Link to comment Share on other sites More sharing options...
Recommended Posts