Skip to content

Commit

Permalink
Don't overengineer this script to hell, there's no point toggling the…
Browse files Browse the repository at this point in the history
… flag twice.
  • Loading branch information
Umgak committed Nov 27, 2024
1 parent 0c2a976 commit 416fecc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ local flagsBaseOn = {

local flagsOn = {flagsBaseOn}
local flagsOff = 1034500738 -- Toggled on when choosing to enter, and off when exhausting dialogue
ef.batchSetFlags(flagsOn, 1, "RanniFlagsThread")
ef.setFlag(flagsOff, 0)
ef.batchSetFlags(flagsOn, 1, "RanniFlagsThread")


disableMemrec(memrec, function() return not ef.RanniFlagsThread end)
[DISABLE]
Expand Down

0 comments on commit 416fecc

Please sign in to comment.