Talk:Chatbot

From Second Life Wiki
Revision as of 07:12, 5 September 2007 by Ppaatt Lynagh (talk | contribs) (Vector/ rotation arithmetic in prefix syntax we could/ should soon add)
Jump to navigation Jump to search

Concise example commands we could/ should soon add include:

llSetAlpha
zero rotation

push linear
push rotational
/7 llApplyRotationalImpulse(<3.0, 0.0, 0.0>, TRUE); // roll about the X axis
/7 llApplyRotationalImpulse(<0.0, 3.0, 0.0>, TRUE); // pitch about the Y axis
/7 llApplyRotationalImpulse(<0.0, 0.0, 3.0>, TRUE); // yaw about the Z axis
/7 llSetStatus(STATUS_PHYSICS, FALSE); llSetStatus(STATUS_PHYSICS, TRUE); // zero inertia

move away from owner, move toward owner
face the sun, turn away

name the sitting avatar

Vector/ rotation arithmetic in prefix syntax (e.g., syntax a la overloaded operators in C++) we could/ should soon add, e.g.

"*"(ZERO_ROTATION, ZERO_ROTATION)