Difference between revisions of "Talk:Chatbot"

From Second Life Wiki
Jump to navigation Jump to search
m (discard bugs now closed in the Chatbot article: correctly explain how to face the sun, also tweak to understand negative literal floats & integers)
m (add wishes for llGetFreeMemory and for operators)
Line 1: Line 1:
== Bugs ==
== Bugs ==


This Chatbot script works for some of ... how about you? If not, why not?
This Chatbot script works for some of us ... how about you? If not, why not?


== Wishes ==
== Wishes ==


We could/ should soon add yet a few more concise tutorial demoes, such as:
We could/ should soon add ...
 
* llGetFreeMemory in the demo


* discover the time of day -- say if World > Force Sun > Region Default would show sunrise, noon, sunset, midnight, or what
* 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
* move to owner and stop moving
* parsing of prefix monadic + - arithmetic operators, for scalar and vectors and rotations
* parsing of infix dyadic + - * / % arithmetic operators with precedence, on pairs of values of the same type, on vector/ rotation pairs, on rotation/ vector pairs

Revision as of 23:24, 8 September 2007

Bugs

This Chatbot script works for some of us ... how about you? If not, why not?

Wishes

We could/ should soon add ...

  • llGetFreeMemory in the demo
  • 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
  • parsing of prefix monadic + - arithmetic operators, for scalar and vectors and rotations
  • parsing of infix dyadic + - * / % arithmetic operators with precedence, on pairs of values of the same type, on vector/ rotation pairs, on rotation/ vector pairs