Talk:Dialog Control

From Second Life Wiki
Revision as of 11: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...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)