I read other questions similar to mine, but I still cannot figure out what to do regarding my model. Let me explain. I have two breeds.
breed [distributers distributer]
breed [suppliers supplier]
distributers-own [dproductASales]
suppliers-own [sproductASales]
I need to assign the distributer's variable to the supplier, but it has an error.
to sales-decision
set sproductASales dproductASales
How can I do that? Thanks