OsGetMapTexture

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
Script Example  
 
Script Example  
 
+
<pre>default
default<br>{<br> state_entry()<br> {<br> llSetTexture(osGetMapTexture(),ALL_SIDES);<br> }<br>}<br>
+
{
 +
state_entry()
 +
{
 +
llSetTexture(osGetMapTexture(),ALL_SIDES);
 +
}
 +
}
 +
</pre>

Revision as of 16:57, 29 December 2009

Script Example

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