So I added 'look at; examine; x' to an object verb tab in the online editor. Then I deleted it. Now all of my objects, when looked at, respond with "you cannot look at; examine; x that".
Seems I've over-ridden the core 'look at' function.
After some help from HK on the forum, it seems I need to remove this bit of code from my .aslx file (downloaded from the site as game.zip):
<verb>
<property>lookat</property>
<pattern>look at; examine; x</pattern>
<defaultexpression>"You can't look at; examine; x " + object.article + "."</defaultexpression>
</verb>
It's inside the first tier <asl/> tag so it's clearly gone global somehow.
Problem is, I can't then re-upload it to the online editor as it needs a .quest file. I tried publishing it to create one, but I can't edit it (it looks compiled).
I'm on a mac so I'm prefering to use the online editor at the moment..
Anyone any ideas?