You are looking at a command called touch

touch {object}

You can touch objects.

touch the screen and the object may be scripted to react to your touch.


read the command called pat
or to have some more forceful influence in the world read the command called push
or more extreme read the command called hit


scripting notes:
This sends out a trigger word 'touch' so you can script your objects thusly:

if target of touch then thankthem;
##thankthem: print "[$actor] thanks [$init_obj]";
Code