From 725b2e1bcc34d9c9882b97cd8a5450a63b618942 Mon Sep 17 00:00:00 2001 From: Matt Brockman Date: Thu, 14 Jan 2021 12:38:06 -0800 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8dd1600..34c7e7f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,6 @@ You can modify worldInfo with the below functions ## State The `state` variable can be used to store information that's persistent across function calls/modifiers. -* The `state.memory.context` value will replace the user defined memory if it exists * The `state.message`, if provided, can be a string that will be displayed as an alert in the game. When in 3rd person mode, `state.message` can also be an object (or an array of objects) with a list of the multiplayer character names who should see the message. E.g., `[{ text: 'Only you can see this!', visibleTo: ['Sam', 'Jane']}]`