Events
| Name | Description |
|---|---|
| getItem | Triggered when the character gets an item. The count represents how much quantity the character has of this item. |
| meetNPC | Triggered when the character meets a specific NPC for the first time. The count is set to 1 upon the first interaction with this NPC. |
| talkNPC | Triggered when the character talks to a specific NPC. The count is incremented by 1 each time the character interacts with this NPC. |