"goto" Functionality Implied in the Script Editor
closed
Ruby Maelstrom
Very, very minor bug. Currently "goto" highlights as a keyword in the script editor, and gives the helper text, "Lua goto statement: jumps to a specified label"
goto is not implemented in Luau, and this is not me asking for it to be implemented. But right now the script editor is implying that goto will work, and it doesn't.
Perhaps there are some other functions from Lua that aren't implemented in Luau where this is also an issue? I couldn't find anything else, but it's possible.
Photo Viewer
View photos in a modal
Log In
Monty Brandenberg
updated the status to
closed
Completed. Expect an update in the editor.
Tapple Gao
Tapple Gao
PR submitted: https://github.com/secondlife/viewer/pull/5325
Signal Linden
updated the status to
planned
Thanks! This was an oversight when adding the Lua lexer constants to the viewer's script editor, we'll get this sorted in a future viewer release.