main.lua

changeset 160
28aa762f11c7
parent 157
b35dc87ebff0
child 161
fadae5511044
equal deleted inserted replaced
159:0aa4f7bda3f8 160:28aa762f11c7
211 action = action.action; 211 action = action.action;
212 object = object.name; 212 object = object.name;
213 object_type = object.type; 213 object_type = object.type;
214 extra = action.extra; 214 extra = action.extra;
215 annotation = action.annotation; 215 annotation = action.annotation;
216 line_start = action.line_start;
217 line_end = action.line_end;
216 }); 218 });
217 219
218 if action_timeout and action_timeout > 0 then 220 if action_timeout and action_timeout > 0 then
219 local action_number = i; 221 local action_number = i;
220 verse.add_task(action_timeout, function () 222 verse.add_task(action_timeout, function ()

mercurial