(version 2)
(include "sci.sh")
(exports
    0 elderTalker
    1 Elder
    2 elderBust
    3 elderMouth
    4 elderEyes
)
(use "GloryTalker")
(use "View")
(script 58)



(instance public Elder of Actor
    (properties
        view 412
    )
)
(instance public elderTalker of GloryTalker
    (properties
        x 10
        y 10
        view 413
        loop 1
        talkWidth 125
        back 57
        textX 150
        textY 3
    )

    (method (init param1)
        (super:init(elderBust elderEyes elderMouth rest param1))
    )

)
(instance public elderBust of Prop
    (properties
        nsTop 18
        nsLeft 31
        view 413
        loop 3
    )
)
(instance public elderMouth of Prop
    (properties
        nsTop 53
        nsLeft 39
        view 413
        cycleSpeed 10
    )
)
(instance public elderEyes of Prop
    (properties
        nsTop 37
        nsLeft 31
        view 413
        loop 2
        cycleSpeed 30
    )
)
