BlogNomic has moved!

The game is now running at blognomic.com

Tuesday, September 23, 2003

Proposal : Producing the Product

Add a new Rule, "Inventory":-

Each Robot has a hollow casing which they can store items inside; this Inventory is tracked as a single GNDT text field (eg. "3 Product, 1 Box, 2 Fuel").


To the MCP, after the first line, add:-

// Create a single item of Product.

if (power(self)>50)
{
power(self) = power(self)-10;
inventory(self) = inventory(self) + product_object
}


Enacted by est, 23rd Sept. +12 to Kevan, +5 to est