Difference between revisions of "SetResultQuanity - ConstructibleObject"

m
no edit summary
imported>Seigneur Voland
(Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' ConstructibleObject Script Changes the quantity of the result created by a Constructib...")
 
imported>Seigneur Voland
m
Line 20: Line 20:
<source lang="papyrus">
<source lang="papyrus">
RecipeArmorIronCuirass.SetResultQuantity(2) ; 2 Armors for 1 today !
RecipeArmorIronCuirass.SetResultQuantity(2) ; 2 Armors for 1 today !
RecipeArmorIronCuirass.SetResultQuantity(RecipeArmorSteelCuirass.GetResultQuantity)
RecipeArmorIronCuirass.SetResultQuantity(RecipeArmorSteelCuirass.GetResultQuantity())
</source>
</source>