Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Wanderer

From: ammon::rcslv::com at: 13-May-2002 17:22

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