Difference between revisions of "Cabal Common Library Doc MissionHandling"

From Elite Wiki
m (Started new doc for CCL1.5.1)
(No difference)

Revision as of 20:46, 15 March 2012

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