Eternascript documentation

Is there any current EternaScript documentation? I tried outln(Lib.fold(seq)) as per the in game documentation and it did not find the fold function. Furthermore, (how) can I set the energy model to NuPACK so I can get a NuPACK MFE structure? Thanks.

Lib.fold was never updated after Flash was deprecated, and never supported energy models other than Vienna1. For the short term, you might want to investigate writing your script as a booster. The limitation is unfortunate, though the situation may or may not wind up changing within the next couple months as we’re planning on migrating the legacy script interface to the current website codebase.

Thanks for the information. I guess if I want to do any scripting I should focus on making boosters then.