(include "sci.sh")
(use "Main")
(use "Game")
(script 72)



(instance public Room72 of Rm
    (properties
        picture 72
        style 16
    )

    (method (init)
        (self:setRegions(605))
        (super:init())
        = global101 1
        = south 75
        (send gEgo:
            view(4)
            xStep(4)
            yStep(1)
        )
        (if (== gPicture 75)
            (send gEgo:
                posn(160 173)
                init()
            )
        )(else
            (send gEgo:
                posn(85 95)
                init()
            )
        )
        (send gEgo:priority(kernel[101]((send gEgo:y()))))
        proc0_12(605 1)
    )


    (method (doit)
        (super:doit())
        (if (& (send gEgo:onControl(0)) $0040)
            = gTheGGNewPropX 71
        )
    )


    (method (dispose)
        (super:dispose())
    )

)
