cmd_queue = cmd_queue or {} function run_cmd() if #cmd_queue == 0 then return end local cmd = table.pop(cmd_queue) send(local_cmd, false) end
<div>local plants = { ["arnica"] = 5, ["kafe"] = 5, ["juniper"] = 5 } send("stratagem add water plants; stratagem add free plants; stratagem add nature growth") for plant, iterTotal in pairs(plants) do local harvestCommand = "harvest "..plant.." group" for i = 2,iterTotal do harvestCommand = harvestCommand.."; stratagem add harvest "..plant.." group" end table.insert(cmd_queue, harvestCommand) end</pre></div>
We discovered and corrected a missing image mystery, woohoo! (If anyone else is perplexed by missing images anywhere, speak up :O)Orventa said:(Squint) Where art? Is invisible? Extreme minimalism?