Second Life logo
Second Life
Create
Roadmap
Feedback
Scripting Bugs
54
Log in to your Second Life account to give feedback

    Boards

  • ✨ Feature Requests

  • 🪰 Viewer Bug Reports

  • Web/Marketplace Features

  • Web/Marketplace Bugs

  • Scripting Features

  • Scripting Bugs

  • Land & Public Works

  • Server Bugs

  • Scripted Agents

  • Character Designer

  • Browser-based Viewer

  • 🏆 SLua Showcase

  • 📃 SLua Alpha

  • SLua Announcements

Powered by Canny

Scripting Bugs

  • Search existing bugs before submitting
  • Use support.secondlife.com for customer support issues
  • Keep posts on-topic
posts
lsl_definitions.yaml malformed
Line 2300 PRIM_COLOR: tooltip: '[PRIM_COLOR, integer face, vector color, float alpha] integer face – face number or ALL_SIDES vector color – color in RGB <R, G, B> (<0.0, 0.0, 0.0> = black, <1.0, 1.0, 1.0> = white) float alpha – from 0.0 (clear) to 1.0 (solid) (0.0 <= alpha <= 1.0)' This is not valid YAML. A solution would be PRIM_COLOR: tooltip: | [PRIM_COLOR, integer face, vector color, float alpha] integer face – face number or ALL_SIDES vector color – color in RGB <R, G, B> (<0.0, 0.0, 0.0> = black, <1.0, 1.0, 1.0> = white) float alpha – from 0.0 (clear) to 1.0 (solid) (0.0 <= alpha <= 1.0)
1
·

needs info

Powered by Canny