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.