(version 2)
(include "sci.sh")
(exports
    0 rm61
)
(use "Main")
(use "cloudRoom")
(use "NewFeature")
(script 61)



(instance public rm61 of cloudRoom
    (properties
        picture 61
        horizon 100
        north 58
        east 62
        west 60
    )

    (method (init)
        (super:init())
        proc610_1(proc0_18(153 (send gEgo:x) 105) + horizon 4 0 0 317 proc0_17(134 (send gEgo:y) + horizon 2) 3 proc0_17(181 (send gEgo:y) + horizon 2) 297)
        (send gEgo:init())
        proc0_1()
        (tree1:init())
        (tree2:init())
        (tree3:init())
        (cloud1:init())
        (cloud2:init())
    )

)
(instance tree1 of NewFeature
    (properties
        x 123
        y 131
        noun 504
        nsTop 90
        nsLeft 105
        nsBottom 172
        nsRight 142
        description 521
        sightAngle 360
        getableDist 320
        seeableDist 320
        shiftClick 369
        contClick 371
        lookStr 526
    )
)
(instance tree2 of NewFeature
    (properties
        x 125
        y 44
        noun 504
        nsTop -1
        nsLeft 13
        nsBottom 89
        nsRight 238
        description 521
        sightAngle 360
        getableDist 320
        seeableDist 320
        shiftClick 369
        contClick 371
        lookStr 526
    )
)
(instance tree3 of NewFeature
    (properties
        x 278
        y 38
        noun 504
        nsTop -1
        nsLeft 238
        nsBottom 78
        nsRight 318
        description 521
        sightAngle 360
        getableDist 320
        seeableDist 320
        shiftClick 369
        contClick 371
        lookStr 526
    )
)
(instance cloud1 of NewFeature
    (properties
        x 160
        y 181
        noun 507
        nsTop 174
        nsBottom 189
        nsRight 320
        description 597
        sightAngle 360
        getableDist 320
        seeableDist 320
        shiftClick 369
        contClick 371
        lookStr 603
    )
)
(instance cloud2 of NewFeature
    (properties
        x 279
        y 157
        noun 507
        nsTop 141
        nsLeft 239
        nsBottom 174
        nsRight 320
        description 597
        sightAngle 360
        getableDist 320
        seeableDist 320
        shiftClick 369
        contClick 371
        lookStr 603
    )
)
