Can't unload proxy

I get an error message when trying to unload a proxy.

I have a loader collection, which loads a collection called “introduction”. From I can load another collection called “levelselect”. Then, I try to unload or disable “introduction” from “levelselect” and i get:

ERROR:GAMESYS: The collection /Collections/introduction.collectionc could not be disabled since it is not enabled. Message ‘disable’ sent from levelselect:/fadein#script2 to levelselect:/fadein#introduction.

if anyone could shed some light i’d appreciate it.

Did you enable the collection after it was loaded? There are some examples in the manual: Loading, Unloading. Are they close to what you have?

Is it possible that having two proxies referring to the same collection could cause this problem?

Simply having another proxy reference doesn’t trigger this issue.
However, since you seem to have two proxies referring to the same collection, could it be that you send “enable” to one proxy, and “disable” to the other?

That was the problem, I believe. Thank you