(version 2)
(include "sci.sh")
(exports
    0 guardTalker
)
(use "GloryTalker")
(use "View")
(script 234)



(instance public guardTalker of GloryTalker
    (properties
        x 205
        y 2
        view 191
        loop 1
        talkWidth 260
        back 57
        textX -180
        textY 150
        backColor 14
    )

    (method (init param1)
        (super:init(guardBust guardEyes guardMouth rest param1))
    )

)
(instance guardMouth of Prop
    (properties
        nsTop 46
        nsLeft 46
        view 191
    )
)
(instance guardEyes of Prop
    (properties
        nsTop 35
        nsLeft 44
        view 191
        loop 2
    )
)
(instance guardBust of View
    (properties
        nsTop 24
        nsLeft 40
        view 191
        loop 3
    )
)
