The OXPs startUpComplete event handlers are being called before the startUp event handler from in oolite-equipment-control.js
Is that expected?
I'm trying to get the worldScripts["Oolite Equipment Control"].$baseline values for shieldRechargeRate in a function called in an OXP startUpComplete but $baseline is still empty...
EDIT: it's not the OXP startUpComplete that's being called, but equipmentAdded event handler - in my code both call the same auxiliar function that tried to get the worldScripts["Oolite Equipment Control"].$baseline values, so I thought if was done in startUpComplete. I will put check conditions to deal with it. Sorry for another false alarm...
oolite-equipment-control.js startUp event handler
Moderators: winston, another_commander, Getafix