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



(instance public Room74 of Rm
    (properties
        picture 74
        style 16
        horizon 65
        north 71
    )

    (method (init)
        (super:init())
        (self:setRegions(605))
        = global101 1
        = east 75
        (send gEgo:
            view(4)
            xStep(4)
            yStep(1)
        )
        (switch (gPicture)
            (case 75
                ((send gEgo:
                    posn(295 168)
                    init()
                )
  )
            )
            (default 
                ((send gEgo:
                    posn(109 85)
                    init()
                )
 )
            )
        )
        (send gEgo:priority(kernel[101]((send gEgo:y()))))
        proc0_12(605 1)
    )

)
