(version 2)
(include "sci.sh")
(exports
    2 Chester
)
(use "Main")
(use "Blink")
(use "View")
(script 1845)



(instance public Chester of Talker
    (properties
        x 5
        y 5
        view 1845
        loop 3
        disposeWhenDone 2
        talkWidth 150
        textX 133
        textY 12
    )

    (method (init param1)
        = back gBack
        = font gFont
        (super:init(chesterBust chesterEyes chesterMouth rest param1))
    )

)
(instance chesterBust of Prop
    (properties
        view 1845
        loop 1
    )
)
(instance chesterEyes of Prop
    (properties
        nsTop 19
        nsLeft 40
        view 1845
        loop 2
    )
)
(instance chesterMouth of Prop
    (properties
        nsTop 35
        nsLeft 35
        view 1845
    )
)
