Talk:Dialog Control: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
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...'
(No difference)

Revision as of 11:41, 6 October 2010

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)