Skip to content

Commit

Permalink
perfect costa leves now
Browse files Browse the repository at this point in the history
perfect costa leves now
  • Loading branch information
McVaxius committed Jul 29, 2024
1 parent 7e4035e commit 821d143
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
--needs bunch of stuff ill document later maybe
--put the sea pickles into chocobo
--turnoff addon errors
--cancel out blue menu wahtever leve so it snot in displayed list

function visland_stop_moving()
yield("/equipguud")
Expand Down Expand Up @@ -41,13 +40,17 @@ fartingGoat = 1
function turnin()
hehehe = 1
yield("/echo Quest list -> "..GetNodeText("_ToDoList", 8, 13))

--check first two quests to see if they are the turnin ones. we can finally ignore blue menu now
while hehehe == 1 do
hehehe = 0
floob = GetNodeText("_ToDoList", 8, 13)
if floob == "A Recipe for Disaster" or floob == "Just Call Me Late for Dinner" or floob == "Kitchen Nightmares No More" then
hehehe = 1
end
floob = GetNodeText("_ToDoList", 9, 13)
if floob == "A Recipe for Disaster" or floob == "Just Call Me Late for Dinner" or floob == "Kitchen Nightmares No More" then
hehehe = 1
end
floob = GetNodeText("_ToDoList", 8, 13)
yield("/target F'abodji")
yield("/wait 0.5")
Expand Down

0 comments on commit 821d143

Please sign in to comment.