!---------------------------------------------------------------------------- ! ! Grammar for More Verb Stub Routines by Kent Tessman (c) 1995-1998 ! !---------------------------------------------------------------------------- #version 2.5 ! (For proper implementation, i.e., "character, goodbye", a PreParse routine ! should change it to "goodbye, character") verb "goodbye", "bye", "farewell" * DoGoodbye ! because a comma becomes "~and": * "~and" object DoGoodbye * object DoGoodbye compound "thank", "you" synonym "thankyou" for "thank" ! (PreParse also deals with "character, thank you") verb "thanks", "thank" * DoThank * "~and" object DoThank * object DoThank verb "say" * "hello"/"hi" "to" living DoHello * "goodbye"/"bye" "to" living DoGoodbye verb "smile", "grin", "frown", "glare", "laugh", "sneer" * DoEmote * "at"/"toward"/"towards"/"to" object DoEmote