Game
Puzzles
Leaderboards
Recipes
Community
Forums
Groups
Players
For Educators
About
About Foldit
Science
Community Rules
Credits
Help
Download
Log in
Username
(case sensitive)
Password
(case sensitive)
Forgot password?
Forgot username?
Sign up
Recipes
Note_erase(function)
Recipe: Note_erase(function)
created by
LHOr
Like recipe
1 like
Add to Cookbook
Clone
Profile
Name
Note_erase(function)
ID
109069
Shared with
Public
Parent
Note_score(function)
Children
None
Created on
June 02, 2025 at 16:47 PM UTC
Updated on
June 02, 2025 at 16:50 PM UTC
Description
simple functions that erases notes
Best for
Code
function note_erase(start1, end1) for i=start1,(end1-start1) do structure.SetNote(i,"") end end function note_eraseall() protienlength=structure.GetCount() for i=1,protienlength do structure.SetNote(i,"") end end note_eraseall()
Comments
LHOr
Lv 1
June 09, 2025
I may have a typo