(version 2)
(include "sci.sh")
(exports
    40 Srini
)
(use "Main")
(use "Blink")
(use "View")
(script 1802)



(instance public Srini of Talker
    (properties
        x 5
        y 5
        view 1801
        loop 3
        disposeWhenDone 2
        talkWidth 150
        textX 133
        textY 12
    )

    (method (init param1)
        = back gBack
        = font gFont
        (if (== gNumber 790)
            = x 190
            = y 80
            = textX -163
            = textY 20
            = talkWidth 135
            (super:init(sriniBust sriniEyes sriniMouth rest param1))
        )(else
            (super:init(sriniBust sriniEyes sriniMouth rest param1))
        )
    )

)
(instance sriniBust of Prop
    (properties
        view 1801
        loop 1
    )
)
(instance sriniEyes of Prop
    (properties
        nsTop 45
        nsLeft 45
        view 1801
        loop 2
    )
)
(instance sriniMouth of Prop
    (properties
        nsTop 51
        nsLeft 41
        view 1801
    )
)
