Hi,

    Ok, who's responsible for the little game 'Wanderer'?   I just played, but upon 
discovering the "trail up the cliff" It bombed out on me. The details of the error 
follow:

** Script Error: parse expected input argument of type: series
** Where: load-map
** Near: parse map-spec [
    some [
        'name copy dat string! (name: dat/1)
        |
        'intro copy dat string! (intro: dat/1)
        |
        'key copy dat tuple! (key: dat/1)
        |
        'begin copy dat tuple! (
            avatar/x: dat/1/1
            avatar/y: dat/1/2
            avatar/z: dat/1/3 + 0.5
        )
        |
        'levels copy dat some [file! | url!] (
            see/map-key: key
            foreach d dat [append see/map-images within d]
        )
        |
        'link copy dat some [file! | url! | tuple!] (
            link-spec: compose [
                cast: does [if 20 = random 20 [random 0.0.255]]
                key: (key)
                name: "A Link"
                description: "A Link to somewhere."
                hard: no
            ]
            foreach d dat [
                append link-spec compose any [
                    if tuple? d [
                        [fixture-x: (d/1) fixture-y: (d/2) fixture-z: (d/3)]
                    ]
                    if string? d [[description: (d)]]
                    if file? d [[link: (within d)]]
                    if url? d [[link: (within d)]]
                ]
            ]
            append fixtures make fixture link-spec
        )
    ]
]
info: view/new

Enjoy!!
Ammon

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to