OsGetMapTexture
From OpenSimulator
(Difference between revisions)
Danny Bisby (Talk | contribs) |
Danny Bisby (Talk | contribs) |
||
| Line 1: | Line 1: | ||
Script Example | Script Example | ||
| − | + | <pre>default | |
| − | + | { | |
| + | state_entry() | ||
| + | { | ||
| + | llSetTexture(osGetMapTexture(),ALL_SIDES); | ||
| + | } | ||
| + | } | ||
| + | </pre> | ||
Revision as of 15:57, 29 December 2009
Script Example
default
{
state_entry()
{
llSetTexture(osGetMapTexture(),ALL_SIDES);
}
}