Difference between revisions of "Talk:Chatbot"
Jump to navigation
Jump to search
m (solve name the sitting avatar: llKey2Name(llGetLinkKey(llGetNumberOfPrims()))) |
m (solve rotate to face the sun and stop rotating: /7 llSetLocalRot(llEuler2Rot(llGetSunDirection()));) |
||
Line 6: | Line 6: | ||
* rotate to face the sun and stop rotating | * rotate to face the sun and stop rotating | ||
/7 llSetLocalRot(llEuler2Rot(llGetSunDirection())); | |||
* show World > Force Sun > Region Default on the face of a cube | * 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 00:32, 8 September 2007
We could/ should soon add yet a few more concise demoes, such as:
- name the sitting avatar
/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