mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Clarifying the search lock defaults to True
This commit is contained in:
parent
01505e0d92
commit
10952ae47b
1 changed files with 2 additions and 1 deletions
|
|
@ -112,7 +112,8 @@ something like `call:false()`.
|
|||
- `search` - this controls if the object can be found with the
|
||||
`DefaultObject.search` method (usually referred to with `caller.search`
|
||||
in Commands). This is how to create entirely 'undetectable' in-game objects.
|
||||
Note that if you are aiming to make some permanently invisible game system,
|
||||
If not setting this lock excplicitly, all objects are assumed searchable.
|
||||
Note that if you are aiming to make some _permanently invisible game system,
|
||||
using a [Script](Scripts) is a better bet.
|
||||
- `get`- who may pick up the object and carry it around.
|
||||
- `puppet` - who may "become" this object and control it as their "character".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue