For those who like to pick code apart.
This is still embryonic as in barely any testing done, but it's a big baby already.

The idea is to follow in the pawprints of Captain hesperus and sell trumbles to valued clients.
A major obstacle still is understanding java-script as I want to be able to affect/read the number of trumbles on-board the playership.
-As of this writing, the trumbleChecker.js script is still not functioning.
At first I had written the main body of the script completely in JS, however writing a missionscript seems to be much easier in plist format. (for now.)
So yesterday I wrote the entire thing again, but in plist.
Eventually I decided to split it up into several partial scripts, and a worldscripts-file.
Currently I use an additional test-script that forces some variables, that rely on the JS-part to be set.
-trumblecheck_farmer.js
: trumblecheck trumbleCount +
: sets customCargo, rewards for burning trumbs.
-trumblepusher.plist
: asks player to make a lifechoice when loaded with trumbes.
-life_of_a_trumble_salesperson.plist
: if the player has succumbed to the darkside ,
: asks to push a trumble at stations. /rinse, repeat.
-trumble_force
: Brute force setting of mission_variables because I'm a fuckup with JS.
Next posts: buggered code.