Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
Update KohlsLite.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
S-PScripts authored Oct 28, 2024
1 parent 0d318a6 commit a9c3fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6002,14 +6002,14 @@ party]])
end

if string.sub(msg:lower(), 1, #prefix + 8) == prefix..'loopgrab' then
if not string.sub(msg:lower(), 1, #prefix + 9) == prefix..'loopgrab2' then
if string.sub(msg:lower(), 1, #prefix + 9) == prefix..'loopgrab2' then else
loopgrab = true
Remind("Loopgrabbing the pads!")
end
end

if string.sub(msg:lower(), 1, #prefix + 10) == prefix..'unloopgrab' then
if not string.sub(msg:lower(), 1, #prefix + 11) == prefix..'unloopgrab2' then
if string.sub(msg:lower(), 1, #prefix + 11) == prefix..'unloopgrab2' then else
loopgrab = false
Remind("Stopped loopgrabbing the pads!")
end
Expand Down

0 comments on commit a9c3fbd

Please sign in to comment.