Cabal Common Library Doc MissionHandling
From Elite Wiki
Overview
The script handles incoming data from worldScripts to coordinate mission offerings based on tokens in system descriptions. OXPs can register on startUp and the script calls back whenever the conditions are matched.
var a = ["boring",{chance:0.1,gov:[1],name:"myOXP",func:"callback"}];
worldScripts.Cabal_Common_MissionHandling.mPool.push(a); |