recipe.GetName and recipe.GetRecipeID in LUA
Case number: | 845813-2001463 |
Topic: | Game: Tools |
Opened by: | jeff101 |
Status: | Open |
Type: | Suggestion |
Opened on: | Monday, November 16, 2015 - 14:55 |
Last modified: | Monday, November 16, 2015 - 14:55 |
Would it be possible to make Foldit LUA commands
to retrieve the present recipe's name and ID number?
You could call them recipe.GetName and recipe.GetRecipeID,
similar to Foldit's puzzle.GetName and puzzle.GetPuzzleID LUA commands.
For the recipe "Set Notes subroutine" (https://fold.it/portal/recipe/100375),
recipe.GetName would give the string "Set Notes subroutine" while
recipe.GetRecipeID would give the integer 100375.
Similarly, for the recipe "bandsome" (https://fold.it/portal/recipe/43861),
recipe.GetName would give the string "bandsome" while
recipe.GetRecipeID would give the integer 43861.
Thanks!