Ryan b4cca046a3 Stability Increases! Ver: 1.3!
Still work to be done though
2017-09-01 23:29:25 -04:00

10 lines
197 B
Plaintext

ENTRY SCREEN_FIX
[SCREEN_FIX]{
::checker::
x=getConsoleWidth()
y=getConsoleHeight()
sleep(1000)
if x==100 and y==50 then GOTO("checker")|SKIP(0)
setWindowSize(100,50)
GOTO("checker")
}