Pedro_Santos Posted February 16, 2016 Posted February 16, 2016 So I have Script1 and Script2, both of which extend ScriptBase. In ScriptBase, there are several properties defined, which need to be filled in the Creation Kit. However, when I access the properties window of Script1 or Script2, the properties are not there even though the scripts should inherit them. How do I get around this?
Guest Posted February 16, 2016 Posted February 16, 2016 A script that extends another gets all the properties. (And functions.) If you don't see it in CK, be sue you compile the script in CK. In case you compile the script externally, then you may have to restart the CK to get them. Keep in mind that if the property is defined as "hidden" then you will not see it.
Pedro_Santos Posted February 16, 2016 Author Posted February 16, 2016 Thanks! I think I had forgotten to compile Script1 and Script2. I compiled all the files and restarted CK, and the properties showed up.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.