smit8420 Posted February 18, 2016 Share Posted February 18, 2016 Ok, I feel stupid... I can't get this simple one line script to work. scn 00NoteAddSCRIPT Begin OnActivate ShowMessage 00Rememberplayer.addNote Remember00HolodiskREF.disable End This script is attached to a holodisk activator. The reason I'm using an activator is because it seemed easier to use in order to put a setstage command into rather than just put a note item in the world. However, I can't get the Holodisk to disable. Every time I uncomment that command, the script won't save. The GECK keeps saying that it doesn't recognize the command. And yes, 00HolodiskREF is set as persistent. What am I missing? Link to comment Share on other sites More sharing options...
Ladez Posted February 18, 2016 Share Posted February 18, 2016 The script compiler won't accept references with numerical prefixes—use letters instead. I'd go with something more representative of what you're doing. :smile: Link to comment Share on other sites More sharing options...
smit8420 Posted February 19, 2016 Author Share Posted February 19, 2016 Awesome... I feel almost as dumb as the time I spent a day figuring out that a if block ends in "endif" and not "end if" Thanks for the reply! Link to comment Share on other sites More sharing options...
Recommended Posts