(include "sci.sh")
(use "Main")
(use "Class_255_0")
(use "Sound")
(use "Game")
(use "User")
(use "Obj")
(script 697)



(instance public Room697 of Rm
    (properties
        picture 697
        style 8
    )

    (method (init)
        (super:init())
        = global204 1
        (self:setScript(showMessage))
    )

)
(instance showMessage of Script
    (properties)

    (method (changeState newState)
        (switch (= state newState)
            (case 0
                ((User:
                    canControl(0)
                    canInput(0)
                )
 = global120 Print(697 0 134 -1 160 172) (send ((Sound:new())):
                    number(67)
                    play(self)
                )
  )
            )
            (case 1
                (proc0_23() = gGNewPropX gPicture = global204 0 (User:
                    canControl(1)
                    canInput(1)
                )
 (send global2:newRoom(global188)) )
            )
        )
    )

)
