Proposal : Producing the Product
Add a new Rule, "Inventory":-
To the MCP, after the first line, add:-
Enacted by est, 23rd Sept. +12 to Kevan, +5 to est
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
<< Home