diff options
author | Pixel <pixel@nobis-crew.org> | 2012-10-25 21:15:03 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2012-10-25 21:15:03 -0700 |
commit | d17ccb1258c40fbd6767c4e2c98b6e2462cb8987 (patch) | |
tree | adabfd6be6ace2c86615e13c6d367ca8ffa83d90 /VP-roomwork.lua | |
parent | 911936a303001d2fb2f2e94c7228374656d1b88b (diff) |
More scripts types.
Diffstat (limited to 'VP-roomwork.lua')
-rw-r--r-- | VP-roomwork.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VP-roomwork.lua b/VP-roomwork.lua index 4349ca4..b4724f4 100644 --- a/VP-roomwork.lua +++ b/VP-roomwork.lua @@ -223,7 +223,7 @@ function process_arcroom(fname, h, size, ext) if handler and script and font then if dump_mode and counter == 3 then extract_room_script(fname .. string.format("/%04i", i), script, font) - else + elseif dump_mode then extract_simple_script(fname .. string.format("/%04i", i), script, font) end script:destroy() |