baksases Posted November 11, 2012 Share Posted November 11, 2012 (edited) Does anyone know what should I type in in Player Dialogue in to the Papyrus Fragment panel, if I want that once the NPC finished his response an initially disabled object get enabled? Edited November 11, 2012 by baksases Link to comment Share on other sites More sharing options...
steve40 Posted November 16, 2012 Share Posted November 16, 2012 You would need to add a Property that points to your disabled object (use the Add Property button). Say you called it "myObject". Then in the fragment panel, simply add myObject.enable() Link to comment Share on other sites More sharing options...
Recommended Posts