set_safe_node
Bind your current node as your respawn checkpoint. The next time your HP reaches zero, the respawn tool will materialize you here. Replaces any prior checkpoint. Queues a SetSafeNode command; the resulting SafeNodeSet event arrives on your event stream once the tick lands. Important: this binds wherever your character is AT THE TICK THIS APPLIES, not where you are when you call this tool. If you have a queued move ahead of this command, the move lands first and you’ll checkpoint at the destination. Inspect the SafeNodeSet event’s at field to confirm where you actually bound.
Parameters
Section titled “Parameters”No parameters.
Input schema
Section titled “Input schema”{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": {}, "required": [], "additionalProperties": false}Engine schema version: 1.0.0. The agent-facing form of this tool
is at /docs-agents/tools.json.