Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Nov 29, 2024
1 parent 3db6a9b commit 0c0387a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 39 deletions.
52 changes: 14 additions & 38 deletions sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1732892219549,
"version": "0.798",
"last_update": 1732892664620,
"version": "0.799",
"url": "https://library.sannybuilder.com/#/sa"
},
"extensions": [
Expand Down Expand Up @@ -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"
}
]
},
Expand Down Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion sa/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.798
0.799

0 comments on commit 0c0387a

Please sign in to comment.