Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function sc_sl_tara_7_5() {
- if (live_call()) return live_result;
- if (event_goto == "tara/7-5") {
- if (vngen_event("tara/7-5")) {
- vngen_script_execute_ext(dlg_load_sequence, "tara/scene7-5");
- vngen_scene_create("BGgrocery", InsideGasStation, 960, 540, 1, false, false, trans_fade, .2);
- //Create Tara Character
- char2_sx = view_width*.3;
- char2_sy = view_height*.9;
- char2_z = 0;
- char2_offset_x = 1292;
- char2_offset_y = 485;
- char2_offset_mouth_x = 0;
- char2_offset_mouth_y = 127;
- char2_offset_brows_x = -10;
- char2_offset_brows_y = -42;
- char2_scale = .65*global.gui_scale
- vngen_char_create_ext(global.tara_name, sTaraPoseIdle, none, none, orig_center, orig_center, char2_sx, char2_sy, char2_z, 0, 0, scale_none, false, 0, trans_slide_right, 0, ease_circ_out);
- vngen_char_modify_pos(global.tara_name, char2_sx-400, char2_sy+100, char2_z+500, char2_scale*.6, 0, 0); //Use modify_pos for permanent changes, not modify_direct
- vngen_char_deform_start(global.tara_name, def_breathe, 3.35, true, false);
- vngen_attach_create_ext(global.tara_name,"brows",sTaraBrowsIdle,orig_center,orig_center,char2_offset_x+char2_offset_brows_x,char2_offset_y+char2_offset_brows_y,-2,-1,trans_none,0,0);
- vngen_attach_create_ext(global.tara_name,"eyes",sTaraEyesOpenStraight,orig_center,orig_center,char2_offset_x,char2_offset_y,0,-1,trans_none,0,0);
- vngen_attach_create_ext(global.tara_name,"mouth",sTaraMouthOpen_idle,orig_center,orig_center,char2_offset_x+char2_offset_mouth_x,char2_offset_y+char2_offset_mouth_y,0,-1,trans_none,0,0);
- //Create Main Character
- char_sx = view_width*.4;
- char_sy = view_height*.9;
- char_z = 0;
- char_offset_x = 917;
- char_offset_y = 497;//497;
- char_offset_mouth_x = 20;
- char_offset_mouth_y = 145;
- char_offset_brows_x = 0;
- char_offset_brows_y = -42;
- char_scale = .50*global.gui_scale
- vngen_char_create_ext(global.player_name, sProtagPoseIdle, none, none, orig_center, orig_center, char_sx, char_sy, char_z, 0, 0, scale_none, true, 0, trans_slide_left, vn_trans_dur, ease_circ_out);
- vngen_char_modify_pos(global.player_name, char_sx+800, char_sy-100, char_z, char_scale, 0, 0); //Use modify_pos for permanent changes, not modify_direct
- vngen_char_deform_start(global.player_name, def_breathe, 3.35, true, false);
- vngen_attach_create_ext(global.player_name,"brows",sProtagBrowsIdle,orig_center,orig_center,char_offset_x+char_offset_brows_x,char_offset_y+char_offset_brows_y,-2,-1,trans_none,0,0);
- vngen_attach_create_ext(global.player_name,"eyes",sProtagEyesOpenStraight,orig_center,orig_center,char_offset_x,char_offset_y,0,-1,trans_none,0,0);
- vngen_attach_create_ext(global.player_name,"mouth",sProtagMouthIdle,orig_center,orig_center,char_offset_x+char_offset_mouth_x,char_offset_y+char_offset_mouth_y,0,-1,trans_none,0,0);
- scrSetupDialogue();
- }
- if (vngen_event()) {
- dlg_vngen_text("0",true)
- }
- if (vngen_event()) {
- vngen_char_replace_ext(global.player_name,previous,sProtagPoseHandBehind, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenYou,0);
- dlg_vngen_text("1")
- }
- if (vngen_event()) {
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseArmsCrossed, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.5, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesHalfDown,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthUh,0);
- vngen_char_replace_ext(global.player_name,previous,sProtagPoseThinking, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenBack,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthUh,0);
- dlg_vngen_text("2")
- }
- if (vngen_event()) {
- dlg_vngen_text("3")
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesOpenStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthIdle,0);
- vngen_char_replace_ext(global.player_name,previous,sProtagPosePockets, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenYou,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthOpen_smile,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("4")
- vngen_char_replace_ext(global.player_name,previous,sProtagPoseHandBehind, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthOpen_idle,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("5")
- //Create DW Character
- char4_sx = view_width*.2;
- char4_sy = (view_height*.5);
- char4_z = 0;
- char4_offset_x = 1065;
- char4_offset_y = 1115;
- char4_offset_mouth_x = 25;
- char4_offset_mouth_y = 200;
- char4_offset_brows_x = 25;
- char4_offset_brows_y = -55;
- char4_scale = global.gui_scale/3;
- vngen_char_create_ext("TallBully", sTallBullyIdle, none, none, orig_center, orig_center, char4_sx, char4_sy, char4_z, 0, 0, scale_none, true, 0, trans_slide_right, 0, ease_circ_out);
- //vngen_char_modify_pos("TallBully", char4_sx+50, char4_sy+100, char4_z, char4_scale, 0, 0); //Use modify_pos for permanent changes, not modify_direct
- vngen_char_deform_start("TallBully", def_breathe, 3.35, true, false);
- vngen_attach_create_ext("TallBully","brows",sTallBullyBrowsIdle,orig_center,orig_center,char4_offset_x+char4_offset_brows_x,char4_offset_y+char4_offset_brows_y,-2,-1,trans_none,0,0);
- vngen_attach_create_ext("TallBully","eyes",sTallBullyEyesOpenStraight,orig_center,orig_center,char4_offset_x,char4_offset_y,0,-1,trans_none,0,0);
- vngen_attach_create_ext("TallBully","mouth",sTallBullyMouthGrin,orig_center,orig_center,char4_offset_x+char4_offset_mouth_x,char4_offset_y+char4_offset_mouth_y,0,-1,trans_none,0,0);
- vngen_attach_create_ext("TallBully","hair",sBullyMohawk,orig_center,orig_center,char4_offset_x-50,char4_offset_y-375,0,-1,trans_none,0,0);
- vngen_char_modify_pos("TallBully", char4_sx+500, char4_sy-100, char4_z, char4_scale*.5, 0, 0);
- //Create AH Character
- char3_sx = view_width*.1;
- char3_sy = (view_height*.5);
- char3_z = 0;
- char3_offset_x = 1095;
- char3_offset_y = 950;
- char3_offset_mouth_x = 50;
- char3_offset_mouth_y = 100;
- char3_offset_brows_x = -10;
- char3_offset_brows_y = -42;
- char3_scale = global.gui_scale/3;
- vngen_char_create_ext("ShortBully", sShortBullyIdle, none, none, orig_center, orig_center, char3_sx, char3_sy, char3_z, 0, 0, scale_none, false, 0, trans_slide_right, 0, ease_circ_out);
- //vngen_char_modify_pos("ShortBully", char3_sx+1200, char3_sy, char3_z, char3_scale, 0, 0); //Use modify_pos for permanent changes, not modify_direct
- vngen_char_deform_start("ShortBully", def_breathe, 3.35, true, false);
- vngen_attach_create_ext("ShortBully","brows",sShortBullyBrowIdle,orig_center,orig_center,char3_offset_x+char3_offset_brows_x,char3_offset_y+char3_offset_brows_y,-2,-1,trans_none,0,0);
- vngen_attach_create_ext("ShortBully","eyes",sShortBullyEyesOpenStraight,orig_center,orig_center,char3_offset_x,char3_offset_y,0,-1,trans_none,0,0);
- vngen_attach_create_ext("ShortBully","mouth",sShortBullyMouthUh,orig_center,orig_center,char3_offset_x+char3_offset_mouth_x,char3_offset_y+char3_offset_mouth_y,0,-1,trans_none,0,0);
- vngen_char_modify_pos("ShortBully", char3_sx+850, char3_sy-100, char3_z, char3_scale*.5, 0, 0);
- vngen_perspective_modify_pos(0,0,0,-450,2.8,0,1,2,ease_quint);
- }
- if (vngen_event()) {
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthSmile,0);
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthSmile,0);
- dlg_vngen_text("6")
- }
- if (vngen_event()) {
- dlg_vngen_text("7")
- //vngen_char_modify_pos("ShortBully", char3_sx+1000 , char3_sy+100, char3_z, char3_scale, 5, 1,ease_quint);
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthDrool,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- vngen_attach_replace("ShortBully","brows",sShortBullyBrowRaised,0);
- //vngen_char_replace_ext("ShortBully",previous,sShortBullyIdle, none, none, orig_center, orig_center, 0, 0, scale_none, true, 0, 0.1,ease_quint);
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthGrin,0);
- //vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfRight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("8")
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthSmile,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfStraight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthOpen_smile,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenUp,0);
- vngen_attach_replace("ShortBully","brows",sShortBullyBrowRaised,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("9")
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthLow_uh,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenUp,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthOpen_smile,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenUp,0);
- vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("10")
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthGrin,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenStraight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthIdle,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenUp,0);
- vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("11")
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthSmile,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenStraight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthOpen_smile,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("12")
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthSmile,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenStraight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthOpen_smile,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("13")
- //zoomout
- vngen_perspective_modify_pos(0,0,+100,-150,1.1,0,1,2,ease_quint);
- vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- vngen_char_modify_pos(global.tara_name, char2_sx-350, char2_sy+450, char2_z+500, char2_scale*.6, 0, 0); //Use modify_pos for permanent changes, not modify_direct
- }
- if (vngen_event()) {
- dlg_vngen_text("14")
- //zoom to DW
- vngen_perspective_modify_pos(0,0,0,-450,2.8,0,1,1,ease_quint);
- //tara
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthUh,0);
- //ethan
- vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthIdle,0);
- //DW
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthGrin,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfRight,0);
- vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- //AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthOpen_idle,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("15")
- //tara
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthUh,0);
- //ethan
- vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthIdle,0);
- //DW
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthGrin,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfRight,0);
- vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- //AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthOpen_smile,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("16")
- //zoomout
- vngen_perspective_modify_pos(0,0,+100,-150,1.1,0,1,2,ease_quint);
- //tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseBird, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideUp,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthUh,0);
- //ethan
- vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenBack,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthNeutralSmile,0);
- //DW
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthGrin,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfRight,0);
- vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- //AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthTongue,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("17")
- //tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesHalfLowered,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsFlat,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthEhhh,0);
- //ethan
- vngen_char_replace_ext(global.player_name,previous,sProtagPosePockets, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesHalfYou,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthLow_uh,0);
- //DW
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthdissapoint,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenRight,0);
- vngen_attach_replace("TallBully","brows",sTallBullyBrowsFlat,0);
- //AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthOpen_smile,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenDown,0);
- vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("18")
- //tara
- //vngen_char_replace_ext(global.tara_name,previous,sTaraPoseBird, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- //vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthIdle,0);
- ////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- //vngen_attach_replace(global.player_name,"mouth",sProtagMouthIdle,0);
- ////DW
- //vngen_attach_replace("TallBully","mouth",sTallBullyMouthGrin,0);
- //vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfRight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthOpen_idle,0);
- //vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("19")
- //tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseBird, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthOpen_idle,0);
- //ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- //vngen_attach_replace(global.player_name,"mouth",sProtagMouthIdle,0);
- //DW
- //vngen_attach_replace("TallBully","mouth",sTallBullyMouthGrin,0);
- //vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfRight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- //vngen_attach_replace("ShortBully","mouth",sShortBullyMouthTongue,0);
- //vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("20")
- ////tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseArmsCrossed, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesHalfStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsFlat,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthOpen_sad,0);
- ////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- //vngen_attach_replace(global.player_name,"mouth",sProtagMouthIdle,0);
- ////DW
- //vngen_char_modify_pos("TallBully", char4_sx+300, char4_sy-150, char4_z, char4_scale*.6, 0, 1);
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthGrin,0);
- //vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfRight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthDrool,0);
- //vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("21")
- //tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- //vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthBig_ah,0);
- ////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- //vngen_attach_replace(global.player_name,"mouth",sProtagMouthIdle,0);
- ////DW
- //vngen_attach_replace("TallBully","mouth",sTallBullyMouthGrin,0);
- //vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfRight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- //vngen_attach_replace("ShortBully","mouth",sShortBullyMouthTongue,0);
- //vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("22")
- //tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseBird, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideUp,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthBig_ah,0);
- ////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- //vngen_attach_replace(global.player_name,"mouth",sProtagMouthIdle,0);
- ////DW
- //vngen_attach_replace("TallBully","mouth",sTallBullyMouthGrin,0);
- //vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfRight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- //vngen_attach_replace("ShortBully","mouth",sShortBullyMouthTongue,0);
- //vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("23")
- //zoom to DW
- vngen_perspective_modify_pos(0,0,-50,-550,2.8,0,1,1,ease_quint);
- //tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthEhhh,0);
- ////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- //vngen_attach_replace(global.player_name,"mouth",sProtagMouthIdle,0);
- ////DW
- //vngen_attach_replace("TallBully","mouth",sTallBullyMouthGrin,0);
- //vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfRight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthLow_uh,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenRight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("24")
- ////zoom to DW
- //vngen_perspective_modify_pos(0,0,-200,-550,2.8,0,1,1,ease_quint);
- ////tara
- //vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- //vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- //vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- //vngen_attach_replace(global.tara_name,"mouth",sTaraMouthEhhh,0);
- //////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- //vngen_attach_replace(global.player_name,"mouth",sProtagMouthIdle,0);
- ////DW
- //vngen_attach_replace("TallBully","mouth",sTallBullyMouthGrin,0);
- //vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfRight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthOpen_smile,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("25")
- //zoomout
- vngen_perspective_modify_pos(0,0,+100,-150,1.1,0,1,2,ease_quint);
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, true, 0, 0, ease_none)
- vngen_char_modify_pos(global.tara_name, char2_sx-400, char2_sy+100, char2_z+500, char2_scale*.6, 0, 0); //Use modify_pos for permanent changes, not modify_direct
- ////tara
- //vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- //vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- //vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthBig_ah,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("26")
- //tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideUp,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- //vngen_attach_replace(global.tara_name,"mouth",sTaraMouthEhhh,0);
- //////ethan
- vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthUh,0);
- ////DW
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthUh,0);
- //vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfRight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthIdle,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("27")
- ////tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseArmsCrossed, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsIdle,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthEhhh,0);
- //////ethan
- vngen_char_replace_ext(global.player_name,previous,sProtagPoseHandBehind, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthLow_uh,0);
- ////DW
- //try to flip him
- vngen_char_replace_ext("TallBully",previous,sTallBullyIdle, none, none, orig_center, orig_center, 0, 0, scale_none, true, 0, 0,ease_none);
- //vngen_char_replace_ext("TallBully", previous, none, none, orig_center, orig_center, char4_sx+300, char4_sy+5, char4_z, 0, 0, char4_scale*.8, true, 0, trans_none, 0, ease_circ_out);
- vngen_char_modify_pos("TallBully", char4_sx+300, char4_sy+5, char4_z, char4_scale*.8, 0, 2,ease_none);
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthGrin,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfStraight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthOpen_smile,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("28")
- ////tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseArmsCrossed, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- //vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthSnarl,0);
- //////ethan
- vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthUh,0);
- ////DW
- //vngen_attach_replace("TallBully","mouth",sTallBullyMouth,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfStraight,0);
- vngen_attach_replace("TallBully","brows",sTallBullyBrowsFlat,0);
- ////AH
- vngen_char_modify_pos("ShortBully", char3_sx+1000, char3_sy+0, char3_z, char3_scale*.8, 0, 1);
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthOpen_smile,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenDown,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("29")
- ////tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesBlinking,0.2);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsAnger,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthBig_ah,0);
- //////ethan
- vngen_char_replace_ext(global.player_name,previous,sProtagPoseHandBehind, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- //vngen_attach_replace(global.player_name,"mouth",sProtagMouthIdle,0);
- ////DW
- //vngen_attach_replace("TallBully","mouth",sTallBullyMouthGrin,0);
- //vngen_attach_replace("TallBully","eyes",sTallBullyEyesHalfRight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthOpen_smile,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("30")
- ////tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseBird, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- //vngen_attach_replace(global.tara_name,"mouth",sTaraMouthEhhh,0);
- //////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- ////DW
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthUh,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenLeft,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthSad,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("31")
- ////tara
- //vngen_char_replace_ext(global.tara_name,previous,sTaraPoseBird, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- //vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- //vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthSnarl,0);
- //////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- //vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- ////DW
- //vngen_attach_replace("TallBully","mouth",sTallBullyMouthUh,0);
- //vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenLeft,0);
- ////vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- //////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthUh,0);
- //vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- ////vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("32")
- ////tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- //vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- //vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- //vngen_attach_replace(global.tara_name,"mouth",sTaraMouthEhhh,0);
- //////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthOpen_idle,0);
- ////DW
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthEhhh,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenRight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthdissapoint,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("33")
- ////tara
- //vngen_char_replace_ext(global.tara_name,previous,sTaraPoseBird, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideYou,0);
- //vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- //vngen_attach_replace(global.tara_name,"mouth",sTaraMouthEhhh,0);
- //////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- //vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- ////DW
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthGrin,0);
- //vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenL,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthOpen_smile,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("34")
- ////tara
- //vngen_char_modify_pos(global.tara_name, char2_sx-10, char2_sy+100, char2_z+500, char2_scale*.6, 0, 0); //Use modify_pos for permanent changes, not modify_direct
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthBig_ah,0);
- //////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_char_modify_pos(global.player_name, char_sx+800, char_sy-100, char_z, char_scale, 0, 0); //Use modify_pos for permanent changes, not modify_direct
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- ////DW
- //vngen_char_modify_pos("TallBully", char4_sx+500, char4_sy-100, char4_z, char4_scale*.5, 0, 0);
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthUh,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenRight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- //vngen_char_modify_pos("ShortBully", char3_sx+1200, char3_sy, char3_z, char3_scale, 0, 0); //Use modify_pos for permanent changes, not modify_direct
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthSad,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("35")
- ////tara
- //vngen_char_modify_pos(global.tara_name, char2_sx-5, char2_sy+100, char2_z+300, char2_scale*.6, 0, 1); //Use modify_pos for permanent changes, not modify_direct
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseBird, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthBig_ah,0);
- //////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_char_modify_pos(global.player_name, char_sx+800, char_sy-100, char_z, char_scale, 0, 0); //Use modify_pos for permanent changes, not modify_direct
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- ////DW
- //vngen_char_modify_pos("TallBully", char4_sx+500, char4_sy-250, char4_z, char4_scale*.7, 0, 0);
- vngen_char_replace_ext("TallBully",previous,sTallBullyPunched, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace("TallBully","mouth",sTallBullyMouthUh,0);
- //vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenRight,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- //vngen_char_modify_pos("ShortBully", char3_sx+1200, char3_sy, char3_z, char3_scale, 0, 0); //Use modify_pos for permanent changes, not modify_direct
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthQuiver,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("36")
- ////tara
- vngen_char_modify_pos(global.tara_name, char2_sx+250, char2_sy-300, char2_z, char2_scale*.6, 0, 0.1); //Use modify_pos for permanent changes, not modify_direct
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- //vngen_attach_replace(global.tara_name,"mouth",sTaraMouthEhhh,0);
- //////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- ////DW
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthUh,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenLeft,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthSad,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("37")
- ////tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseBird, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- //vngen_attach_replace(global.tara_name,"mouth",sTaraMouthEhhh,0);
- //////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- ////DW
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthUh,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenLeft,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthSad,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("38")
- ////tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseBird, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- //vngen_attach_replace(global.tara_name,"mouth",sTaraMouthEhhh,0);
- //////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- ////DW
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthUh,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenLeft,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_char_modify_pos("ShortBully", char3_sx-120, char3_sy-100, char3_z+0, char3_scale, 0, 5); //Use modify_pos for permanent changes, not modify_direct
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthSad,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("39")
- ////tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseBird, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- //vngen_attach_replace(global.tara_name,"mouth",sTaraMouthEhhh,0);
- //////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- ////DW
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthUh,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenLeft,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthSad,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("40")
- ////tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseBird, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- //vngen_attach_replace(global.tara_name,"mouth",sTaraMouthEhhh,0);
- //////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- ////DW
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthUh,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenLeft,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthSad,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("41")
- ////tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseBird, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- //vngen_attach_replace(global.tara_name,"mouth",sTaraMouthEhhh,0);
- //////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- ////DW
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthUh,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenLeft,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthSad,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("42")
- ////tara
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseBird, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesWideStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- //vngen_attach_replace(global.tara_name,"mouth",sTaraMouthEhhh,0);
- //////ethan
- //vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0,ease_none);
- //vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- ////DW
- vngen_attach_replace("TallBully","mouth",sTallBullyMouthUh,0);
- vngen_attach_replace("TallBully","eyes",sTallBullyEyesOpenLeft,0);
- //vngen_attach_replace("TallBully","brows",sTallBullyBrowsRaised,0);
- ////AH
- vngen_attach_replace("ShortBully","mouth",sShortBullyMouthSad,0);
- vngen_attach_replace("ShortBully","eyes",sShortBullyEyesOpenStraight,0);
- //vngen_attach_replace("ShortBully","brows",sShortBullyBrowFlat_,0);
- }
- if (vngen_event()) {
- dlg_vngen_text("43")
- }
- if (vngen_event()) {
- dlg_vngen_text("44")
- }
- if (vngen_event()) {
- dlg_vngen_text("44")
- }
- if (vngen_event()) {
- dlg_vngen_text("45")
- }
- if (vngen_event()) {
- dlg_vngen_text("46")
- }
- if (vngen_event()) {
- dlg_vngen_text("47")
- }
- if (vngen_event()) {
- dlg_vngen_text("48")
- }
- if (vngen_event()) {
- dlg_vngen_text("49")
- }
- if (vngen_event()) {
- dlg_vngen_text("50")
- }
- if (vngen_event()) {
- dlg_vngen_text("51")
- }
- if (vngen_event()) {
- dlg_vngen_text("52")
- }
- if (vngen_event()) {
- dlg_vngen_text("53")
- }
- if (vngen_event()) {
- dlg_vngen_text("54")
- }
- if (vngen_event()) {
- dlg_vngen_text("55")
- }
- if (vngen_event()) {
- vngen_script_execute(vngen_goto, "ev_cleanup", self, false);
- }
- }
- }
Add Comment
Please, Sign In to add comment