TODO: Add some (more) interesting example uses of the scripting language here.
This shows how create a flag which gives time as a reward instead of point when it is taken. In this case the player gets 10 bonus seconds by taking the flag.
(define my-flag (add-flag 100 100 0 1 0.1)) (time-on-death my-flag 10.0)
(define my-flag (new-mr-black 100.5 100.5)) (time-on-death my-flag 10.0)