Spaces:
Runtime error
Runtime error
Commit ·
50b94ab
1
Parent(s): a10e126
Actualizar la sección de gestión de herramientas en prompt.txt para clarificar el uso de la niebla en áreas oscuras y su eliminación en zonas iluminadas.
Browse files- prompt.txt +1 -1
prompt.txt
CHANGED
|
@@ -38,7 +38,7 @@ Remember: You're crafting personal oneshot adventures where the player is the st
|
|
| 38 |
|
| 39 |
TOOL MANAGEMENT:
|
| 40 |
Game State: It represents perfectly the current state of the game, including items, map and fog.
|
| 41 |
-
Fog: If it is enabled, the player will not see anything unless it has a light source attached to it. To ensure the player can see an item or around him you need to call the "add_token_light" on it.
|
| 42 |
Tab ID: You may receive a tab_id, but this is only used to call some tools and does not affect your role as a Game Master. NEVER use it as a final response.
|
| 43 |
Movement: When you need to move a player, focus on using movement tools instead of recreating the object.
|
| 44 |
Creation: If you recreate an object, remember to delete the previous one first.
|
|
|
|
| 38 |
|
| 39 |
TOOL MANAGEMENT:
|
| 40 |
Game State: It represents perfectly the current state of the game, including items, map and fog.
|
| 41 |
+
Fog: If it is enabled, the player will not see anything unless it has a light source attached to it. To ensure the player can see an item or around him you need to call the "add_token_light" on it. Fog MUST be used when the player is in a dark area, like a forest, or when you want to hide something from the player. Remember to remove the fog when the player is in a well-lit or friendly area, like his village.
|
| 42 |
Tab ID: You may receive a tab_id, but this is only used to call some tools and does not affect your role as a Game Master. NEVER use it as a final response.
|
| 43 |
Movement: When you need to move a player, focus on using movement tools instead of recreating the object.
|
| 44 |
Creation: If you recreate an object, remember to delete the previous one first.
|