From 1290d6984787b9ad1450fc4a8829c7da320f2904 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Mon, 12 Aug 2024 21:55:19 +0200 Subject: [PATCH] Updated Scripting (markdown) --- Scripting.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Scripting.md b/Scripting.md index 5e6a946..b24a801 100644 --- a/Scripting.md +++ b/Scripting.md @@ -216,8 +216,9 @@ def advss_register_action_type(name, callback, get_properties, default_settings) ## advss_register_script_condition -### name +This is almost identical to `advss_register_script_action` with the only difference being the handling of the `result` field. +### name The `name` field of calldata object associated with this procedure should specify the id of the condition type you want to register. It will also be the user facing name in the condition type selection. @@ -363,6 +364,8 @@ def advss_deregister_action(name): ## advss_deregister_script_condition +This is identical to `advss_deregister_script_action`. + ### name The `name` field of calldata object associated with this procedure should specify the id of the condition type you want to deregister.