I have the following code and the game has told me that “Online Troll Forum / Simulation” is a bad match. Am I looking at the weightings incorrectly?
FJS.addTopic = function () { GDT.addTopics([ { id: "Alpaca Farming", name: "Alpaca Farming".localize("game topic"), genreWeightings: [0.6, 0.7, 0.6, 1, 0.7, 1], audienceWeightings: [0.8, 1, 1] }, { id: "Birdhouse Building", name: "Birdhouse Building".localize("game topic"), genreWeightings: [0.6, 0.7, 0.6, 1, 0.6, 0.8], audienceWeightings: [0.6, 0.8, 1] }, { id: "Online Troll Forum", name: "Online Troll Forum".localize("game topic"), genreWeightings: [0.7, 0.9, 1, 1, 0.6, 0.7], audienceWeightings: [1, 0.7, 1] }, { id: "Second Life Sim", name: "Second Life Sim".localize("game topic"), genreWeightings: [0.6, 0.7, 0.9, 0.9, 0.6, 1], audienceWeightings: [0.8, 0.8, 1] }]); }; FJS.addTopic();