add_depend_item(item_id, ditem_id)


Description

This function allow the user to set dependencies through program control

Example

for inc1 = 2,MaxNumber do
add_depend_item(NumberItems[inc1],NumberItems[1])
end

this loop will cycle through a selected list of items and make the last item dependent on all the prior selected items