About Smithing!

Post » Sun Nov 18, 2012 4:42 am

Hey guys, I like to know how to do a Torch in the forge? I've made the possibility of making all kinds of arrows, Lockpicks and other stuffs, but do not know how to make the Torch because it is a light in the CK, and don't have Keywords to connect the session that she had been. I wonder, also, how to put it in the forge, in the "Misc". Or this it automatic? Thank you!
User avatar
saxon
 
Posts: 3376
Joined: Wed Sep 19, 2007 2:45 am

Post » Sun Nov 18, 2012 5:05 am

You'll need to perform a work-around by allowing them to craft a dummy torch object, and then swapping it with a real torch via an attached script.

scriptname Vict0r10_SwapCraftedTorch extends ObjectReferencelight property Torch01 autoMiscObject property _DE_CampTorch_MISC autoActor property PlayerRef autoEvent OnInit()	while PlayerRef.GetItemCount(_DE_CampTorch_MISC) > 0   	 PlayerRef.RemoveItem(_DE_CampTorch_MISC, 1, true)   	 PlayerRef.AddItem(Torch01, 1, true)	endwhileendEvent
User avatar
Amanda Leis
 
Posts: 3518
Joined: Sun Dec 24, 2006 1:57 am


Return to V - Skyrim