(version 2)
(include "sci.sh")
(exports
    44 Chastity
)
(use "Main")
(use "Blink")
(use "View")
(script 1806)



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

    (method (init param1)
        = back gBack
        = font gFont
        (super:init(chastityBust chastityEyes chastityMouth rest param1))
    )

)
(instance chastityBust of Prop
    (properties
        view 1822
        loop 1
    )
)
(instance chastityEyes of Prop
    (properties
        nsTop 47
        nsLeft 39
        view 1822
        loop 2
    )
)
(instance chastityMouth of Prop
    (properties
        nsTop 56
        nsLeft 38
        view 1822
    )
)
