(version 2)
(include "sci.sh")
(exports
    30 Olga
)
(use "Main")
(use "Blink")
(use "View")
(script 1847)



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

    (method (init param1)
        = back gBack
        = font gFont
        (super:init(olgaBust olgaEyes olgaMouth rest param1))
    )

)
(instance olgaBust of Prop
    (properties
        view 1847
        loop 1
    )
)
(instance olgaEyes of Prop
    (properties
        nsTop 44
        nsLeft 33
        view 1847
        loop 2
    )
)
(instance olgaMouth of Prop
    (properties
        nsTop 62
        nsLeft 37
        view 1847
    )
)
