OsGetMapTexture
From OpenSimulator
Revision as of 15:56, 29 December 2009 by Danny Bisby (Talk | contribs)
Script Example
default
{
state_entry()
{
llSetTexture(osGetMapTexture(),ALL_SIDES);
}
}
Script Example
default
{
state_entry()
{
llSetTexture(osGetMapTexture(),ALL_SIDES);
}
}