Difference between revisions of "Talk:Hello Avatar"

From Second Life Wiki
Jump to navigation Jump to search
m (link to the Chatbot examples)
 
(Q: Should the New Script example in the client be pointing newbies to llOwnerSay, rather than to llSay or llInstantMessage?)
Line 1: Line 1:
The [[Hello Avatar]] and [[Chatbot]] examples should learn from each other, e.g.:
== llOwnerSay vs. llSay vs. llInstantMessage ==
<pre>
 
llSetStatus(STATUS_PHYSICS, FALSE); llSleep(0.1);
Q: Should the New Script example in the client be pointing newbies to [[llOwnerSay]], rather than to [[llSay]] or [[llInstantMessage]]?
llSetLocalRot(llRotBetween(<1, 0, 0>, llGetSunDirection())); // turn the East face to the Sun
 
</pre>
http://www.google.com/search?q=site%3Ajira.secondlife.com+llOwnerSay+llSay+hello+avatar says we haven't yet asked Jira ...
 
--- [[User:Ppaatt Lynagh|Ppaatt Lynagh]] 19:02, 24 December 2008 (UTC)

Revision as of 12:02, 24 December 2008

llOwnerSay vs. llSay vs. llInstantMessage

Q: Should the New Script example in the client be pointing newbies to llOwnerSay, rather than to llSay or llInstantMessage?

http://www.google.com/search?q=site%3Ajira.secondlife.com+llOwnerSay+llSay+hello+avatar says we haven't yet asked Jira ...

--- Ppaatt Lynagh 19:02, 24 December 2008 (UTC)