Difference between revisions of "Talk:Dialog Control"
Jump to navigation
Jump to search
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...') |
|||
Line 11: | Line 11: | ||
-- [[User:Len Lectar|Len Lectar]] 18:41, 6 October 2010 (UTC) | -- [[User:Len Lectar|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(); | |||
--[[User:Nargus Asturias|Nargus Asturias]] 02:27, 7 October 2010 (UTC) |
Latest revision as of 18:27, 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)
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)