Why do my objects have commands I didn't make?

SterbenWarStorm
22 Jan 2020, 22:29

When I play my game to test my progress,and I click on one of the objects, it wil have command options that I didn't make. The commands are #drop, #take, #to, #open, #open, #close, #on, and #off. How do I take these commands off?


mrangel
22 Jan 2020, 23:40

Those look like the default diaplayverbs.

By default, an object's displayverbs include "Look at" and "Take". If the object is a container it gains "Open" and "Close". If it is switchable, it gains "turn on" and "turn off".

You can see these on the 'Display verbs' list on the object tab in the editor. There are also a couple of tickboxes which allow certain displayverbs to be automatically added to objects they apply to.


Curt A. P.
24 Jan 2020, 17:35

I had the same question some time ago, not in the forum but it lead to this post: http://textadventures.co.uk/forum/quest/topic/kcl-4yflleanu45fgubvqg/list-of-basic-built-in-commands

E1: ...with mrangel as the MVP again!