Skip to content

Commit

Permalink
Merge pull request #30 from HowardBaxton/Dialog-Timer-mod
Browse files Browse the repository at this point in the history
timer start on listener start
  • Loading branch information
LeonaMorro committed Aug 13, 2015
2 parents c8a77eb + 77e11a0 commit f6fcf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nPose Scripts/nPose Dialog.lsl
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ Dialog(key recipient, string prompt, list menuitems, list utilitybuttons, intege
}
if(!~listener) {
listener = llListen(channel, "", NULL_KEY, "");
llSetTimerEvent(repeat);
}
llSetTimerEvent(repeat);
if (numitems > pagesize)
{
llDialog(recipient, thisprompt, PrettyButtons(buttons, utilitybuttons + [MORE]), channel);
Expand Down

0 comments on commit f6fcf87

Please sign in to comment.