Tuesday, November 29, 2005

.walk script (See Social Fiction - Psychogeography and .walk scripts)

// Baltitechture

// Pick an interesting place to start, with a mixture of buildings:
// residential and commercial.
//
// Starting somewhere in the Mt Vernon area would be a good start.

C = 0
t = 0

Input "Choose one of the following outdoor architectural elements:"
$design = "Bay Window" or "Flat Roof" or "Arched Doorway" or "Modern"

Input "Pick a initial direction, Left or Right"
$direction = "Left" or "Right"

Walking {
While "Walking" {If you meet another group running Baltitecture.walk, then exchange $design variables }

Turn $direction, walk 1 block forward
Turn opposite ($direction), walk 1 block forward

On (This block)
If:
Building = $design
Then call Voxeo, 800.289.5570, enter application #999000xxxx, reply to prompts.
Learn new variables from Voxeo:

C = voxeo(C)
$direction = voxeo($direction)

T = T + 1
If T = 60 Then :End

:End
Log into x.com for a visual of stats etc...
Bye

0 Comments:

Post a Comment

<< Home