Sha256: e3ae95d7557080ea9c662499155c607e068b41a9a36815bcff5104e757d3041a
Contents?: true
Size: 343 Bytes
Versions: 7
Compression:
Stored size: 343 Bytes
Contents
module Gamefic module Standard script do respond :inventory do |actor| if actor.children.length > 0 actor.tell "You are carrying #{actor.children.join_and}." else actor.tell "You aren't carrying anything." end end interpret "i", "inventory" end end end
Version data entries
7 entries across 7 versions & 1 rubygems