Language Quest ASL
Date: | 04/20/05 |
Author: | Anonymous |
URL: | n/a |
Comments: | 0 |
Info: | n/a |
Score: | (2.95 in 20 votes) |
define game <99 Bottles of Beer> asl-version <300> game author <Alex Warren> start <room> end define define room <room> description { for <bottles; 99; 1; -1> { msg <%bottles% $name(%bottles%)$ of beer on the wall, %bottles% $name(%bottles%)$ of beer,> msg <Take one down and pass it around,> set numeric <remaining; %bottles% - 1> msg <%remaining% $name(%remaining%)$ of beer on the wall.|n> } } end define define function <name> if ( $parameter(1)$ = 1 ) then return <bottle> else return <bottles> end define
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