That was objectionable!
Gender: Male
Rank: Decisive Witness
Joined: Wed Sep 10, 2008 10:01 pm
Posts: 176

Phoenix is worse than I thought! Well, here's a quick fix for the hovering error. Post the ENTIRE code into the pw_phoenixwright.hlsl file.
Code:
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//Phoenix Wright Library
//Phoenix Wright File
[pw_setnameboxtophoenix]
recfunctionname([pw_nameboxfunc]);
setmsgboxtickersound("sfx-blipmale.wav");
setgenobjgraphic("pwnamebox",112);
setgenobjtexturecoordinates("pwnamebox",150,322,50,14);
showgenobj("pwnamebox");
[pw_createphoenix]
runscript("pw_loadphoenixfiles");
//Normal
createanimation("Phoenix_Normal",2000);
insertanimationframe("Phoenix_Normal",1,350,200);
setanimationframetexturecoordinates("Phoenix_Normal",1,000,000,127,143);
insertanimationframe("Phoenix_Normal",2,350,6);
setanimationframetexturecoordinates("Phoenix_Normal",2,000,144,127,143);
insertanimationframe("Phoenix_Normal",3,350,8);
setanimationframetexturecoordinates("Phoenix_Normal",3,128,144,127,143);
insertanimationframe("Phoenix_Normal",4,350,6);
setanimationframetexturecoordinates("Phoenix_Normal",4,000,144,127,143);
createanimation("Phoenix_Normal_Talking",2000);
insertanimationframe("Phoenix_Normal_Talking",1,350,6);
setanimationframetexturecoordinates("Phoenix_Normal_Talking",1,128,000,127,143);
insertanimationframe("Phoenix_Normal_Talking",2,350,6);
setanimationframetexturecoordinates("Phoenix_Normal_Talking",2,256,000,127,143);
insertanimationframe("Phoenix_Normal_Talking",3,350,6);
setanimationframetexturecoordinates("Phoenix_Normal_Talking",3,128,000,127,143);
insertanimationframe("Phoenix_Normal_Talking",4,350,6);
setanimationframetexturecoordinates("Phoenix_Normal_Talking",4,000,000,127,143);
//Mistake
createanimation("Phoenix_Mistake",2000);
insertanimationframe("Phoenix_Mistake",1,351,200);
setanimationframetexturecoordinates("Phoenix_Mistake",1,000,000,175,143);
insertanimationframe("Phoenix_Mistake",2,351,6);
setanimationframetexturecoordinates("Phoenix_Mistake",2,176,000,175,143);
insertanimationframe("Phoenix_Mistake",3,351,8);
setanimationframetexturecoordinates("Phoenix_Mistake",3,000,144,175,143);
insertanimationframe("Phoenix_Mistake",4,351,6);
setanimationframetexturecoordinates("Phoenix_Mistake",4,176,000,175,143);
createanimation("Phoenix_Mistake_Talking",2000);
insertanimationframe("Phoenix_Mistake_Talking",1,351,6);
setanimationframetexturecoordinates("Phoenix_Mistake_Talking",1,000,288,175,143);
insertanimationframe("Phoenix_Mistake_Talking",2,351,6);
setanimationframetexturecoordinates("Phoenix_Mistake_Talking",2,176,288,175,143);
insertanimationframe("Phoenix_Mistake_Talking",3,351,6);
setanimationframetexturecoordinates("Phoenix_Mistake_Talking",3,000,288,175,143);
insertanimationframe("Phoenix_Mistake_Talking",4,351,6);
setanimationframetexturecoordinates("Phoenix_Mistake_Talking",4,176,144,175,143);
//Negate
createanimation("Phoenix_Negate",2000);
insertanimationframe("Phoenix_Negate",1,352,10);
setanimationframetexturecoordinates("Phoenix_Negate",1,000,000,127,143);
insertanimationframe("Phoenix_Negate",2,352,6);
setanimationframetexturecoordinates("Phoenix_Negate",2,128,000,127,143);
insertanimationframe("Phoenix_Negate",3,352,6);
setanimationframetexturecoordinates("Phoenix_Negate",3,256,000,127,143);
insertanimationframe("Phoenix_Negate",4,352,18);
setanimationframetexturecoordinates("Phoenix_Negate",4,128,144,127,143);
insertanimationframe("Phoenix_Negate",5,352,6);
setanimationframetexturecoordinates("Phoenix_Negate",5,256,000,127,143);
insertanimationframe("Phoenix_Negate",6,352,28);
setanimationframetexturecoordinates("Phoenix_Negate",6,000,144,127,143);
insertanimationframe("Phoenix_Negate",7,352,6);
setanimationframetexturecoordinates("Phoenix_Negate",7,256,000,127,143);
insertanimationframe("Phoenix_Negate",8,352,24);
setanimationframetexturecoordinates("Phoenix_Negate",8,128,144,127,143);
insertanimationframe("Phoenix_Negate",9,352,6);
setanimationframetexturecoordinates("Phoenix_Negate",9,128,000,127,143);
insertanimationframe("Phoenix_Negate",10,352,6);
setanimationframetexturecoordinates("Phoenix_Negate",10,000,000,127,143);
//Confirm
createanimation("Phoenix_Confirm",2000);
insertanimationframe("Phoenix_Confirm",1,352,10);
setanimationframetexturecoordinates("Phoenix_Confirm",1,000,000,127,143);
insertanimationframe("Phoenix_Confirm",2,352,6);
setanimationframetexturecoordinates("Phoenix_Confirm",2,128,000,127,143);
insertanimationframe("Phoenix_Confirm",3,352,20);
setanimationframetexturecoordinates("Phoenix_Confirm",3,256,000,127,143);
insertanimationframe("Phoenix_Confirm",4,352,6);
setanimationframetexturecoordinates("Phoenix_Confirm",4,128,000,127,143);
insertanimationframe("Phoenix_Confirm",5,352,6);
setanimationframetexturecoordinates("Phoenix_Confirm",5,000,000,127,143);
//In love
createanimation("Phoenix_Inlove",2000);
insertanimationframe("Phoenix_Inlove",1,353,12);
setanimationframetexturecoordinates("Phoenix_Inlove",1,000,000,127,143);
insertanimationframe("Phoenix_Inlove",2,353,8);
setanimationframetexturecoordinates("Phoenix_Inlove",2,128,000,127,143);
insertanimationframe("Phoenix_Inlove",3,353,12);
setanimationframetexturecoordinates("Phoenix_Inlove",3,256,000,127,143);
insertanimationframe("Phoenix_Inlove",4,353,8);
setanimationframetexturecoordinates("Phoenix_Inlove",4,384,000,127,143);
insertanimationframe("Phoenix_Inlove",5,353,12);
setanimationframetexturecoordinates("Phoenix_Inlove",5,000,144,127,143);
insertanimationframe("Phoenix_Inlove",6,353,8);
setanimationframetexturecoordinates("Phoenix_Inlove",6,128,144,127,143);
//Certain explaination
createanimation("Phoenix_Certain",2000);
insertanimationframe("Phoenix_Certain",1,354,200);
setanimationframetexturecoordinates("Phoenix_Certain",1,000,000,159,143);
insertanimationframe("Phoenix_Certain",2,354,6);
setanimationframetexturecoordinates("Phoenix_Certain",2,160,000,159,143);
insertanimationframe("Phoenix_Certain",3,354,8);
setanimationframetexturecoordinates("Phoenix_Certain",3,320,000,159,143);
insertanimationframe("Phoenix_Certain",4,354,6);
setanimationframetexturecoordinates("Phoenix_Certain",4,160,000,159,143);
createanimation("Phoenix_Certain_Talking",2000);
insertanimationframe("Phoenix_Certain_Talking",1,354,6);
setanimationframetexturecoordinates("Phoenix_Certain_Talking",1,000,144,159,143);
insertanimationframe("Phoenix_Certain_Talking",2,354,6);
setanimationframetexturecoordinates("Phoenix_Certain_Talking",2,160,144,159,143);
insertanimationframe("Phoenix_Certain_Talking",3,354,6);
setanimationframetexturecoordinates("Phoenix_Certain_Talking",3,000,144,159,143);
insertanimationframe("Phoenix_Certain_Talking",4,354,6);
setanimationframetexturecoordinates("Phoenix_Certain_Talking",4,000,000,159,143);
//Coffee bath
createanimation("Phoenix_Coffee",2000);
insertanimationframe("Phoenix_Coffee",1,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",1,000,000,127,159);
insertanimationframe("Phoenix_Coffee",2,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",2,128,000,127,159);
insertanimationframe("Phoenix_Coffee",3,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",3,256,000,127,159);
insertanimationframe("Phoenix_Coffee",4,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",4,384,000,127,159);
insertanimationframe("Phoenix_Coffee",5,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",5,000,000,127,159);
insertanimationframe("Phoenix_Coffee",6,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",6,128,000,127,159);
insertanimationframe("Phoenix_Coffee",7,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",7,256,000,127,159);
insertanimationframe("Phoenix_Coffee",8,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",8,384,000,127,159);
insertanimationframe("Phoenix_Coffee",9,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",9,000,000,127,159);
insertanimationframe("Phoenix_Coffee",10,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",10,128,000,127,159);
insertanimationframe("Phoenix_Coffee",11,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",11,256,000,127,159);
insertanimationframe("Phoenix_Coffee",12,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",12,384,000,127,159);
insertanimationframe("Phoenix_Coffee",13,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",13,000,160,127,159);
insertanimationframe("Phoenix_Coffee",14,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",14,128,000,127,159);
insertanimationframe("Phoenix_Coffee",15,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",15,256,000,127,159);
insertanimationframe("Phoenix_Coffee",16,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",16,384,160,127,159);
//Coffee bath eyes closed
createanimation("Phoenix_Coffee2",2000);
insertanimationframe("Phoenix_Coffee2",1,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee2",1,000,160,127,159);
insertanimationframe("Phoenix_Coffee2",2,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee2",2,128,160,127,159);
insertanimationframe("Phoenix_Coffee2",3,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee2",3,256,160,127,159);
insertanimationframe("Phoenix_Coffee2",4,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee2",4,384,160,127,159);
//lights out
createanimation("Phoenix_Dark",2000);
insertanimationframe("Phoenix_Dark",1,355,200);
setanimationframetexturecoordinates("Phoenix_Dark",1,000,320,255,191);
insertanimationframe("Phoenix_Dark",2,355,12);
setanimationframetexturecoordinates("Phoenix_Dark",2,256,320,255,191);
//Sweating
createanimation("Phoenix_Sweat",2000);
insertanimationframe("Phoenix_Sweat",1,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",1,000,000,111,143);
insertanimationframe("Phoenix_Sweat",2,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",2,112,000,111,143);
insertanimationframe("Phoenix_Sweat",3,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",3,224,000,111,143);
insertanimationframe("Phoenix_Sweat",4,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",4,336,000,111,143);
insertanimationframe("Phoenix_Sweat",5,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",5,000,000,111,143);
insertanimationframe("Phoenix_Sweat",6,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",6,112,000,111,143);
insertanimationframe("Phoenix_Sweat",7,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",7,224,000,111,143);
insertanimationframe("Phoenix_Sweat",8,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",8,336,000,111,143);
insertanimationframe("Phoenix_Sweat",9,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",9,000,000,111,143);
insertanimationframe("Phoenix_Sweat",10,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",10,112,000,111,143);
insertanimationframe("Phoenix_Sweat",11,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",11,224,000,111,143);
insertanimationframe("Phoenix_Sweat",12,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",12,336,000,111,143);
insertanimationframe("Phoenix_Sweat",13,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",13,000,000,111,143);
insertanimationframe("Phoenix_Sweat",14,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",14,112,000,111,143);
insertanimationframe("Phoenix_Sweat",15,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",15,224,000,111,143);
insertanimationframe("Phoenix_Sweat",16,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",16,336,000,111,143);
insertanimationframe("Phoenix_Sweat",17,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",17,000,000,111,143);
insertanimationframe("Phoenix_Sweat",18,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",18,112,000,111,143);
insertanimationframe("Phoenix_Sweat",19,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",19,224,000,111,143);
insertanimationframe("Phoenix_Sweat",20,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",20,336,000,111,143);
insertanimationframe("Phoenix_Sweat",21,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",21,000,000,111,143);
insertanimationframe("Phoenix_Sweat",22,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",22,112,000,111,143);
insertanimationframe("Phoenix_Sweat",23,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",23,224,000,111,143);
insertanimationframe("Phoenix_Sweat",24,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",24,336,000,111,143);
insertanimationframe("Phoenix_Sweat",25,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",25,000,000,111,143);
insertanimationframe("Phoenix_Sweat",26,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",26,000,144,111,143);
insertanimationframe("Phoenix_Sweat",27,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",27,112,144,111,143);
insertanimationframe("Phoenix_Sweat",28,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",28,000,288,111,143);
createanimation("Phoenix_Sweat_Talking",2000);
insertanimationframe("Phoenix_Sweat_Talking",1,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat_Talking",1,224,144,111,143);
insertanimationframe("Phoenix_Sweat_Talking",2,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat_Talking",2,112,000,111,143);
insertanimationframe("Phoenix_Sweat_Talking",3,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat_Talking",3,336,144,111,143);
insertanimationframe("Phoenix_Sweat_Talking",4,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat_Talking",4,112,288,111,143);
//Sweating and a small bird
createanimation("Phoenix_Bird",2000);
insertanimationframe("Phoenix_Bird",1,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",1,000,000,191,143);
insertanimationframe("Phoenix_Bird",2,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",2,192,000,191,143);
insertanimationframe("Phoenix_Bird",3,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",3,000,144,191,143);
insertanimationframe("Phoenix_Bird",4,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",4,192,144,191,143);
insertanimationframe("Phoenix_Bird",5,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",5,000,000,191,143);
insertanimationframe("Phoenix_Bird",6,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",6,192,000,191,143);
insertanimationframe("Phoenix_Bird",7,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",7,000,144,191,143);
insertanimationframe("Phoenix_Bird",8,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",8,192,144,191,143);
insertanimationframe("Phoenix_Bird",9,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",9,000,000,191,143);
insertanimationframe("Phoenix_Bird",10,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",10,192,000,191,143);
insertanimationframe("Phoenix_Bird",11,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",11,000,144,191,143);
insertanimationframe("Phoenix_Bird",12,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",12,192,144,191,143);
insertanimationframe("Phoenix_Bird",13,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",13,000,288,191,143);
insertanimationframe("Phoenix_Bird",14,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",14,192,000,191,143);
insertanimationframe("Phoenix_Bird",15,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",15,000,144,191,143);
insertanimationframe("Phoenix_Bird",16,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",16,192,144,191,143);
insertanimationframe("Phoenix_Bird",17,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",17,000,000,191,143);
insertanimationframe("Phoenix_Bird",18,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",18,192,000,191,143);
insertanimationframe("Phoenix_Bird",19,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",19,000,144,191,143);
insertanimationframe("Phoenix_Bird",20,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",20,192,144,191,143);
insertanimationframe("Phoenix_Bird",21,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",21,000,288,191,143);
insertanimationframe("Phoenix_Bird",22,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",22,192,000,191,143);
insertanimationframe("Phoenix_Bird",23,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",23,000,144,191,143);
insertanimationframe("Phoenix_Bird",24,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",24,192,144,191,143);
insertanimationframe("Phoenix_Bird",25,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",25,000,288,191,143);
insertanimationframe("Phoenix_Bird",26,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",26,192,000,191,143);
insertanimationframe("Phoenix_Bird",27,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",27,000,144,191,143);
insertanimationframe("Phoenix_Bird",28,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",28,192,144,191,143);
//Evidence
createanimation("Phoenix_Evidence",2000);
insertanimationframe("Phoenix_Evidence",1,358,200);
setanimationframetexturecoordinates("Phoenix_Evidence",1,000,000,175,143);
insertanimationframe("Phoenix_Evidence",2,358,6);
setanimationframetexturecoordinates("Phoenix_Evidence",2,176,000,175,143);
insertanimationframe("Phoenix_Evidence",3,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",3,352,000,175,143);
insertanimationframe("Phoenix_Evidence",4,358,6);
setanimationframetexturecoordinates("Phoenix_Evidence",4,176,000,175,143);
insertanimationframe("Phoenix_Evidence",5,358,200);
setanimationframetexturecoordinates("Phoenix_Evidence",5,000,000,175,143);
insertanimationframe("Phoenix_Evidence",6,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",6,528,000,175,143);
insertanimationframe("Phoenix_Evidence",7,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",7,704,000,175,143);
insertanimationframe("Phoenix_Evidence",8,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",8,000,144,175,143);
insertanimationframe("Phoenix_Evidence",9,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",9,528,000,175,143);
insertanimationframe("Phoenix_Evidence",10,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",10,704,000,175,143);
insertanimationframe("Phoenix_Evidence",11,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",11,000,144,175,143);
insertanimationframe("Phoenix_Evidence",12,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",12,528,000,175,143);
insertanimationframe("Phoenix_Evidence",13,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",13,704,000,175,143);
insertanimationframe("Phoenix_Evidence",14,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",14,000,144,175,143);
createanimation("Phoenix_Evidence_Talking",2000);
insertanimationframe("Phoenix_Evidence_Talking",1,358,6);
setanimationframetexturecoordinates("Phoenix_Evidence_Talking",1,176,144,175,143);
insertanimationframe("Phoenix_Evidence_Talking",2,358,6);
setanimationframetexturecoordinates("Phoenix_Evidence_Talking",2,352,144,175,143);
insertanimationframe("Phoenix_Evidence_Talking",3,358,6);
setanimationframetexturecoordinates("Phoenix_Evidence_Talking",3,528,144,175,143);
insertanimationframe("Phoenix_Evidence_Talking",4,358,6);
setanimationframetexturecoordinates("Phoenix_Evidence_Talking",4,000,000,175,143);
//Surprised
createanimation("Phoenix_Surprised",2000);
insertanimationframe("Phoenix_Surprised",1,359,15);
setanimationframetexturecoordinates("Phoenix_Surprised",1,000,000,143,159);
insertanimationframe("Phoenix_Surprised",2,359,3);
setanimationframetexturecoordinates("Phoenix_Surprised",2,144,000,143,159);
insertanimationframe("Phoenix_Surprised",3,359,3);
setanimationframetexturecoordinates("Phoenix_Surprised",3,288,000,143,159);
insertanimationframe("Phoenix_Surprised",4,359,3);
setanimationframetexturecoordinates("Phoenix_Surprised",4,000,160,143,159);
insertanimationframe("Phoenix_Surprised",5,359,3);
setanimationframetexturecoordinates("Phoenix_Surprised",5,144,160,143,159);
insertanimationframe("Phoenix_Surprised",6,359,20);
setanimationframetexturecoordinates("Phoenix_Surprised",6,144,000,143,159);
insertanimationframe("Phoenix_Surprised",7,359,4);
setanimationframetexturecoordinates("Phoenix_Surprised",7,000,000,143,159);
insertanimationframe("Phoenix_Surprised",8,359,48);
setanimationframetexturecoordinates("Phoenix_Surprised",8,288,160,143,159);
insertanimationframe("Phoenix_Surprised",9,359,8);
setanimationframetexturecoordinates("Phoenix_Surprised",9,144,000,143,159);
insertanimationframe("Phoenix_Surprised",10,359,6);
setanimationframetexturecoordinates("Phoenix_Surprised",10,000,320,143,159);
//Thinking
createanimation("Phoenix_Thinking",2000);
insertanimationframe("Phoenix_Thinking",1,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",1,000,000,143,143);
insertanimationframe("Phoenix_Thinking",2,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",2,144,000,143,143);
insertanimationframe("Phoenix_Thinking",3,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",3,000,000,143,143);
insertanimationframe("Phoenix_Thinking",4,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",4,144,000,143,143);
insertanimationframe("Phoenix_Thinking",5,360,40);
setanimationframetexturecoordinates("Phoenix_Thinking",5,000,000,143,143);
insertanimationframe("Phoenix_Thinking",6,360,6);
setanimationframetexturecoordinates("Phoenix_Thinking",6,000,144,143,143);
insertanimationframe("Phoenix_Thinking",7,360,8);
setanimationframetexturecoordinates("Phoenix_Thinking",7,144,144,143,143);
insertanimationframe("Phoenix_Thinking",8,360,6);
setanimationframetexturecoordinates("Phoenix_Thinking",8,000,144,143,143);
insertanimationframe("Phoenix_Thinking",9,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",9,000,000,143,143);
insertanimationframe("Phoenix_Thinking",10,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",10,144,000,143,143);
insertanimationframe("Phoenix_Thinking",11,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",11,000,000,143,143);
insertanimationframe("Phoenix_Thinking",12,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",12,144,000,143,143);
insertanimationframe("Phoenix_Thinking",13,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",13,288,000,143,143);
insertanimationframe("Phoenix_Thinking",14,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",14,000,000,143,143);
insertanimationframe("Phoenix_Thinking",15,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",15,144,000,143,143);
insertanimationframe("Phoenix_Thinking",16,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",16,288,000,143,143);
insertanimationframe("Phoenix_Thinking",17,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",17,000,000,143,143);
insertanimationframe("Phoenix_Thinking",18,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",18,144,000,143,143);
insertanimationframe("Phoenix_Thinking",19,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",19,288,000,143,143);
insertanimationframe("Phoenix_Thinking",20,360,6);
setanimationframetexturecoordinates("Phoenix_Thinking",20,000,144,143,143);
insertanimationframe("Phoenix_Thinking",21,360,8);
setanimationframetexturecoordinates("Phoenix_Thinking",21,144,144,143,143);
insertanimationframe("Phoenix_Thinking",22,360,6);
setanimationframetexturecoordinates("Phoenix_Thinking",22,288,144,143,143);
insertanimationframe("Phoenix_Thinking",23,360,120);
setanimationframetexturecoordinates("Phoenix_Thinking",23,000,288,143,143);
insertanimationframe("Phoenix_Thinking",24,360,6);
setanimationframetexturecoordinates("Phoenix_Thinking",24,288,144,143,143);
insertanimationframe("Phoenix_Thinking",25,360,8);
setanimationframetexturecoordinates("Phoenix_Thinking",25,144,144,143,143);
insertanimationframe("Phoenix_Thinking",26,360,6);
setanimationframetexturecoordinates("Phoenix_Thinking",26,000,144,143,143);
createanimation("Phoenix_Thinking_Talking",2000);
insertanimationframe("Phoenix_Thinking_Talking",1,360,7);
setanimationframetexturecoordinates("Phoenix_Thinking_Talking",1,144,288,143,143);
insertanimationframe("Phoenix_Thinking_Talking",2,360,7);
setanimationframetexturecoordinates("Phoenix_Thinking_Talking",2,288,288,143,143);
insertanimationframe("Phoenix_Thinking_Talking",3,360,7);
setanimationframetexturecoordinates("Phoenix_Thinking_Talking",3,144,288,143,143);
insertanimationframe("Phoenix_Thinking_Talking",4,360,7);
setanimationframetexturecoordinates("Phoenix_Thinking_Talking",4,000,288,143,143);
//Hit with payne's wig
createanimation("Phoenix_Wig",2000);
insertanimationframe("Phoenix_Wig",1,361,80);
setanimationframetexturecoordinates("Phoenix_Wig",1,000,000,127,143);
insertanimationframe("Phoenix_Wig",2,361,8);
setanimationframetexturecoordinates("Phoenix_Wig",2,128,000,127,143);
insertanimationframe("Phoenix_Wig",3,361,8);
setanimationframetexturecoordinates("Phoenix_Wig",3,256,000,127,143);
insertanimationframe("Phoenix_Wig",4,361,8);
setanimationframetexturecoordinates("Phoenix_Wig",4,384,000,127,143);
insertanimationframe("Phoenix_Wig",5,361,8);
setanimationframetexturecoordinates("Phoenix_Wig",5,000,144,127,143);
insertanimationframe("Phoenix_Wig",6,361,8);
setanimationframetexturecoordinates("Phoenix_Wig",6,128,144,127,143);
insertanimationframe("Phoenix_Wig",7,361,6);
setanimationframetexturecoordinates("Phoenix_Wig",7,256,144,127,143);
createanimation("Phoenix_Wig2",2000);
insertanimationframe("Phoenix_Wig2",1,361,160);
setanimationframetexturecoordinates("Phoenix_Wig2",1,256,144,127,143);
insertanimationframe("Phoenix_Wig2",2,361,6);
setanimationframetexturecoordinates("Phoenix_Wig2",2,384,144,127,143);
insertanimationframe("Phoenix_Wig2",3,361,8);
setanimationframetexturecoordinates("Phoenix_Wig2",3,000,288,127,143);
insertanimationframe("Phoenix_Wig2",4,361,6);
setanimationframetexturecoordinates("Phoenix_Wig2",4,384,144,127,143);
//Slam the desk like the fist of an angry god
createanimation("Phoenix_DeskSlam",2000);
insertanimationframe("Phoenix_DeskSlam",1,362,12);
setanimationframetexturecoordinates("Phoenix_DeskSlam",1,000,000,191,143);
insertanimationframe("Phoenix_DeskSlam",2,362,7);
setanimationframetexturecoordinates("Phoenix_DeskSlam",2,192,000,191,143);
setanimationframesfx("Phoenix_DeskSlam",2,"sfx-deskslam.wav",3);
insertanimationframe("Phoenix_DeskSlam",3,362,7);
setanimationframetexturecoordinates("Phoenix_DeskSlam",3,000,144,191,143);
insertanimationframe("Phoenix_DeskSlam",4,362,16);
setanimationframetexturecoordinates("Phoenix_DeskSlam",4,192,000,191,143);
insertanimationframe("Phoenix_DeskSlam",5,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam",5,192,144,191,143);
insertanimationframe("Phoenix_DeskSlam",6,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam",6,000,288,191,143);
createanimation("Phoenix_DeskSlam2",2000);
insertanimationframe("Phoenix_DeskSlam2",1,362,180);
setanimationframetexturecoordinates("Phoenix_DeskSlam2",1,000,288,191,143);
insertanimationframe("Phoenix_DeskSlam2",2,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam2",2,192,144,191,143);
insertanimationframe("Phoenix_DeskSlam2",3,362,8);
setanimationframetexturecoordinates("Phoenix_DeskSlam2",3,192,0,191,143);
insertanimationframe("Phoenix_DeskSlam2",4,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam2",4,192,144,191,143);
createanimation("Phoenix_DeskSlam2_Talking",2000);
insertanimationframe("Phoenix_DeskSlam2_Talking",1,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam2_Talking",1,192,288,191,143);
insertanimationframe("Phoenix_DeskSlam2_Talking",2,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam2_Talking",2,000,432,191,143);
insertanimationframe("Phoenix_DeskSlam2_Talking",3,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam2_Talking",3,192,288,191,143);
insertanimationframe("Phoenix_DeskSlam2_Talking",4,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam2_Talking",4,000,288,191,143);
//zoomed in face
createanimation("Phoenix_Zoom",2000);
insertanimationframe("Phoenix_Zoom",1,362,200);
setanimationframetexturecoordinates("Phoenix_Zoom",1,192,576,191,191);
insertanimationframe("Phoenix_Zoom",2,362,6);
setanimationframetexturecoordinates("Phoenix_Zoom",2,000,768,191,191);
insertanimationframe("Phoenix_Zoom",3,362,8);
setanimationframetexturecoordinates("Phoenix_Zoom",3,192,768,191,191);
insertanimationframe("Phoenix_Zoom",4,362,6);
setanimationframetexturecoordinates("Phoenix_Zoom",4,000,768,191,191);
createanimation("Phoenix_Zoom_Talking",2000);
insertanimationframe("Phoenix_Zoom_Talking",1,354,6);
setanimationframetexturecoordinates("Phoenix_Zoom_Talking",1,000,288,191,191);
insertanimationframe("Phoenix_Zoom_Talking",2,354,6);
setanimationframetexturecoordinates("Phoenix_Zoom_Talking",2,192,288,191,191);
insertanimationframe("Phoenix_Zoom_Talking",3,354,6);
setanimationframetexturecoordinates("Phoenix_Zoom_Talking",3,000,288,191,191);
insertanimationframe("Phoenix_Zoom_Talking",4,362,6);
setanimationframetexturecoordinates("Phoenix_Zoom_Talking",4,192,576,191,191);
//Objection down
createanimation("Phoenix_Objection_Down",2000);
insertanimationframe("Phoenix_Objection_Down",1,363,6);
setanimationframetexturecoordinates("Phoenix_Objection_Down",1,000,000,255,143);
insertanimationframe("Phoenix_Objection_Down",2,363,18);
setanimationframetexturecoordinates("Phoenix_Objection_Down",2,256,000,255,143);
insertanimationframe("Phoenix_Objection_Down",3,363,7);
setanimationframetexturecoordinates("Phoenix_Objection_Down",3,000,288,255,143);
insertanimationframe("Phoenix_Objection_Down",4,363,7);
setanimationframetexturecoordinates("Phoenix_Objection_Down",4,256,432,255,143);
insertanimationframe("Phoenix_Objection_Down",5,363,7);
setanimationframetexturecoordinates("Phoenix_Objection_Down",5,000,432,255,143);
insertanimationframe("Phoenix_Objection_Down",6,363,7);
setanimationframetexturecoordinates("Phoenix_Objection_Down",6,256,432,255,143);
insertanimationframe("Phoenix_Objection_Down",7,363,7);
setanimationframetexturecoordinates("Phoenix_Objection_Down",7,256,000,255,143);
//Objection Up
createanimation("Phoenix_Objection_Up",2000);
insertanimationframe("Phoenix_Objection_Up",1,364,6);
setanimationframetexturecoordinates("Phoenix_Objection_Up",1,000,000,255,143);
insertanimationframe("Phoenix_Objection_Up",2,364,18);
setanimationframetexturecoordinates("Phoenix_Objection_Up",2,256,000,255,143);
insertanimationframe("Phoenix_Objection_Up",3,364,7);
setanimationframetexturecoordinates("Phoenix_Objection_Up",3,000,288,255,143);
insertanimationframe("Phoenix_Objection_Up",4,364,7);
setanimationframetexturecoordinates("Phoenix_Objection_Up",4,256,432,255,143);
insertanimationframe("Phoenix_Objection_Up",5,364,7);
setanimationframetexturecoordinates("Phoenix_Objection_Up",5,000,432,255,143);
insertanimationframe("Phoenix_Objection_Up",6,364,7);
setanimationframetexturecoordinates("Phoenix_Objection_Up",6,256,432,255,143);
insertanimationframe("Phoenix_Objection_Up",7,364,7);
setanimationframetexturecoordinates("Phoenix_Objection_Up",7,256,000,255,143);
//point down
createanimation("Phoenix_Point1_Dw",2000);
insertanimationframe("Phoenix_Point1_Dw",1,363,6);
setanimationframetexturecoordinates("Phoenix_Point1_Dw",1,000,000,255,143);
createanimation("Phoenix_Point2_Dw",2000);
insertanimationframe("Phoenix_Point2_Dw",1,363,200);
setanimationframetexturecoordinates("Phoenix_Point2_Dw",1,256,000,255,143);
insertanimationframe("Phoenix_Point2_Dw",2,363,6);
setanimationframetexturecoordinates("Phoenix_Point2_Dw",2,000,144,255,143);
insertanimationframe("Phoenix_Point2_Dw",3,363,8);
setanimationframetexturecoordinates("Phoenix_Point2_Dw",3,256,144,255,143);
insertanimationframe("Phoenix_Point2_Dw",4,363,6);
setanimationframetexturecoordinates("Phoenix_Point2_Dw",4,000,144,255,143);
createanimation("Phoenix_Point2_Dw_Talking",2000);
insertanimationframe("Phoenix_Point2_Dw_Talking",1,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Talking",1,000,288,255,143);
insertanimationframe("Phoenix_Point2_Dw_Talking",2,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Talking",2,256,288,255,143);
insertanimationframe("Phoenix_Point2_Dw_Talking",3,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Talking",3,000,288,255,143);
insertanimationframe("Phoenix_Point2_Dw_Talking",4,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Talking",4,256,000,255,143);
createanimation("Phoenix_Point2_Dw_Shouting",2000);
insertanimationframe("Phoenix_Point2_Dw_Shouting",1,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Shouting",1,000,432,255,143);
insertanimationframe("Phoenix_Point2_Dw_Shouting",2,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Shouting",2,000,288,255,143);
insertanimationframe("Phoenix_Point2_Dw_Shouting",3,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Shouting",3,000,432,255,143);
insertanimationframe("Phoenix_Point2_Dw_Shouting",4,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Shouting",4,256,432,255,143);
//point up
createanimation("Phoenix_Point1_Up",2000);
insertanimationframe("Phoenix_Point1_Up",1,364,6);
setanimationframetexturecoordinates("Phoenix_Point1_Up",1,000,000,255,143);
createanimation("Phoenix_Point2_Up",2000);
insertanimationframe("Phoenix_Point2_Up",1,364,200);
setanimationframetexturecoordinates("Phoenix_Point2_Up",1,256,000,255,143);
insertanimationframe("Phoenix_Point2_Up",2,364,6);
setanimationframetexturecoordinates("Phoenix_Point2_Up",2,000,144,255,143);
insertanimationframe("Phoenix_Point2_Up",3,364,8);
setanimationframetexturecoordinates("Phoenix_Point2_Up",3,256,144,255,143);
insertanimationframe("Phoenix_Point2_Up",4,364,6);
setanimationframetexturecoordinates("Phoenix_Point2_Up",4,000,144,255,143);
createanimation("Phoenix_Point2_Up_Talking",2000);
insertanimationframe("Phoenix_Point2_Up_Talking",1,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Talking",1,000,288,255,143);
insertanimationframe("Phoenix_Point2_Up_Talking",2,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Talking",2,256,288,255,143);
insertanimationframe("Phoenix_Point2_Up_Talking",3,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Talking",3,000,288,255,143);
insertanimationframe("Phoenix_Point2_Up_Talking",4,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Talking",4,256,000,255,143);
createanimation("Phoenix_Point2_Up_Shouting",2000);
insertanimationframe("Phoenix_Point2_Up_Shouting",1,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Shouting",1,000,432,255,143);
insertanimationframe("Phoenix_Point2_Up_Shouting",2,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Shouting",2,000,288,255,143);
insertanimationframe("Phoenix_Point2_Up_Shouting",3,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Shouting",3,000,432,255,143);
insertanimationframe("Phoenix_Point2_Up_Shouting",4,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Shouting",4,256,432,255,143);
//failure
createanimation("Phoenix_Failed",2000);
insertanimationframe("Phoenix_Failed",1,362,1);
setanimationframetexturecoordinates("Phoenix_Failed",1,224,448,143,127);
//Phoenix+Mia super objection
createanimation("Phoenix_Mia_SOBJ",2000);
insertanimationframe("Phoenix_Mia_SOBJ",1,365,6);
setanimationframetexturecoordinates("Phoenix_Mia_SOBJ",1,000,000,319,159);
insertanimationframe("Phoenix_Mia_SOBJ",2,365,6);
setanimationframetexturecoordinates("Phoenix_Mia_SOBJ",2,000,160,319,159);
insertanimationframe("Phoenix_Mia_SOBJ",3,365,6);
setanimationframetexturecoordinates("Phoenix_Mia_SOBJ",3,000,320,319,159);
insertanimationframe("Phoenix_Mia_SOBJ",4,365,6);
setanimationframetexturecoordinates("Phoenix_Mia_SOBJ",4,000,480,319,159);
insertanimationframe("Phoenix_Mia_SOBJ",5,365,6);
setanimationframetexturecoordinates("Phoenix_Mia_SOBJ",5,000,640,319,159);
insertanimationframe("Phoenix_Mia_SOBJ",6,365,6);
setanimationframetexturecoordinates("Phoenix_Mia_SOBJ",6,000,800,319,159);
insertanimationframe("Phoenix_Mia_SOBJ",7,364,6);
setanimationframetexturecoordinates("Phoenix_Mia_SOBJ",7,000,864,319,159);
//Phoenix super objection
createanimation("Phoenix_SOBJ",2000);
insertanimationframe("Phoenix_SOBJ",1,363,6);
setanimationframetexturecoordinates("Phoenix_SOBJ",1,000,576,255,159);
insertanimationframe("Phoenix_SOBJ",2,363,6);
setanimationframetexturecoordinates("Phoenix_SOBJ",2,256,576,255,159);
insertanimationframe("Phoenix_SOBJ",3,363,6);
setanimationframetexturecoordinates("Phoenix_SOBJ",3,000,736,255,159);
insertanimationframe("Phoenix_SOBJ",4,363,6);
setanimationframetexturecoordinates("Phoenix_SOBJ",4,256,736,255,159);
insertanimationframe("Phoenix_SOBJ",5,364,6);
setanimationframetexturecoordinates("Phoenix_SOBJ",5,000,576,255,159);
insertanimationframe("Phoenix_SOBJ",6,364,6);
setanimationframetexturecoordinates("Phoenix_SOBJ",6,256,576,255,159);
//Drinking coffee
createanimation("Phoenix_Drink",2000);
insertanimationframe("Phoenix_Drink",1,366,200);
setanimationframetexturecoordinates("Phoenix_Drink",1,000,000,191,159);
insertanimationframe("Phoenix_Drink",2,366,6);
setanimationframetexturecoordinates("Phoenix_Drink",2,192,000,191,159);
insertanimationframe("Phoenix_Drink",3,366,6);
setanimationframetexturecoordinates("Phoenix_Drink",3,000,160,191,159);
insertanimationframe("Phoenix_Drink",4,366,6);
setanimationframetexturecoordinates("Phoenix_Drink",4,192,000,191,159);
createanimation("Phoenix_Drink_Talking",2000);
insertanimationframe("Phoenix_Drink_Talking",1,366,7);
setanimationframetexturecoordinates("Phoenix_Drink_Talking",1,192,160,191,159);
insertanimationframe("Phoenix_Drink_Talking",2,366,7);
setanimationframetexturecoordinates("Phoenix_Drink_Talking",2,000,320,191,159);
insertanimationframe("Phoenix_Drink_Talking",3,366,7);
setanimationframetexturecoordinates("Phoenix_Drink_Talking",3,192,160,191,159);
insertanimationframe("Phoenix_Drink_Talking",4,366,7);
setanimationframetexturecoordinates("Phoenix_Drink_Talking",4,000,000,191,159);
createanimation("Phoenix_Drinking",2000);
insertanimationframe("Phoenix_Drinking",1,366,60);
setanimationframetexturecoordinates("Phoenix_Drinking",1,000,480,191,159);
insertanimationframe("Phoenix_Drinking",2,366,9);
setanimationframetexturecoordinates("Phoenix_Drinking",2,192,480,191,159);
insertanimationframe("Phoenix_Drinking",3,366,11);
setanimationframesfx("Phoenix_Drinking",3,"sfx-drink.wav",3);
setanimationframetexturecoordinates("Phoenix_Drinking",3,000,640,191,159);
insertanimationframe("Phoenix_Drinking",4,366,9);
setanimationframetexturecoordinates("Phoenix_Drinking",4,192,480,191,159);
//Phoenix Expressions
[pw_enablephoenixzoom]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,0);
setcharactersize("pw_char",191,191);
setcharacterlipsyncsilent("pw_char","Phoenix_Zoom");
setcharacterlipsynctalking("pw_char","Phoenix_Zoom_Talking");
[pw_enablephoenixnormal]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",127,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Normal");
setcharacterlipsynctalking("pw_char","Phoenix_Normal_Talking");
[pw_enablephoenixmistake]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",175,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Mistake");
setcharacterlipsynctalking("pw_char","Phoenix_Mistake_Talking");
[pw_enablephoenixnegate]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",127,143);
setanimationrepeations("Phoenix_Negate",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Negate");
setcharacterlipsynctalking("pw_char","Phoenix_Negate");
wait(128);
runscript("setlipsynctochar");
jumptoscript("pw_enablephoenixnormal");
[pw_enablephoenixconfirm]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",127,143);
setanimationrepeations("Phoenix_Confirm",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Confirm");
setcharacterlipsynctalking("pw_char","Phoenix_Confirm");
wait(80);
runscript("setlipsynctochar");
jumptoscript("pw_enablephoenixnormal");
[pw_enablephoenixinlove]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",127,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Inlove");
setcharacterlipsynctalking("pw_char","Phoenix_Inlove");
[pw_enablephoenixcertain]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",159,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Certain");
setcharacterlipsynctalking("pw_char","Phoenix_Certain_Talking");
[pw_enablephoenixcoffee]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",12,0);
setcharactersize("pw_char",127,159);
setcharacterlipsyncsilent("pw_char","Phoenix_Coffee");
setcharacterlipsynctalking("pw_char","Phoenix_Coffee");
[pw_enablephoenixcoffee2]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",12,0);
setcharactersize("pw_char",127,159);
setcharacterlipsyncsilent("pw_char","Phoenix_Coffee2");
setcharacterlipsynctalking("pw_char","Phoenix_Coffee2");
[pw_enablephoenixdark]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,0);
setcharactersize("pw_char",256,192);
setcharacterlipsyncsilent("pw_char","Phoenix_Dark");
setcharacterlipsynctalking("pw_char","Phoenix_Dark");
[pw_enablephoenixsweating]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",12,16);
setcharactersize("pw_char",111,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Sweat");
setcharacterlipsynctalking("pw_char","Phoenix_Sweat_Talking");
[pw_enablephoenixbird]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",12,16);
setcharactersize("pw_char",191,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Bird");
setcharacterlipsynctalking("pw_char","Phoenix_Bird");
[pw_enablephoenixevidence]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",18,16);
setcharactersize("pw_char",175,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Evidence");
setcharacterlipsynctalking("pw_char","Phoenix_Evidence_Talking");
[pw_enablephoenixsurprised]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,0);
setcharactersize("pw_char",143,159);
setanimationrepeations("Phoenix_Surprised",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Surprised");
setcharacterlipsynctalking("pw_char","Phoenix_Surprised");
[pw_enablephoenixthinking]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",143,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Thinking");
setcharacterlipsynctalking("pw_char","Phoenix_Thinking_Talking");
[pw_enablephoenixtoupee]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",127,143);
setanimationrepeations("Phoenix_Wig",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Wig");
setcharacterlipsynctalking("pw_char","Phoenix_Wig");
wait(128);
jumptoscript("pw_enablephoenixtoupee2");
[pw_enablephoenixtoupee2]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",127,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Wig2");
setcharacterlipsynctalking("pw_char","Phoenix_Wig2");
[pw_enablephoenixdeskslam]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,20);
setcharactersize("pw_char",191,143);
setanimationrepeations("Phoenix_DeskSlam",1);
setcharacterlipsyncsilent("pw_char","Phoenix_DeskSlam");
setcharacterlipsynctalking("pw_char","Phoenix_DeskSlam");
wait(54);
runscript("setlipsynctochar");
jumptoscript("pw_enablephoenixdeskslam2");
[pw_enablephoenixdeskslam_only]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,20);
setcharactersize("pw_char",191,143);
setanimationrepeations("Phoenix_DeskSlam",1);
setcharacterlipsyncsilent("pw_char","Phoenix_DeskSlam");
setcharacterlipsynctalking("pw_char","Phoenix_DeskSlam");
wait(54);
[pw_enablephoenixdeskslam2]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,20);
setcharactersize("pw_char",191,143);
setcharacterlipsyncsilent("pw_char","Phoenix_DeskSlam2");
setcharacterlipsynctalking("pw_char","Phoenix_DeskSlam2_Talking");
[pw_enablephoenixobjectiondown]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setanimationrepeations("Phoenix_Objection_Down",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Objection_Down");
setcharacterlipsynctalking("pw_char","Phoenix_Objection_Down");
[pw_enablephoenixobjectionup]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setanimationrepeations("Phoenix_Objection_Up",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Objection_Up");
setcharacterlipsynctalking("pw_char","Phoenix_Objection_Up");
[pw_enablephoenixsuperobjection]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,159);
setanimationrepeations("Phoenix_SOBJ",1);
setcharacterlipsyncsilent("pw_char","Phoenix_SOBJ");
setcharacterlipsynctalking("pw_char","Phoenix_SOBJ");
[pw_enablephoenixmiasuperobjection]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",319,159);
setanimationrepeations("Phoenix_Mia_SOBJ",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Mia_SOBJ");
setcharacterlipsynctalking("pw_char","Phoenix_Mia_SOBJ");
[pw_enablephoenixfailed]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",37,48);
setcharactersize("pw_char",143,127);
setanimationrepeations("Phoenix_Failed",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Failed");
setcharacterlipsynctalking("pw_char","Phoenix_Failed");
[pw_enablephoenixpointdowntalk]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setanimationrepeations("Phoenix_Point1_Dw",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Point1_Dw");
setcharacterlipsynctalking("pw_char","Phoenix_Point1_Dw");
wait(6);
runscript("setlipsynctochar");
jumptoscript("pw_enablephoenixpointdown1");
[pw_enablephoenixpointdown1]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Point2_Dw");
setcharacterlipsynctalking("pw_char","Phoenix_Point2_Dw_Talking");
[pw_enablephoenixpointdownshout]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setanimationrepeations("Phoenix_Point1_Dw",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Point1_Dw");
setcharacterlipsynctalking("pw_char","Phoenix_Point1_Dw");
wait(6);
runscript("setlipsynctochar");
jumptoscript("pw_enablephoenixpointdown2");
[pw_enablephoenixpointdown2]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Point2_Dw");
setcharacterlipsynctalking("pw_char","Phoenix_Point2_Dw_Shouting");
[pw_enablephoenixpointuptalk]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setanimationrepeations("Phoenix_Point1_Up",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Point1_Up");
setcharacterlipsynctalking("pw_char","Phoenix_Point1_Up");
wait(6);
runscript("setlipsynctochar");
jumptoscript("pw_enablephoenixpointup1");
[pw_enablephoenixpointup1]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Point2_Up");
setcharacterlipsynctalking("pw_char","Phoenix_Point2_Up_Talking");
[pw_enablephoenixpointupshout]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setanimationrepeations("Phoenix_Point1_Up",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Point1_Up");
setcharacterlipsynctalking("pw_char","Phoenix_Point1_Up");
wait(6);
runscript("setlipsynctochar");
jumptoscript("pw_enablephoenixpointup2");
[pw_enablephoenixpointup2]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Point2_Up");
setcharacterlipsynctalking("pw_char","Phoenix_Point2_Up_Shouting");
[pw_enablephoenixdrink]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,0);
setcharactersize("pw_char",191,159);
setcharacterlipsyncsilent("pw_char","Phoenix_Drink");
setcharacterlipsynctalking("pw_char","Phoenix_Drink_Talking");
[pw_enablephoenixdrinking]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,0);
setcharactersize("pw_char",191,159);
setcharacterlipsyncsilent("pw_char","Phoenix_Drinking");
setcharacterlipsynctalking("pw_char","Phoenix_Drinking");
[pw_loadphoenixfiles]
loadtexture(350,"PW\character\Phoenix\PW_Normal.png");
loadtexture(351,"PW\character\Phoenix\PW_Mistake.png");
loadtexture(352,"PW\character\Phoenix\PW_Negate.png");
loadtexture(353,"PW\character\Phoenix\PW_Inlove.png");
loadtexture(354,"PW\character\Phoenix\PW_Certain.png");
loadtexture(355,"PW\character\Phoenix\PW_Coffee.png");
loadtexture(356,"PW\character\Phoenix\PW_Sweating.png");
loadtexture(357,"PW\character\Phoenix\PW_Bird.png");
loadtexture(358,"PW\character\Phoenix\PW_Evidence.png");
loadtexture(359,"PW\character\Phoenix\PW_Surprised.png");
loadtexture(360,"PW\character\Phoenix\PW_Thinking.png");
loadtexture(361,"PW\character\Phoenix\PW_Wig.png");
loadtexture(362,"PW\character\Phoenix\PW_DeskSlam.png");
loadtexture(363,"PW\character\Phoenix\PW_Point1.png");
loadtexture(364,"PW\character\Phoenix\PW_Point2.png");
loadtexture(365,"PW\character\Phoenix\PW_PhoenixMia.png");
loadtexture(366,"PW\character\Phoenix\PW_Drink.png");
This is only going to fix the hand jumping and hovering issue of Phoenix's deskslam. I'll completely fix Phoenix at a later time. The issue (and probably a number of others) was do to the lack of sprites. However, thanks to KSA adding the GIF-to-sheet capability, the full animation can be achieved.

<--- Friend me!