diff options
Diffstat (limited to 'window.lua')
| -rw-r--r-- | window.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -115,6 +115,9 @@ function drawWindow(id) if v1.yes == true and id ~= 2 and win[id].ex == false and v1.timer >= 4 and v1.c.chat.msgs < 7 then win[id].ex = true end + if v2.start == true then + win[id].ex = true + end if v1.yes == true and id == 2 and v1.timer >= 4 then layer.sendToFront = 2 end |
