diff --git a/bin/ScriptSyntax.xml b/bin/ScriptSyntax.xml
index c542997fd7..0c33b1d99d 100644
--- a/bin/ScriptSyntax.xml
+++ b/bin/ScriptSyntax.xml
@@ -6783,25 +6783,6 @@
- osAESEncrypt
-
- returnstring
- arguments
- secrettypestring
- plainTexttypestring
-
- tooltipEncrypt a plain text using AES-256-CBC Symmetric Algorithm Key (secret) and a random Initialization Vector (IV). Returns the Hex string of the IV bytes and the Hex string of the encrypted text bytes separated with (:).\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
-
- osAESEncryptTo
-
- returnstring
- arguments
- secrettypestring
- plainTexttypestring
- ivStringtypestring
-
- tooltipEncrypt a plain text using AES-256-CBC Symmetric Algorithm Key (secret) and a custom Initialization Vector (ivString). Returns the Hex string of the IV bytes and the Hex string of the encrypted text bytes separated with (:).\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
-
osAESDecrypt
returnstring
@@ -6821,6 +6802,25 @@
tooltipDecrypt an encrypted text using osAESEncryptTo() and the same Key (secret) and Initialization Vector (ivString) used in the encryption. Returns the decrypted text.\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
+ osAESEncrypt
+
+ returnstring
+ arguments
+ secrettypestring
+ plainTexttypestring
+
+ tooltipEncrypt a plain text using AES-256-CBC Symmetric Algorithm Key (secret) and a random Initialization Vector (IV). Returns the Hex string of the IV bytes and the Hex string of the encrypted text bytes separated with (:).\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
+
+ osAESEncryptTo
+
+ returnstring
+ arguments
+ secrettypestring
+ plainTexttypestring
+ ivStringtypestring
+
+ tooltipEncrypt a plain text using AES-256-CBC Symmetric Algorithm Key (secret) and a custom Initialization Vector (ivString). Returns the Hex string of the IV bytes and the Hex string of the encrypted text bytes separated with (:).\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
+
osAgentSaveAppearance
returnkey
@@ -7414,15 +7414,6 @@
tooltipReturns a string that is the description of inventory item with id "itemName_or_itemId" if that parameter is a valid key or with that name if not.\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
- osGetLinkInventoryDesc
-
- returnstring
- arguments
- linkNumbertypeinteger
- itemNameOrIdtypestring
-
- tooltipReturn the description of an item located in a linked prim inventory or an empty string if the item is not found.\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
-
osGetInventoryItemKey
returnkey