Redirecting verbs

MikeC
09 Jun 2012, 15:39
I want to implement a READ verb. For some objects, reading should have the same effect as looking at the object so that "read sign" is the same as "look at sign". Is there a simple way to redirect the read verb on a specific object to run the lookat command. This will save the aggro of having to include the same text for twice, once for the look at and once for the read commands?

Pertex
09 Jun 2012, 16:36
Try this:
read.png

MikeC
10 Jun 2012, 07:54
Many thanks. Exactly what I needed.