get-recipe
function
The get-recipe
action get specific recipe by name or index. It belongs to the recipes category within the platform area.
Action Syntax
get-recipe "text"
A quoted text string
get-recipe $variable
A variable name starting with $
Return Value
This function returns a
ITEM
value that can be stored in a variable:
$result = get-recipe
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$item = get-recipe "name"
Action code: 2932669785
Version: 0.6.4
Last updated: 2025-06-13