Set a password for a script !
First time we ask a password then encrypt it and set to description Object, Next time only we decrypt from get description of object !
the crypt could store also in notepad
---------------------------------------------
string Crypt="123456789";
string password ="";
string action="";
integer listenHandle;
default
{
state_entry()
{
listenHandle = llListen(10, "", "llDetectedKey(0)", "");
}
touch_start(integer total_number)
{
if(llGetObjectDesc()=="EMPTY")
{