mattman079 Posted February 23, 2014 Share Posted February 23, 2014 I've been having some trouble recently in GECK newvegas. I've been following the scripting for beginners tutorial on the geck site. The tutorial involves picking up a bobby pin and having it display a message like hello world. However, It refuses to let me save the script. So I opened up geck powerup to see the error and it here it is: Line 5: item "MyMessage" Not found for parameter message compiled script not saved! here is the script: Scriptname myfirstscript Begin OnAdd Player ShowMessage MyMessage End Any help with what is wrong would be appreciated. Link to comment Share on other sites More sharing options...
MotoSxorpio Posted February 23, 2014 Share Posted February 23, 2014 Try the GECK site. :) Link to comment Share on other sites More sharing options...
jazzisparis Posted February 23, 2014 Share Posted February 23, 2014 This error means no object with the Editor ID "MyMessage" exists.In the Object Window, go to Miscellaneous > Message and create a new message. Give it a unique ID, then use that ID in your script, in place of MyMessage. Link to comment Share on other sites More sharing options...
mattman079 Posted February 23, 2014 Author Share Posted February 23, 2014 (edited) Try the GECK site. :smile:Nevermind someone already answered it. Edited February 23, 2014 by mattman079 Link to comment Share on other sites More sharing options...
mattman079 Posted February 23, 2014 Author Share Posted February 23, 2014 (edited) This error means no object with the Editor ID "MyMessage" exists.In the Object Window, go to Miscellaneous > Message and create a new message. Give it a unique ID, then use that ID in your Thank you so much it works! Edited February 23, 2014 by mattman079 Link to comment Share on other sites More sharing options...
Recommended Posts