Skip to content

Commit

Permalink
Update greif.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
tip52 authored Oct 21, 2022
1 parent cb58f22 commit 2dce681
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions greif.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,14 @@ Main:Toggle{
end
}


if readfile("Greif Config/Fling.txt") == true then
startingstate2 = true
else
startingstate2 = false
end
Main:Toggle{
Name = "Auto load Fling Script (x to toggle fling)",
StartingState = false,
StartingState = startingstate2,
Description = nil,
Callback = function(v)
writefile("Greif Config/Fling.txt",tostring(v))
Expand Down

0 comments on commit 2dce681

Please sign in to comment.