Language DROD Scripting
| Date: | 05/06/09 |
| Author: | Stefan Carey |
| URL: | n/a |
| Comments: | 0 |
| Info: | http://caravelgames.com/ |
| Score: |
Label 99 bottles of leaf juice, for 99-bottles-of-beer.net.
Label By Stefan Carey AKA Sillyman
Set var "Num" = 99
Set var "s" : s
Label Loop
Speech "$Num$ bottle$s$ of leaf juice on the wall,",Normal,Self,0,.
Speech "$Num$ bottle$s$ of leaf juice!",Normal,Self,0,.
Speech "Take one down, and pass it around!",Normal,Self,0,.
Set var "Num" - 1
If ...
Wait until var "Num" = 1
Set var "s" :
If End
If ...
Wait until var "Num" = 0
Set var "Num" : No more
Set var "s" : s
If End
Speech "$Num$ bottle$s$ of leaf juice on the wall!",Normal,Self,0,.
If ...
Wait until var "Num" : No more
End
Else
Go to Loop
If End
Download Source | Write Comment
Download Source | Write Comment
Add Comment
Please provide a value for the fields Name,
Comment and Security Code.
This is a gravatar-friendly website.
E-mail addresses will never be shown.
Enter your e-mail address to use your gravatar.
Please don't post large portions of code here! Use the form to submit new examples or updates instead!
Comments