Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Testing scripts in edit mode

Kliger Dinkin
Registered User
Join date: 22 Apr 2006
Posts: 46
06-01-2006 02:50
I'm learning LSL scripting and just want to know if there is a way to test a script while I'm in edit mode? To be more precise, if I'm tweaking a script that's inserted as an object's _content_, is there a way to test the script (a keystroke/click etc...) without having to close the edit panel? Thnx for any help.

//Kliger
Lazink Maeterlinck
Registered User
Join date: 8 Nov 2005
Posts: 332
06-01-2006 02:55
For most things, you can right click on the prim the script is in, while the edit menu is up and active, and you should get the pie menu, and you can touch, sit, and all that stuff. Usually I do that when dealing with stuff that might run away on me, so I can see where it went.
Kliger Dinkin
Registered User
Join date: 22 Apr 2006
Posts: 46
06-01-2006 02:59
Ok, got it... thnx Lazink.