From e50463413b1c2b1563e7903eb5c8ab5a6ae4546c Mon Sep 17 00:00:00 2001 From: Nikolas Howard Date: Sat, 9 Mar 2024 00:26:13 +0000 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72fe144..000b8a9 100644 --- a/README.md +++ b/README.md @@ -1146,7 +1146,7 @@ root { } ``` -In the above example, we have a **wait** node that waits for 10 seconds before moving to the `SUCCEEDED` state. We are using a **while** guard to give up on waiting this long if the guard function **CanWait** returns false during a tree step. +In the above example, we have a **wait** node that waits indefinitely. We are using a **while** guard to give up on waiting if the guard function **CanWait** returns false during a tree step. #### Optional Arguments Arguments can optionally be passed to agent guard functions and can be a `number`, `string`, `boolean` or `null` if using MDSL, or any valid JSON when using a JSON definition.