///////////////////////////////////////////////////////////////////////////// // // File : potion_use.skrit // Author(s): Witness (Lisa Hui) // Purpose : extended parameters for potion drinking for configuring // jat_drink behavior // History : v1.0 [October 9, 2004] // // Note that this script just holds parameter values at the template level. // It is up to job_drink.skrit to act on them. The default values result in // the normal potion drinking behavior. // //---------------------------------------------------------------------------- // Version: 1.0 Date: October 9, 2004 //---------------------------------------------------------------------------- ////////////////////////////////////////////////////////////////////////////// property int anim$ = 'drnk' doc = ""; property bool auto_use$ = true doc = ""; property bool enchant$ = false doc = ""; property string sound$ = "drink" doc = ""; property bool unequip$ = true doc = ""; owner = GoSkritComponent;