(version 2)
(include "sci.sh")
(exports
    0 priestessTalker
)
(use "GloryTalker")
(use "View")
(script 48)



(instance public priestessTalker of GloryTalker
    (properties
        x 202
        y 80
        view 356
        loop 1
        talkWidth 260
        back 57
        textX -185
        textY -120
        backColor 45
    )

    (method (init param1)
        (super:init(priestessBust priestessEyes priestessMouth rest param1))
    )

)
(instance priestessMouth of Prop
    (properties
        nsTop 62
        nsLeft 50
        view 356
    )
)
(instance priestessEyes of Prop
    (properties
        nsTop 51
        nsLeft 48
        view 356
        loop 2
    )
)
(instance priestessBust of View
    (properties
        nsTop 39
        nsLeft 49
        view 356
        loop 3
    )
)
