OsGetMapTexture
From OpenSimulator
(Difference between revisions)
Line 3: | Line 3: | ||
default | default | ||
{ | { | ||
− | state_entry() | + | state_entry() |
− | { | + | { |
− | llSetTexture(osGetMapTexture(),ALL_SIDES); | + | llSetTexture(osGetMapTexture(),ALL_SIDES); |
− | } | + | } |
} | } | ||
</source> | </source> |
Revision as of 12:39, 17 January 2010
Script Example
default { state_entry() { llSetTexture(osGetMapTexture(),ALL_SIDES); } }