Sha256: a8d4ac23178c8ea342bf81a4131f5d33df5ea14fc50f5cb5a197412d323ba9e0
Contents?: true
Size: 738 Bytes
Versions: 1
Compression:
Stored size: 738 Bytes
Contents
respond :enter, Use.siblings do |actor, thing| actor.tell "#{The thing} #{you.contract "can not"} accommodate #{you.pronoun.obj}." end respond :enter, Use.siblings(Enterable, :enterable?) do |actor, supporter| actor.parent = supporter actor.tell "#{you.pronoun.Subj} #{you.verb[supporter.enter_verb]} #{the supporter}." end respond :enter, Use.parent do |actor, container| actor.tell "#{you.contract(you.pronoun.subj + ' ' + you.verb.be).cap_first} already in #{the container}." end respond :enter, Use.parent(Supporter) do |actor, supporter| actor.tell "#{you.pronoun.Subj} #{you.verb[supporter.enter_verb]} #{the supporter} already." end interpret "get on :thing", "enter :thing" interpret "get in :thing", "enter :thing"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gamefic-sdk-1.7.0 | scripts/standard/actions/enter.plot.rb |