TADS 3 recipe wiki or site?

@jnelson How can I contribute to this wiki?

Concretely, I found that the solution on this page falls short:

It only works with verbs which have one object. For zero or two objects, here is the correct solution:

For example, if I have a rope and want to remap “tie x to y” to “attach x to y”, the solution is

   modify Thing
    iobjFor(TieTo) remapTo(AttachTo,DirectObject,self);
1 Like

For now, the best way is to submit an issue to the project. The page on Contributing has more.

I’m also fairly active on this board, so posting it here is fine too.

I’ll make edits to the page shortly with your corrections.

Thanks!

1 Like