Difference between revisions of "Talk:Chatbot"

From Second Life Wiki
Jump to navigation Jump to search
m (solve rotate to face the sun and stop rotating: /7 llSetLocalRot(llEuler2Rot(llGetSunDirection()));)
m (close out the wishes now answered in Chatbot (i.e., llKey2Name llGetSunDirection))
Line 1: Line 1:
We could/ should soon add yet a few more concise demoes, such as:
We could/ should soon add yet a few more concise demoes, such as:


* name the sitting avatar
* discover the time of day -- say if World > Force Sun > Region Default would show sunrise, noon, sunset, midnight, or what
 
/7 llKey2Name(llGetLinkKey(llGetNumberOfPrims()))
 
* rotate to face the sun and stop rotating
 
/7 llSetLocalRot(llEuler2Rot(llGetSunDirection()));
 
* show World > Force Sun > Region Default on the face of a cube


* move to owner and stop moving
* move to owner and stop moving

Revision as of 09:08, 8 September 2007

We could/ should soon add yet a few more concise demoes, such as:

  • discover the time of day -- say if World > Force Sun > Region Default would show sunrise, noon, sunset, midnight, or what
  • move to owner and stop moving