Estate Tools test

JamesLinden, January 11, 2005

You'll need:

I'm not sure if there's a user-friendly way to set up estates or sim ownership. I believe the CSR tool can create estates. The God > God Tools item should be able to assign a sim to an estate, if you know the estate number. I'm not sure how to set yourself the owner of a sim other than editing the simstate file and pasting in your agent id.

UI Enablement

Panel: General

(Known bug SL-9952 - "Simulator object usage" says 0 out of 29 while "Objects parcel supports" says 28.)

Debug Panel

default{state_entry(){while(1)llSay(0, "Hello, Avatar! "+(string)llFrand(1));}}
default
{
   state_entry()
   {
       llSetTimerEvent(0.2);
   }
   timer()
   {
       llApplyImpulse(<1,0,0>, TRUE);
   }
}
state_entry()
{
  integer x = 0;
  while(1) { x = x + 1; }
}

Texture

Terrain

Estate Panel