spraggzy Posted June 26, 2010 Share Posted June 26, 2010 I'm still learning how to use the GECK and have run into a problem. Just messing around making a small mod and I have placed a holotape but when you click on it I want it to come up with a message on screen not be picked up and put/read in your pipboy. I am sure it's a simple thing to do but I just can't seem to figure it out. Would appreciate and help cheers. Link to comment Share on other sites More sharing options...
Cipscis Posted June 26, 2010 Share Posted June 26, 2010 You'll want to attach a simple script like this to it:Begin OnActivate player ShowMessage MyMessage End Where "MyMessage" is the editorID of your message. Cipscis Link to comment Share on other sites More sharing options...
spraggzy Posted June 26, 2010 Author Share Posted June 26, 2010 You'll want to attach a simple script like this to it:Begin OnActivate player ShowMessage MyMessage End Where "MyMessage" is the editorID of your message. Cipscis Ah thank you. Most apreciated Link to comment Share on other sites More sharing options...
Recommended Posts