(include "sci.sh")
(use "Main")
(use "Class_255_0")
(use "User")
(use "Obj")
(script 302)



(instance public timeOut of Script
    (properties)

    (method (changeState newState)
        (switch (= state newState)
            (case 0
                (= global204 1 (send gEgo:setMotion(0)) (send gCast:eachElementDo(256)) (User:
                    canControl(0)
                    canInput(0)
                )
 DrawPic(991 8) (Timer:setReal(self 5))  )
            )
            (case 1
                (= global120 Print(302 0 172) (Timer:setReal(self 15))  )
            )
            (case 2
                (
                (if (gTheNewDialog)
                    (send gTheNewDialog:dispose())
                )
 = global204 0 = global127 1 )
            )
        )
    )

)
