Lost In Space OXP

  To add the test functions "Randomize Chart" and "Reset Chart" to the F4 screen,
  in any world script, in the startUp or startUpComplete functions, set:

    worldScripts.lost_in_space._testing = true;

  In pre-1.0 versions of this add-on, this will be set to true by default;
  to hide the testing functions, set: 

    worldScripts.lost_in_space._testing = false;

  This cannot be changed after startUpComplete.