From 0c0387ab29e9c5795987b17477b7969601e05525 Mon Sep 17 00:00:00 2001 From: MiranDMC Date: Fri, 29 Nov 2024 16:04:39 +0100 Subject: [PATCH] :memo: update commands --- sa/sa.json | 52 ++++++++++++++------------------------------------ sa/version.txt | 2 +- 2 files changed, 15 insertions(+), 39 deletions(-) diff --git a/sa/sa.json b/sa/sa.json index cb634e5f..b8f3c658 100644 --- a/sa/sa.json +++ b/sa/sa.json @@ -1,7 +1,7 @@ { "meta": { - "last_update": 1732892219549, - "version": "0.798", + "last_update": 1732892664620, + "version": "0.799", "url": "https://library.sannybuilder.com/#/sa" }, "extensions": [ @@ -46665,30 +46665,6 @@ "attrs": { "is_condition": true } - }, - { - "input": [ - { - "name": "values", - "type": "arguments" - } - ], - "output": [ - { - "name": "result", - "type": "string", - "source": "var_any" - } - ], - "id": "2707", - "name": "PICK_RANDOM_TEXT", - "num_params": 2, - "class": "Math", - "attrs": { - "is_static": true - }, - "member": "RandomPick", - "short_desc": "Selects one random text from provided values" } ] }, @@ -63520,26 +63496,26 @@ { "input": [ { - "name": "", - "type": "float" - }, - { - "name": "", - "type": "float" + "name": "values", + "type": "arguments" } ], "output": [ { - "name": "", - "type": "float", + "name": "result", + "type": "string", "source": "var_any" } ], "id": "2707", - "name": "FLOAT_MUL", - "num_params": 3, - "short_desc": "Multiplies two float values and writes the result into the variable", - "operator": "*" + "name": "PICK_RANDOM_TEXT", + "num_params": 2, + "class": "Math", + "attrs": { + "is_static": true + }, + "member": "RandomPick", + "short_desc": "Selects one random text from provided values" }, { "input": [ diff --git a/sa/version.txt b/sa/version.txt index f862c28f..b92e72f5 100644 --- a/sa/version.txt +++ b/sa/version.txt @@ -1 +1 @@ -0.798 \ No newline at end of file +0.799 \ No newline at end of file