Description
Checks if the BaseObject character has experienced the specified memory.
Searches SocialContext entries for any target whose latest memory matches the given MemoryDtId.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character to check (Self or Target). |
| CompareType | Equal: has the memory / NotEqual: does not have the memory. |
| S1 | Memory ID (Memory.Json) to check. |
Examples
| Description | BaseObject | Command | S1 | CompareType |
|---|
| Check if Self has a specific memory | Self | HasMemory | Memory_Fight_01 | Equal |
| Check if Target does not have a specific memory | Target | HasMemory | Memory_Fight_01 | NotEqual |