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



(instance public Room75 of Rm
    (properties
        picture 75
        style 16
        horizon 65
        north 72
    )

    (method (init)
        (self:setRegions(605))
        (super:init())
        = global101 1
        = west 74
        = east 76
        (send gEgo:
            view(4)
            xStep(4)
            yStep(1)
        )
        (switch (gPicture)
            (case 72
                ((send gEgo:
                    posn(132 84)
                    init()
                )
  )
            )
            (case 74
                ((send gEgo:
                    posn(10 168)
                    init()
                )
  )
            )
            (default 
                ((send gEgo:
                    posn(307 164)
                    init()
                )
 )
            )
        )
        (send gEgo:priority(kernel[101]((send gEgo:y()))))
        proc0_12(605 1)
    )

)
