guzmere wrote:Liam 315
Couldn't you use the COMMAND PATTERN for doing that eg:- fold up [OBJECT];fold #text# [OBJECT];fold [OBJECT] #text#;fold #text# [OBJECT] #text#.
At least that way you are sure cover all your bases?
I have used the command pattern to do exactly that. So although any of the following uses of my siton verb command pattern works correctly:
sit on #object#; sit upon #object#; sit down on #object#; sit down upon #object#
My fold verb only uses the first one correctly, not the last.
fold #object#; fold up #object#
Same with my climb verb (which I have copied a new version of).
These had all been tested and were working find when I originally made them.