PYTHON_METHOD(ptAvatar,unRegisterForBehaviorNotify,"Params: selfKey\nThis will unregister behavior notifications"),
PYTHON_METHOD(ptAvatar,playSimpleAnimation,"Params: animName\nPlay simple animation on avatar"),
PYTHON_METHOD(ptAvatar,saveClothingToFile,"Params: filename\nSave avatar clothing to a file"),
PYTHON_METHOD(ptAvatar,loadClothingFromFile,"Params: filename\nLoad avatar clothing from a file"),
PYTHON_END_METHODS_TABLE;
PYTHON_GLOBAL_METHOD_DEFINITION(PtSetBehaviorLoopCount,args,"Params: behaviorKey,stage,loopCount,netForce\nThis will set the loop count for a particular stage in a multistage behavior")