OsGetMapTexture
From OpenSimulator
(Difference between revisions)
Danny Bisby (Talk | contribs) (New page: Script Example <source lang="">default { state_entry() { llSetTexture(osGetMapTexture(),ALL_SIDES); } }</source>) |
Danny Bisby (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | Script Example | + | Script Example |
− | < | + | default<br>{<br> state_entry()<br> {<br> llSetTexture(osGetMapTexture(),ALL_SIDES);<br> }<br>}<br> |
− | { | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | }< | + |
Revision as of 15:56, 29 December 2009
Script Example
default
{
state_entry()
{
llSetTexture(osGetMapTexture(),ALL_SIDES);
}
}