Cabal Common Library Doc MissionHandling

From Elite Wiki
Revision as of 20:46, 15 March 2012 by Svengali (talk | contribs) (Started new doc for CCL1.5.1)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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);