This menu has 2 items for recompiling LSL scripts under the 2 old VM's. It should also have the new VM:
  • Recompile Scripts (LSL)
  • Recompile Scripts (Mono)
  • Recompile Scripts (Lua)
Currently, I need to open every script and change it's vm, press save, close
---
Also, I noticed 3 bugs with Recompile scripts:
  1. It sets not-running scripts to running (I had them not running for a reason)
  2. Scripts recompiled to LSO2 this way do not show the correct vm when you open the script. Most of them say "LSL: Mono". This one said "SLua":
default { state_entry() {
llOwnerSay(llGetScriptName() + " " + (string)llGetMemoryLimit());
}}
  1. Lua (the language) scripts are skipped and not recompiled. The new "Recompile Lua" menu item should not skip those