knows
Description
Checks if the NPC recognizes or knows the character.
Basic information
| Name | Type | Possibilities |
|---|---|---|
| knows | interaction | 2 |
Parameters
| # | Name | Type | Mandatory | Description | Multiple |
|---|---|---|---|---|---|
Outputs
| # | Description |
|---|---|
| 1 | 1 if the NPC knows the character. |
| 2 | 2 if the NPC does not know the character. |
Example
interaction
knows
tell "The NPC recognizes you."
tell "The NPC does not recognize you."
behaviour
nothing