Sha256: 95136871f639e4740287cbf7befe07a142d16d719360f59d5df7dc6cd5318294

Contents?: true

Size: 288 Bytes

Versions: 1

Compression:

Stored size: 288 Bytes

Contents

respond :inventory do |actor|
  if actor.children.length > 0
    actor.tell "#{you.pronoun.Subj} #{you.verb.be} carrying #{actor.children.join_and}."
  else
    actor.tell "#{you.pronoun.Subj} #{you.contract you.verb.be + ' not'} carrying anything."
  end
end

interpret "i", "inventory"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gamefic-sdk-1.7.0 scripts/standard/actions/inventory.plot.rb