Last active
January 11, 2016 20:35
Revisions
-
roodyyogurt revised this gist
Jan 11, 2016 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,5 +17,4 @@ lacrosse ball, a cracked candlepin, and a chopstick." CR>) <COND (<EQUAL? 1 <MOD <DIV ,MOVES 3> 2>> <TELL "dropping things." CR>) (T <TELL "juggling." CR>)>)>> -
roodyyogurt created this gist
Jan 11, 2016 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ <OBJECT JUGGLER (DESC "juggler") (IN JUGGLER_ROOM) (DESCFCN JUGGLER-DESC-F) (ADJECTIVE YOUNG) (FLAGS CONTBIT SEARCHBIT OPENBIT SURFACEBIT PERSONBIT) (SYNONYM JUGGLER MAN) > <ROUTINE JUGGLER-DESC-F (ARG) <COND (<=? .ARG ,M-OBJDESC?> <RTRUE>)> <COND (<OR <VERB? LOOK> <EQUAL? ,MODE ,VERBOSE> <AND <EQUAL? ,MODE ,BRIEF> <NOT <FSET? ,HERE ,TOUCHBIT>>> > <TELL "In front of you is a young, dark-haired man juggling a broken plate, a lacrosse ball, a cracked candlepin, and a chopstick." CR>) (T <TELL "The juggler is here, " > <COND (<EQUAL? 1 <MOD <DIV ,MOVES 3> 2>> <TELL "dropping things." CR>) (T <TELL "juggling." CR>)>)> >