12 lines
279 B
Plaintext
12 lines
279 B
Plaintext
repeat
|
|
_T.duviriBeastMode = { [gRegion:GetLocalPlayer():GetPlayerName()] = 1 }
|
|
if not _T.ToggleOperatorCallbacks then
|
|
_T.ToggleOperatorCallbacks = {
|
|
function()
|
|
_T.duviriBeastMode = nil
|
|
end
|
|
}
|
|
end
|
|
until not pcall(yield)
|
|
_T.ToggleOperatorCallbacks = nil
|