(version 2)
(include "sci.sh")
(exports
    0 yesufuTalker
    1 Yesufu
)
(use "GloryTalker")
(use "View")
(script 39)



(instance public Yesufu of Actor
    (properties
        noun 1
        view 980
    )
)
(instance public yesufuTalker of GloryTalker
    (properties
        x 185
        y 10
        view 981
        loop 1
        talkWidth 260
        back 57
        textX -161
        textY 100
        frame 2
        backColor 12
    )

    (method (init param1)
        (super:init(yesufuBust yesufuEyes yesufuMouth rest param1))
    )

)
(instance yesufuMouth of Prop
    (properties
        nsTop 54
        nsLeft 39
        view 981
    )
)
(instance yesufuEyes of Prop
    (properties
        nsTop 38
        nsLeft 34
        view 981
        loop 2
    )
)
(instance yesufuBust of View
    (properties
        nsTop 21
        nsLeft 31
        view 981
        loop 3
    )
)
