Skip to content

Commit

Permalink
Merge pull request #52 from Cegaiel/May_25_2012
Browse files Browse the repository at this point in the history
Fishing - Added extra error trapping
CC_Auto - Added delay that will now allow more than 1 pass at a time.
  • Loading branch information
Cegaiel committed May 25, 2012
2 parents 41f2a63 + ff0f070 commit b4a48a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions VeggieTales/luaScripts/Fishing.lua
Expand Up @@ -338,6 +338,10 @@ function findchat(line)

if line and line > 0 then
Coords = imgs[(#imgs) - line];
if not Coords then
error 'Main chat tab is not showing or the chat window needs to be adjusted!'
end

end

--Find What Happened
Expand Down
2 changes: 2 additions & 0 deletions VeggieTales/luaScripts/cc_Auto.lua
Expand Up @@ -24,8 +24,10 @@ function ccMenu()
askForWindow(focusMessage);
for i=1,passCount do
runCommand(buttons[1]);
lsSleep(1000);
ccRun(i, passCount);
end
lsPlaySound("Complete.wav");
end

function findOvens()
Expand Down

0 comments on commit b4a48a7

Please sign in to comment.