!\=========================================================================== UseVerbs.g - v0.0.2 - Mon 07th April 1997 For Hugo v2.3, library v2.3.0 & later Copyright 1996, 1997 by Julian Arnold, but freely usable ===========================================================================\! #set USEVERBS_LIBRARY #ifclear NO_VERBS verb "use" * DoVague * object DoUse * object "on"/"with" object DoUse * held "to" "lock" lockable DoLockR * held "for" "locking" lockable DoLockR * held "to" "unlock" lockable DoUnlockR * held "for" "unlocking" lockable DoUnlockR * held "to" "hit"/"strike"/"break"/"attack" object DoHitR * held "to" "whack"/"beat"/"punch" object DoHitR * held "for" "hitting"/"striking"/"breaking"/"attacking" object DoHitR * held "for" "whacking"/"beating"/"punching" object DoHitR #ifset VERBSTUBS * held "to" "tie"/"attach"/"fasten"/"lash" object DoTieR * held "for" "tieing"/"attaching"/"fastening"/"lashing" object DoTieR * held "to" "burn"/"light"/"incinerate" object DoBurnR * held "for" "burning"/"lighting"/"incinerating" object DoBurnR * held "to" "cut"/"slice"/"chop"/"sever" object DoCutR * held "for" "cutting"/"slicing"/"chopping"/"severing" object DoCutR * held "to" "dig"/"burrow" "in"/"into" object DoDigR * held "to" "dig"/"burrow" object DoDigR * held "for" "digging"/"burrowing" "in"/"into" object DoDigR * held "for" "digging"/"burrowing" object DoDigR #endif ! ifset VERBSTUBS #endif ! ifclear NO_VERBS