Code: Select all
<diff>
<add sel="/mdscript/cues/cue[@name='Start']/actions">
<append_to_list name="md.$SoftwareUpgradetraderLists.{md.$SoftwareUpgradetraderLists.count}" exact="[ware.upg_pla_software_nru_mk1, 1, 1, 100]"/>
</add>
</diff>
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
Code: Select all
<diff>
<add sel="/mdscript/cues/cue[@name='Start']/actions">
<append_to_list name="md.$SoftwareUpgradetraderLists.{md.$SoftwareUpgradetraderLists.count}" exact="[ware.upg_pla_software_nru_mk1, 1, 1, 100]"/>
</add>
</diff>
Nope, thats something entirely different. ^^brammie wrote:ah, i guess that was the trubble with the "add software" question you posted?
got overwritten by some other script?
Code: Select all
<diff>
<add sel="/mdscript/cues/cue[@name='Start']/actions">
<append_to_list name="md.$DroneTraderLists.{md.$DroneTraderLists.count}" exact="[ware.spe_repair_mk1, 1, 2, 75],[ware.spe_repair_mk2, 1, 2, 25]"/>
</add>
</diff>