Sunnie Posted February 13, 2012 Share Posted February 13, 2012 I'm trying to create light controls in a mod I am working on. I have my light placed, a switch placed, but nothing I do actually enables or disables my light source. I've tried enable parent linking, doesn't work. I've tried ObjectReference script control, doesn't work (though it could be that I just don't have a grasp on Papyrus yet). One thing I noticed on the Wiki, is that for light scripts, it just gives a definition and nothing more.ScriptName Light extends FormSo this tells me I may be going about controlling my light source the wrong way, but there's no reference info that leads me in the right direction. I hate asking for help when I should be able to figure this out, but I'm getting nowhere fast.I'm pretty sure I need to use a script to control my lights, would appreciate if someone who has a firm grasp on Papyrus could wrie me up a simple script that links and controls a light from a switch. Thanks! Link to comment Share on other sites More sharing options...
Sunnie Posted February 14, 2012 Author Share Posted February 14, 2012 Alright, it seems that my scripts weren't why it wasn't working, it was the switch I was trying to use. Got this working after all. Link to comment Share on other sites More sharing options...
Recommended Posts