(version 2)
(include "sci.sh")
(exports
    0 rakeeshTalker
    1 Rakeesh
)
(use "GloryTalker")
(use "View")
(script 35)



(instance public rakeeshTalker of GloryTalker
    (properties
        x 15
        y 15
        view 961
        loop 1
        talkWidth 130
        back 57
        textX 140
        textY 3
        backColor 45
    )

    (method (init param1)
        (super:init(rakeeshBust rakeeshEyes rakeeshMouth rest param1))
    )

)
(instance rakeeshMouth of Prop
    (properties
        nsTop 34
        nsLeft 46
        view 961
    )
)
(instance rakeeshEyes of Prop
    (properties
        nsTop 29
        nsLeft 46
        view 961
        loop 2
    )
)
(instance rakeeshBust of View
    (properties
        nsTop 25
        nsLeft 43
        view 961
        loop 3
    )
)
(instance public Rakeesh of Actor
    (properties
        x 90
        y 160
        noun 1
        view 960
    )
)
