Paul Hexem Posted August 27 Posted August 27 Anyone know if there's a viewer out there that can be sent commands via LSL, specifically commands to chat (movement and teleport would also be nice, but not required)? At least in local? 1
Wulfie Reanimator Posted August 29 Posted August 29 Cool VL, maybe? Just parse local chat with Lua? 1
Henri Beauchamp Posted August 29 Posted August 29 3 hours ago, Wulfie Reanimator said: Cool VL, maybe? Yes, the Cool VL Viewer can be configured to accept Lua commands coming from your own scripts via llOwnerSay() or llInstantMessage(llGetOwner(), ...). 3 hours ago, Wulfie Reanimator said: Just parse local chat with Lua? It is simpler than that. See page 2 of the Cool VL Viewer Lua manual. 2
Paul Hexem Posted August 29 Author Posted August 29 8 hours ago, Henri Beauchamp said: Yes, the Cool VL Viewer can be configured to accept Lua commands coming from your own scripts via llOwnerSay() or llInstantMessage(llGetOwner(), ...). It is simpler than that. See page 2 of the Cool VL Viewer Lua manual. I'll give it a read. Thanks.
Recommended Posts
Please take a moment to consider if this thread is worth bumping.
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now