You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
How hard would it be to add a pattern based proposition such as touchable (like the native one in Inform7)? So for the simple example of taking an object instead of having to write take/c, take/s, take for every possible location of o, one could just write touchable(o)?
I seem to remember there being talk of this, but wasn't sure what was decided in the end.
It could be really nice, and add lots of flexibility in writing new rules!