STAND_0										= 0;
STAND_1										= 1;
WALK										= 2;
RUN											= 3;
JUMPUP										= 4;
JUMPUP2										= 5;
JUMPDOWN									= 6;
DASH										= 7;
RELOAD										= 8;
DAMAGE_0									= 9;
FLYING_0									= 10;
FLYING_1									= 11;
FLYING_SPIN									= 12;
DOWN_0										= 13;
DOWN_1										= 14;
DOWN_0_BOUND								= 15;
DOWN_1_FRONT								= 16;
DOWN_1_BACK									= 17;
RISE_0										= 18;
RISE_0_FRONT								= 19;
RISE_0_BACK									= 20;
RISE_0_DAMAGE								= 21;
RISE_1										= 22;
RISE_1_FRONT								= 23;
RISE_1_BACK									= 24;
RISE_1_DAMAGE								= 25;
RISE_1_DAMAGE_FRONT							= 26;
RISE_1_DAMAGE_BACK							= 27;
WALLHIT_0									= 28;
WALLHIT_0_DOWN_0							= 29;
WALLHIT_0_DOWN_0_RISE_0						= 30;
DEADMOVE_0									= 31;
DEADMOVE_1									= 32;
DEADMOVE_2									= 33;
BALANCE										= 34;
WALKSHOT01									= 35;
WALKSHOT02									= 36;
WALKSHOT03									= 37;
JUMPSHOT01									= 38;
JUMPSHOT02									= 39;
DOWNSHOT01									= 40;
DASHSHOT									= 41;
BINDED_RAMDA								= 42;
BINDED_RAMDA_FINISH 						= 43;
BINDED_BOSSROBOT_0_THROW_0 					= 44;
BINDED_BOSSROBOT_0_CATCH_0_ATTACK_0 		= 45;
BINDED_BOSSROBOT_0_CATCH_0_ATTACK_0_RUN 	= 46;
BINDED_BOSSROBOT_0_CATCH_0_ATTACK_1 		= 47;
BINDED_BOSSROBOT_0_CATCH_0_ATTACK_1_FINISH	= 48;
BINDED_BOSSROBOT_0_CATCH_1_ATTACK_0 		= 49;
BINDED_BOSSROBOT_0_CATCH_1_ATTACK_0_RUN 	= 50;
BINDED_BOSSROBOT_0_CATCH_1_ATTACK_1 		= 51;
BINDED_BOSSROBOT_0_CATCH_1_ATTACK_1_FINISH	= 52;
BINDED_VOREPLANT_VORE3						= 53;
BINDED_VOREPLANT_VORE3_2					= 54;
BINDED_BITEPLANT_ATTACK_LOW_BIND			= 55;
BINDED_BITEPLANT_ATTACK_LOW_BINDBITE		= 56;
BINDED_BITEPLANT_ATTACK_HIGH_BINDBITE		= 57;
BINDED_JELLYFISH_CATCH						= 58;
BINDED_JELLYFISH_ELECTROSHOCK				= 59;
BINDED_TRAP_PILE_FINISH						= 60;
BINDED_TRAP_PILE_FINISH2					= 61;
BINDED_TRAP_PILE_FINISH3					= 62;
BINDED_TRAP_PILE_FINISH4					= 63;
BINDED_SLIME_MEDIUM_ATTACKHIT				= 64;
BINDED_SLIME_MEDIUM_ATTACKHIT_FINISH		= 65;
BINDED_SLIME_MEDIUM_ATTACKHIT2				= 66;
BINDED_SLIME_MEDIUM_ATTACKHIT2_FINISH		= 67;
BINDED_SLIME_LARGE_ATTACKHIT				= 68;
BINDED_SLIME_LARGE_ATTACKHIT_FINISH			= 69;
BINDED_WANIO_CATCH_FLOOR					= 70;
BINDED_WANIO_CATCH_FLOOR_FINISH				= 71;
BINDED_WANIO_CATCH_CUT						= 72;
BINDED_BOSSFROG_MOUTHATTACK_GROUND_SUCCESS	= 73;
BINDED_BOSSFROG_MOUTHATTACK_AIR_SUCCESS		= 74;
BINDED_BOSSFROG_VORE_HEAD					= 75;
BINDED_BOSSFROG_VORE_FOOT					= 76;
BINDED_BOSSFROG_VORE_HEAD_TOINSIDE			= 77;
BINDED_BOSSFROG_VORE_FOOT_TOINSIDE			= 78;
BINDED_BOSSFROG_VORE_HEAD_INSIDE			= 79;
BINDED_BOSSFROG_VORE_HEAD_INSIDE2			= 80;
BINDED_BOSSFROG_VORE_FOOT_INSIDE			= 81;
DEATHPRESS_DOWN_0							= 82;
DEATHPRESS_DOWN_1							= 83;
BINDED_FLUID_0								= 84;
BINDED_FLUID_1								= 85;
BINDED_FLUID_2								= 86;
BINDED_SAW_DEATHCUT							= 87;
BINDED_SAW_FINISH							= 88;
BINDED_SAW_DEATHCUT2						= 89;
BINDED_SAW_FINISH2							= 90;
FINISHED_FIRE_BURN							= 91;
FINISHED_MAGMA								= 92;
DEATHPRESS2_MID								= 93;
DEATHPRESS2_HEAD							= 94;
DEATHPRESS2_FOOT							= 95;
DEATHGEAR									= 96;

BINDED_BOSSMACHINE_DRILL_LEFTUP_FINISH		= 97;
BINDED_BOSSMACHINE_DRILL_LEFTDOWN_FINISH	= 98;
BINDED_BOSSMACHINE_DRILL_RIGHT_FINISH		= 99;
BINDED_BOSSMACHINE_ARMHOLD_LEFT_CATCH		= 100;
BINDED_BOSSMACHINE_ARMHOLD_RIGHTUP_CATCH	= 101;
BINDED_BOSSMACHINE_ARMHOLD_RIGHTDOWN_CATCH	= 102;
BINDED_BOSSMACHINE_ROLLER					= 103;
FINISHED_BOSSMACHINE_PILE_FRONT				= 104;
FINISHED_BOSSMACHINE_PILE_BACK				= 105;
BINDED_BOSSMACHINE_WALKPRESS				= 106;

BINDED_MOUNT_MOUNTPUNCH						= 107;
BINDED_MOUNT_MOUNTPUNCH2					= 108;

setMotionForPlayer(STAND_0					,"PlayerYuki/Stand0");
setMotionForPlayer(STAND_1					,"PlayerYuki/Stand1");

setMotionForPlayer(WALK						,"PlayerYuki/Walk");
setMotionForPlayer(RUN						,"PlayerYuki/Run0");
setMotionForPlayer(JUMPUP					,"PlayerYuki/JumpUp");
setMotionForPlayer(JUMPUP2					,"PlayerYuki/JumpUp2");
setMotionForPlayer(JUMPDOWN					,"PlayerYuki/JumpDown");
setMotionForPlayer(DASH						,"PlayerYuki/Dash");
setMotionForPlayer(RELOAD					,"PlayerCommon/Reload");
setMotionForPlayer(DAMAGE_0					,"PlayerCommon/Damage0");

setMotionForPlayer(FLYING_0					,"PlayerCommon/Flying0");
setMotionForPlayer(FLYING_1					,"PlayerCommon/Flying1");
setMotionForPlayer(FLYING_SPIN				,"PlayerCommon/Flying_Spin");
setMotionForPlayer(DOWN_0					,"PlayerCommon/Down0");
setMotionForPlayer(DOWN_0_BOUND				,"PlayerCommon/Down0_Bound");
setMotionForPlayer(RISE_0					,"PlayerCommon/Rise0");
setMotionForPlayer(RISE_0_FRONT				,"PlayerCommon/Rise0_Front");
setMotionForPlayer(RISE_0_BACK				,"PlayerCommon/Rise0_Back");
setMotionForPlayer(RISE_0_DAMAGE			,"PlayerCommon/Rise0_Damage");
setMotionForPlayer(DOWN_1					,"PlayerCommon/Down1");
setMotionForPlayer(DOWN_1_FRONT				,"PlayerCommon/Down1_Front");
setMotionForPlayer(DOWN_1_BACK				,"PlayerCommon/Down1_Back");
setMotionForPlayer(RISE_1					,"PlayerCommon/Rise1");
setMotionForPlayer(RISE_1_FRONT				,"PlayerCommon/Rise1_Front");
setMotionForPlayer(RISE_1_BACK				,"PlayerCommon/Rise1_Back");
setMotionForPlayer(RISE_1_DAMAGE			,"PlayerCommon/Rise1_Damage");
setMotionForPlayer(RISE_1_DAMAGE_FRONT		,"PlayerCommon/Rise1_Damage_Front");
setMotionForPlayer(RISE_1_DAMAGE_BACK		,"PlayerCommon/Rise1_Damage_Back");
setMotionForPlayer(DEATHPRESS_DOWN_0		,"PlayerCommon/DeathPress_Down0");
setMotionForPlayer(DEATHPRESS_DOWN_1		,"PlayerCommon/DeathPress_Down1");

setMotionForPlayer(WALLHIT_0				,"PlayerCommon/WallHit0");
setMotionForPlayer(WALLHIT_0_DOWN_0			,"PlayerCommon/WallHit0_Down0");
setMotionForPlayer(WALLHIT_0_DOWN_0_RISE_0	,"PlayerCommon/WallHit0_Down0_Rise0");

setMotionForPlayer(DEADMOVE_0				,"PlayerCommon/DeadMove0");
setMotionForPlayer(DEADMOVE_1				,"PlayerCommon/DeadMove1");
setMotionForPlayer(DEADMOVE_2				,"PlayerCommon/DeadMove2");

setMotionForPlayer(BALANCE					,"PlayerCommon/Balance");

setMotionForPlayer(WALKSHOT01				,"PlayerYuki/WalkShot01");
setMotionForPlayer(WALKSHOT02				,"PlayerYuki/WalkShot02");
setMotionForPlayer(WALKSHOT03				,"PlayerYuki/WalkShot03");
setMotionForPlayer(JUMPSHOT01				,"PlayerYuki/JumpShot01");
setMotionForPlayer(JUMPSHOT02				,"PlayerYuki/JumpShot02");
setMotionForPlayer(DOWNSHOT01				,"PlayerYuki/DownShot01");
setMotionForPlayer(DASHSHOT					,"PlayerYuki/DashShot");

setMotionForPlayer(BINDED_RAMDA								,"Ramda/Binded_Ramda");
setMotionForPlayer(BINDED_RAMDA_FINISH						,"Ramda/Binded_Ramda_VoreFinish");
setMotionForPlayer(BINDED_BOSSROBOT_0_THROW_0				,"BossRobot0/Binded_BossRobot0_Throw0");
setMotionForPlayer(BINDED_BOSSROBOT_0_CATCH_0_ATTACK_0		,"BossRobot0/Binded_BossRobot0_Catch0_Attack0");
setMotionForPlayer(BINDED_BOSSROBOT_0_CATCH_0_ATTACK_0_RUN	,"BossRobot0/Binded_BossRobot0_Catch0_Attack0_Run");
setMotionForPlayer(BINDED_BOSSROBOT_0_CATCH_0_ATTACK_1		,"BossRobot0/Binded_BossRobot0_Catch0_Attack1");
setMotionForPlayer(BINDED_BOSSROBOT_0_CATCH_0_ATTACK_1_FINISH,"BossRobot0/Binded_BossRobot0_Catch0_Attack1_Finish");
setMotionForPlayer(BINDED_BOSSROBOT_0_CATCH_1_ATTACK_0		,"BossRobot0/Binded_BossRobot0_Catch1_Attack0");
setMotionForPlayer(BINDED_BOSSROBOT_0_CATCH_1_ATTACK_0_RUN	,"BossRobot0/Binded_BossRobot0_Catch1_Attack0_Run");
setMotionForPlayer(BINDED_BOSSROBOT_0_CATCH_1_ATTACK_1		,"BossRobot0/Binded_BossRobot0_Catch1_Attack1");
setMotionForPlayer(BINDED_BOSSROBOT_0_CATCH_1_ATTACK_1_FINISH,"BossRobot0/Binded_BossRobot0_Catch1_Attack1_Finish");

setMotionForPlayer(BINDED_VOREPLANT_VORE3					,"VorePlant/Binded_VorePlant_Vore3");
setMotionForPlayer(BINDED_VOREPLANT_VORE3_2					,"VorePlant/Binded_VorePlant_Vore3_2");
setMotionForPlayer(BINDED_BITEPLANT_ATTACK_LOW_BIND			,"BitePlant/Binded_Attack_Low_Bind");
setMotionForPlayer(BINDED_BITEPLANT_ATTACK_LOW_BINDBITE		,"BitePlant/Binded_Attack_Low_BindBite");
setMotionForPlayer(BINDED_BITEPLANT_ATTACK_HIGH_BINDBITE	,"BitePlant/Binded_Attack_High_BindBite");

setMotionForPlayer(BINDED_JELLYFISH_CATCH					,"JellyFish/Binded_Catch");
setMotionForPlayer(BINDED_JELLYFISH_ELECTROSHOCK			,"JellyFish/Binded_ElectroShock");

setMotionForPlayer(BINDED_TRAP_PILE_FINISH					,"Trap/Pile/Binded_Finish");
setMotionForPlayer(BINDED_TRAP_PILE_FINISH2					,"Trap/Pile/Binded_Finish2");
setMotionForPlayer(BINDED_TRAP_PILE_FINISH3					,"Trap/Pile/Binded_Finish3");
setMotionForPlayer(BINDED_TRAP_PILE_FINISH4					,"Trap/Pile/Binded_Finish4");

setMotionForPlayer(BINDED_SLIME_MEDIUM_ATTACKHIT			,"Slime/Binded_Medium_AttackHit");
setMotionForPlayer(BINDED_SLIME_MEDIUM_ATTACKHIT_FINISH		,"Slime/Binded_Medium_AttackHit_Finish");

setMotionForPlayer(BINDED_SLIME_MEDIUM_ATTACKHIT2			,"Slime/Binded_Medium_AttackHit2");
setMotionForPlayer(BINDED_SLIME_MEDIUM_ATTACKHIT2_FINISH	,"Slime/Binded_Medium_AttackHit2_Finish");

setMotionForPlayer(BINDED_SLIME_LARGE_ATTACKHIT				,"Slime/Binded_Large_AttackHit");
setMotionForPlayer(BINDED_SLIME_LARGE_ATTACKHIT_FINISH		,"Slime/Binded_Large_AttackHit_Finish");

setMotionForPlayer(BINDED_WANIO_CATCH_FLOOR					,"Wanio/Binded_Catch_Floor");
setMotionForPlayer(BINDED_WANIO_CATCH_FLOOR_FINISH			,"Wanio/Binded_Catch_Floor_Finish");
setMotionForPlayer(BINDED_WANIO_CATCH_CUT					,"Wanio/Binded_Catch_Cut");

setMotionForPlayer(BINDED_BOSSFROG_MOUTHATTACK_GROUND_SUCCESS	,"BossFrog/Binded_MouthAttack_Ground_Success");
setMotionForPlayer(BINDED_BOSSFROG_MOUTHATTACK_AIR_SUCCESS		,"BossFrog/Binded_MouthAttack_Air_Success");
setMotionForPlayer(BINDED_BOSSFROG_VORE_HEAD					,"BossFrog/Binded_Vore_Head");
setMotionForPlayer(BINDED_BOSSFROG_VORE_FOOT					,"BossFrog/Binded_Vore_Foot");
setMotionForPlayer(BINDED_BOSSFROG_VORE_HEAD_TOINSIDE			,"BossFrog/Binded_Vore_Head_ToInSide");
setMotionForPlayer(BINDED_BOSSFROG_VORE_FOOT_TOINSIDE			,"BossFrog/Binded_Vore_Foot_ToInSide");
setMotionForPlayer(BINDED_BOSSFROG_VORE_HEAD_INSIDE				,"BossFrog/Binded_Vore_Head_InSide");
setMotionForPlayer(BINDED_BOSSFROG_VORE_HEAD_INSIDE2			,"BossFrog/Binded_Vore_Head_InSide2");
setMotionForPlayer(BINDED_BOSSFROG_VORE_FOOT_INSIDE				,"BossFrog/Binded_Vore_Foot_InSide");

setMotionForPlayer(BINDED_FLUID_0	,"PlayerCommon/Binded_Fluid0");
setMotionForPlayer(BINDED_FLUID_1	,"PlayerCommon/Binded_Fluid1");
setMotionForPlayer(BINDED_FLUID_2	,"PlayerCommon/Binded_Fluid2");

setMotionForPlayer(BINDED_SAW_DEATHCUT	,"Saw/Binded_DeathCut");
setMotionForPlayer(BINDED_SAW_FINISH	,"Saw/Binded_Finish");
setMotionForPlayer(BINDED_SAW_DEATHCUT2	,"Saw/Binded_DeathCut2");
setMotionForPlayer(BINDED_SAW_FINISH2	,"Saw/Binded_Finish2");

setMotionForPlayer(FINISHED_FIRE_BURN	,"Fire/Finished_Burn");
setMotionForPlayer(FINISHED_MAGMA		,"PlayerCommon/Magma");

setMotionForPlayer(DEATHPRESS2_MID		,"PlayerCommon/DeathPress2_Mid");
setMotionForPlayer(DEATHPRESS2_HEAD		,"PlayerCommon/DeathPress2_Head");
setMotionForPlayer(DEATHPRESS2_FOOT		,"PlayerCommon/DeathPress2_Foot");

setMotionForPlayer(DEATHGEAR			,"PlayerCommon/DeathGear");

setMotionForPlayer(BINDED_BOSSMACHINE_DRILL_LEFTUP_FINISH	,"BossMachine/Binded_Drill_LeftUp_Finish");
setMotionForPlayer(BINDED_BOSSMACHINE_DRILL_LEFTDOWN_FINISH	,"BossMachine/Binded_Drill_LeftDown_Finish");
setMotionForPlayer(BINDED_BOSSMACHINE_DRILL_RIGHT_FINISH	,"BossMachine/Binded_Drill_Right_Finish");

setMotionForPlayer(BINDED_BOSSMACHINE_ARMHOLD_LEFT_CATCH		,"BossMachine/Binded_ArmHold_Left_Catch");
setMotionForPlayer(BINDED_BOSSMACHINE_ARMHOLD_RIGHTUP_CATCH		,"BossMachine/Binded_ArmHold_RightUp_Catch");
setMotionForPlayer(BINDED_BOSSMACHINE_ARMHOLD_RIGHTDOWN_CATCH	,"BossMachine/Binded_ArmHold_RightDown_Catch");

setMotionForPlayer(BINDED_BOSSMACHINE_ROLLER					,"BossMachine/Binded_Roller");
setMotionForPlayer(FINISHED_BOSSMACHINE_PILE_FRONT				,"BossMachine/Finished_Pile_Front");
setMotionForPlayer(FINISHED_BOSSMACHINE_PILE_BACK				,"BossMachine/Finished_Pile_Back");
setMotionForPlayer(BINDED_BOSSMACHINE_WALKPRESS					,"BossMachine/Binded_WalkPress");

setMotionForPlayer(BINDED_MOUNT_MOUNTPUNCH					,"Mount/Binded_MountPunch");
setMotionForPlayer(BINDED_MOUNT_MOUNTPUNCH2					,"Mount/Binded_MountPunch2");