Lord2 Posted May 8, 2009 Share Posted May 8, 2009 Hello dudes I was wondering if anyone knows how to activate a lightsaber with scripts... to turn on the blade. ...I know the rest, just can't get this to work. Link to comment Share on other sites More sharing options...
Malxados Posted May 9, 2009 Share Posted May 9, 2009 You may wanna try to contact the guy who made this. He probably knows. Link to comment Share on other sites More sharing options...
GeorgNihilus Posted May 9, 2009 Share Posted May 9, 2009 This one will turn the saber on, should work for both Kotor or TSL: void main(){ object oNPC = GetObjectByTag("VisasMarr"); DelayCommand(1.0, SetLightsaberPowered(oNPC, 1, 1, 1)); } just change "VisasMarr" for the tag of whoever wields the saber. and this one turns it off, almost same script: void main(){ object oNPC = GetObjectByTag("VisasMarr"); DelayCommand(1.0, SetLightsaberPowered(oNPC, 1, 0, 1)); } hope that helps, good modding ... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.