(version 2)
(include "sci.sh")
(exports
    0 QG3Init
)
(use "Main")
(use "Blink")
(use "User")
(use "Obj")
(script 1)



(instance public QG3Init of Code
    (properties)

    (method (init)
        (var temp0, temp1, temp2[9])
        (User:
            alterEgo(gOwner)
            canControl(0)
            canInput(0)
        )
        (if (FileIO(fiEXISTS "18.scr"))
            = global201 1
        )
        = gNarrator Narrator
        (send gNarrator:
            keepWindow(1)
            y(120)
            back(57)
        )
        = global90 1
        = global17 0
        = global34 1
        = global133 DoSound(sndGET_POLYPHONY)
        = global16 500
        = gFont 0
        = gFont_2 999
        = global26 300
        = global134 20
        = global135 15
        = global198 20
        (send (ScriptID(7 4)):init(11))
        (if (HaveMouse())
            = gEatTheMice 6
            (send gGame:setCursor(global20 1))
        )(else
            (send gGame:setCursor(global20 1 304 174))
        )
        = temp1 0
        (if (FileIO(fiEXISTS "18.scr"))
            (send gGame:newRoom(101))
        )(else
            (send gGame:newRoom(130))
        )
    )

)
