Sha256: 899e6a7247e72c4307dd5629cc7854e43b0278bfb658f4cde22f4fe819d1c0d1

Contents?: true

Size: 384 Bytes

Versions: 4

Compression:

Stored size: 384 Bytes

Contents

respond :drop, Query::Visible.new() do |actor, thing|
  actor.tell "#{you.contract you.pronoun.Subj + ' ' + you.verb.be} not carrying #{the thing}."
end

respond :drop, Query::Children.new() do |actor, thing|
  thing.parent = actor.parent
  actor.tell "#{you.pronoun.Subj} drop #{the thing}."
end

interpret "put down :thing", "drop :thing"
interpret "put :thing down", "drop :thing"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gamefic-sdk-1.3.0 scripts/standard/actions/drop.plot.rb
gamefic-sdk-1.2.0 scripts/standard/actions/drop.plot.rb
gamefic-sdk-1.1.0 scripts/standard/actions/drop.plot.rb
gamefic-sdk-1.0.1 scripts/standard/actions/drop.plot.rb