(version 2)
(include "sci.sh")
(exports
    7 Woman
)
(use "Main")
(use "Blink")
(use "View")
(script 1834)



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

    (method (init param1)
        = back gBack
        = font gFont
        (super:init(womanBust womanEyes womanMouth rest param1))
    )

)
(instance womanBust of Prop
    (properties
        view 1834
        loop 1
    )
)
(instance womanEyes of Prop
    (properties
        nsTop 37
        nsLeft 50
        view 1834
        loop 2
    )
)
(instance womanMouth of Prop
    (properties
        nsTop 46
        nsLeft 51
        view 1834
    )
)
