OsGetMapTexture

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 3: Line 3:
 
default
 
default
 
{
 
{
state_entry()
+
    state_entry()
{
+
    {
llSetTexture(osGetMapTexture(),ALL_SIDES);
+
        llSetTexture(osGetMapTexture(),ALL_SIDES);
}
+
    }
 
}
 
}
 
</source>
 
</source>

Revision as of 13:39, 17 January 2010

Script Example

default
{
    state_entry()
    {
        llSetTexture(osGetMapTexture(),ALL_SIDES);
    }
}
Personal tools
General
About This Wiki