Inventories

Registered by emsenn

A few functions in object.c for handling the setting of inventories on load.

Blueprint information

Status:
Started
Approver:
emsenn
Priority:
Medium
Drafter:
None
Direction:
Needs approval
Assignee:
abzde
Definition:
Pending Approval
Series goal:
Accepted for 0.0..2
Implementation:
Beta Available
Milestone target:
None
Started by
emsenn

Related branches

Sprints

Whiteboard

set_inventory(([
    "/path/to/item":quantity,
    "/path/to/item":1,
]))

* To be determined:
Once we have containers (i.e. backpacks) what is the best way of loading them with their inventory?
pack = new(S_PACK);
pack->set_inventory();
pack->move(this_object());

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.