Talk:Dialog Control
Revision as of 10:41, 6 October 2010 by Len Lectar (talk | contribs) (Created page with '== Script Error? == Both examples contain a definition of the function dialogNotify, although only the second example uses the function. In using this function in my own code, I...')
Script Error?
Both examples contain a definition of the function dialogNotify, although only the second example uses the function. In using this function in my own code, I found it necessary to change the function to make it work. The change was in the call to llMessageLinked, in the third parameter, from
message + seperator + (string)dialogTimeOut + seperator
to
message + seperator + (string)dialogTimeOut
Notice the elimination of the trailing seperator. Was this an error in my program, or is it an error in the example?
-- Len Lectar 18:41, 6 October 2010 (UTC)