Talk:Dialog Control

From Second Life Wiki
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)

Oops. I've removed those lines from the sample, seeing as it could as well done with a throw-away llDialog(); --Nargus Asturias 02:27, 7 October 2010 (UTC)