Posted 25 April 2015 - 06:02 PM
I think it would be nice to communicate with SFM. So that you can have something like Rednet to send Strings, Numbers and Boolean to SFM. That would also require a Addon for SFM or a new version of SFM where you can create a "recive" or "send". In that you can probably choose if you want to set a Condition to true, pull a specific amount of Items or activate a trigger. Just a example:
And for reciving maybe
Of course both Modcreators have to work together.
sfm.send(<number of SFM>, <number of condition>, <boolean>)
to set a condition in SFM to true. Or
sfm.send(<number of SFM>, <number of the Command in SFM>, <amount of items>)
And for reciving maybe
sfm.recive(<number of SFM>, <String, Number or Boolean>, <time for timeout>)
Of course both Modcreators have to work together.