wizardmirth Posted January 17, 2008 Share Posted January 17, 2008 Wondering what's the easiest way to write this: Book gets opened then initially disabled creature gets enabled. The main problem seems to be that I can't get MyUniqueCreatureIDRef.Enable to come out as a valid reference in the script. Thanks. Link to comment Share on other sites More sharing options...
Abramul Posted January 17, 2008 Share Posted January 17, 2008 Make sure it's set as a persistent reference. Link to comment Share on other sites More sharing options...
Vagrant0 Posted January 17, 2008 Share Posted January 17, 2008 Make sure it's set as a persistent reference.And make sure you've either identified the creature as that reference in the script or at the one placed in world. Keep in mind "MyUniqueCreatureIDRef" is something other people who copied from the wiki might also use. You will want this reference to be something unique in the broad sense of modding, something like WSBookGuardian01 would probably work better at avoiding conflicts. Link to comment Share on other sites More sharing options...
wizardmirth Posted January 18, 2008 Author Share Posted January 18, 2008 Make sure it's set as a persistent reference.And make sure you've either identified the creature as that reference in the script or at the one placed in world. Keep in mind "MyUniqueCreatureIDRef" is something other people who copied from the wiki might also use. You will want this reference to be something unique in the broad sense of modding, something like WSBookGuardian01 would probably work better at avoiding conflicts. That would seem to do it, that and creating and using the reference ID in the enable script. The "MyUnique..etc." is just a placeholder for the actual ID. If I'm asking questions here I might generalize in that way. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.