Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function sc_sl_lily_8_0(){
- if (live_call()) return live_result;
- //Janice Store 8.0
- if (event_goto == "lily/8-0") {
- if (vngen_event("lily/8-0")) {
- vngen_script_execute_ext(dlg_load_sequence, "lily/scene8-0");
- scrSetupDialogue();
- //Replace Protag Pieces
- mcchar_sx = view_width*.4;
- mcchar_sy = view_height*1.4;
- mcchar_z = 1;
- mcchar_offset_x = 917;
- mcchar_offset_y = 497;
- mcchar_offset_mouth_x = 20;
- mcchar_offset_mouth_y = 145;
- mcchar_offset_brows_x = 0;
- mcchar_offset_brows_y = -42;
- mcchar_scale = 1*global.gui_scale
- vngen_char_create_ext(global.player_name, sProtagPoseHandBehind, none, none, orig_center, orig_center, mcchar_sx, mcchar_sy, mcchar_z, 0, 0, scale_none, false, 0, trans_slide_right, vn_trans_dur, ease_circ_out);
- vngen_char_modify_pos(global.player_name, mcchar_sx, mcchar_sy, mcchar_z, mcchar_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",sProtagBrowsRaised,orig_center,orig_center,mcchar_offset_x+mcchar_offset_brows_x,mcchar_offset_y+mcchar_offset_brows_y,-2,-1,trans_none,0,0);
- vngen_attach_create_ext(global.player_name,"eyes",sProtagEyesOpenStraight,orig_center,orig_center,mcchar_offset_x,mcchar_offset_y,0,-1,trans_none,0,0);
- vngen_attach_create_ext(global.player_name,"mouth",sProtagMouthNeutralSmile,orig_center,orig_center,mcchar_offset_x+mcchar_offset_mouth_x,mcchar_offset_y+mcchar_offset_mouth_y,0,-1,trans_none,0,0);
- vngen_attach_create_ext(global.player_name,"blush",sProtagBlush,orig_center,orig_center,mcchar_offset_x-10,mcchar_offset_y+60,-1,-1,trans_none,0,0);
- vngen_attach_modify_style(global.player_name,"blush",c_white,c_white,c_white,c_white,0,0)
- vngen_scene_create("BG",bgProtagPC2,0,0,0,false,false,trans_fade,.5)
- }
- if (vngen_event()) {
- dlg_vngen_text("0",true)
- }
- if (vngen_event()) {
- //vngen_attach_create_ext(global.player_name,"brows2",sProtagBrowsAnger,orig_center,orig_center,mcchar_offset_x+mcchar_offset_brows_x+70,mcchar_offset_y+mcchar_offset_brows_y,-3,-1,trans_none,0,0);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenBack,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthLow_uh,0);
- vngen_char_modify_pos(global.player_name, mcchar_sx+10, mcchar_sy, mcchar_z, mcchar_scale, -1, 1.5, ease_quint);
- //for changing ethan's pose
- vngen_char_replace_ext(global.player_name,previous,sProtagPoseThinking, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none);
- dlg_vngen_text("1")
- }
- if (vngen_event()) {
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenBack,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthLow_uh,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);
- //something is wrong expression
- dlg_vngen_text("2")
- }
- if (vngen_event()) {
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsFlat,0);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideBack,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- //bang, worried
- vngen_char_replace_ext(global.player_name,previous,sProtagPosePockets, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none);
- dlg_vngen_text("3")
- }
- if (vngen_event()) {
- //ethan pose changed for listenting lily
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsRaised,0);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- vngen_char_replace_ext(global.player_name,previous,sProtagPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none);
- //Create Lily Character
- char_sx = view_width*.9;
- char_sy = view_height*1.4;
- char_z = 1;
- char_offset_x = 1197;
- char_offset_y = 875;
- char_offset_mouth_x = -8;
- char_offset_mouth_y = 122;
- char_offset_brows_x = -6;
- char_offset_brows_y = -59;
- char_scale = .66*global.gui_scale
- vngen_char_create_ext(global.lily_name, sLilyPoseIdle, none, none, orig_center, orig_center, char_sx, char_sy, char_z, 0, 0, scale_none, false, 0, trans_slide_left, vn_trans_dur, ease_circ_out);
- vngen_char_modify_pos(global.lily_name, char_sx-200, char_sy-600, char_z, char_scale*.95, 0, 1); //Use modify_pos for permanent changes, not modify_direct
- vngen_char_deform_start(global.lily_name, def_breathe, 3.35, true, false);
- vngen_attach_create_ext(global.lily_name,"eyebrows",sLilyBrowsIdle,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.lily_name,"eyes",sLilyEyesOpenStraight,orig_center,orig_center,char_offset_x,char_offset_y,0,-1,trans_none,0,0);
- vngen_attach_create_ext(global.lily_name,"mouth",sLilyMouthGrin,orig_center,orig_center,char_offset_x+char_offset_mouth_x,char_offset_y+char_offset_mouth_y,0,-1,trans_none,0,0);
- dlg_vngen_text("4")
- }
- if (vngen_event()) {
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsAnger,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenRaisedUp,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthGrin,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthTongue,0);
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseDetermined, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- dlg_vngen_text("5")
- }
- if (vngen_event()) {
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsFlat,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesHalfLowered,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthGrin,0);
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseSass, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- //vngen_char_modify_pos(global.player_name, view_width*.45, mcchar_sy, mcchar_z, mcchar_scale, 0, 0, ease_quint);
- //vngen_char_modify_pos(global.lily_name, lilychar_sx+150, lilychar_sy+10000, lilychar_z, lilychar_scale, 0, 0, ease_quint);
- //vngen_char_anim_start(global.lily_name,anim_shakev_gentle,.25,false,false)
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsRaised,0);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthLow_uh,0);
- dlg_vngen_text("6")
- }
- if (vngen_event()) {
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsFlat,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenRaisedUp,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthSad,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsAnger,0);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesHalfStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthNeutralFrown,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);
- dlg_vngen_text("7")
- }
- if (vngen_event()) {
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsSad,0);
- //vngen_char_replace_ext(global.lily_name,previous,sProtagPoseThinking, none, none, orig_center, orig_center, 0, 0, scale_none, true, 0, 0, ease_none)
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsRaised,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesHalfYou,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthOpen_smile,0);
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseDetermined, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- //vngen_char_modify_pos(global.lily_name, view_width*.5,mcchar_sy, mcchar_z, mcchar_scale, 0, 0, ease_quint);
- //vngen_char_modify_pos(global.lily_name, view_width*.75, lilychar_sy+10000, lilychar_z, lilychar_scale, 0, 0, ease_quint);
- dlg_vngen_text("8")
- }
- if (vngen_event()) {
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenStraight,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthGrin,0);
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseSass, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsRaised,0);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthNeutralSmile,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);
- dlg_vngen_text("9")
- }
- if (vngen_event()) {
- //Remark Choices
- if (vngen_option("firstChoiceL8", view_width*0.5, view_height*0.5, 0.5, 0.5, snd_hover, snd_select)) {
- vngen_option_create_transformed("opt_1", dlg_get_line("10A"), sButton, sButtonHover, sButtonHover, 0, -70, -2, fntDialogue_27, c_white, 0, 0, 1.1, c_white, 0, 0, 1.2, c_white, 0.1, trans_slide_right, 0.5, ease_elastic_out);
- vngen_option_create_transformed("opt_2", dlg_get_line("10B"), sButton, sButtonHover, sButtonHover, 0, 70, -3, fntDialogue_27, c_white, 0, 0, 1.1, c_white, 0, 0, 1.2, c_white, 0.1, trans_slide_right, 0.6, ease_elastic_out);
- }
- }
- if (vngen_event()) {
- switch (vngen_get_option("firstChoiceL8")) {
- case "opt_1": vngen_goto("firstResponseL8A", self, false); break;
- case "opt_2": vngen_goto("firstResponseL8B", self, false); break;
- }
- }
- if (vngen_event("firstResponseL8A")) {
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsAnger,0);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesHalfStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthOpen_idle,0);
- 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.player_name, mcchar_sx-100, mcchar_sy, mcchar_z, mcchar_scale, -1, 1.5, ease_quint);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthGrin,0);
- dlg_vngen_text("11")
- }
- if (vngen_event()) {
- vngen_char_modify_pos(global.player_name, char_sx-500, char_sy-500, char_z, char_scale*.95, 0, 1.25);
- dlg_vngen_text("12")
- }
- if (vngen_event()) {
- //Hide MC
- //vngen_char_modify_pos(global.lily_name, lilychar_sx+150, lilychar_sy, lilychar_z, lilychar_scale, 0, 0, ease_bounce);
- vngen_char_anim_start(global.lily_name,anim_shakev_gentle,0.25,false,false)
- vngen_attach_replace(global.lily_name,"eyes",sLilyblinking,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthGrin,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsRaised,0);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesHalfLowered,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthIdle,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);
- dlg_vngen_text("13")
- }
- if (vngen_event()) {
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenStraight,0);
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseDetermined, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthBig_ah,0);
- vngen_char_modify_pos(global.player_name, mcchar_sx+10, mcchar_sy, mcchar_z, mcchar_scale, -1, 1.5, ease_quint);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsAnger,0);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesWideStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- 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.lily_name, char_sx-10, char_sy,10 , char_scale2, 0, 2, ease_quint);
- dlg_vngen_text("14")
- }
- if(vngen_event())
- {
- vngen_goto("afterFirstChoiceL7",self,false)
- }
- if (vngen_event("firstResponseL8B")) {
- 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",sProtagEyesOpenBack,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthUh,0);
- vngen_attach_destroy(global.player_name,"brows2",sProtagBrowsFlat,0)
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseSass, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenStraight,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthSad,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsIdle,0);
- dlg_vngen_text("15")
- }
- if (vngen_event()) {
- 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",sProtagEyesOpenLowered,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthNeutralFrown,0);
- vngen_attach_destroy(global.player_name,"brows2",sProtagBrowsFlat,0)
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenStraight,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthSad,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsRaised,0);
- dlg_vngen_text("16")
- }
- if (vngen_event()) {
- 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",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- vngen_attach_destroy(global.player_name,"brows2",sProtagBrowsFlat,0)
- vngen_char_replace_ext(global.lily_name,previous,sLilyPosePensive, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenStraight,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthSad,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsRaised,0);
- dlg_vngen_text("17")
- }
- if (vngen_event()) {
- 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",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthNeutralFrown,0);
- vngen_attach_destroy(global.player_name,"brows2",sProtagBrowsFlat,0)
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseDetermined, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenStraight,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthGrin,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsRaised,0);
- dlg_vngen_text("18")
- }
- if (vngen_event()) {
- vngen_char_anim_start(global.lily_name,anim_shakev_gentle,0,false,false);
- 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",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- vngen_attach_destroy(global.player_name,"brows2",sProtagBrowsSad,0)
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseSass, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenLowered,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthLow_uh,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsRaised,0);
- dlg_vngen_text("19")
- }
- //
- if (vngen_event("afterFirstChoiceL7")) {
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthNeutralFrown,0);
- vngen_attach_destroy(global.player_name,"brows2",trans_none,0)
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseSass, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none)
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenStraight,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthBig_ah,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsIdle,0);
- dlg_vngen_text("20")
- }
- if (vngen_event()) {
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenDown,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsFlat,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthOpen_idle,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsFlat,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesHalfYou,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthIdle,0);
- dlg_vngen_text("21")
- }
- if (vngen_event()) {
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsIdle,0);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthNeutralFrown,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyblinking,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthOpen_smile,0);
- //vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenRaisedUp,0);
- dlg_vngen_text("22")
- }
- if (vngen_event()) {
- //lily thinking
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenBack,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthGrin,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsIdle,0);
- //ethan telling
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsFlat,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthEhhh,0);
- dlg_vngen_text("23")
- }
- if (vngen_event()) {
- //Move 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_char_modify_pos(global.player_name, char_sx-800, char_sy-500, 10, char_scale*.95, 0, 1, ease_circ_in);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenStraight,0);
- //lily
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsFlat,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenRaisedUp,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthUh,0);
- dlg_vngen_text("24")
- }
- if (vngen_event()) {
- /*description
- Ethan tells: i quickly move towards lily to grab her
- while lilly was trying to run*/
- vngen_char_modify_pos(global.player_name, char_sx-200, char_sy-500, 10, char_scale*.95, 0, 1, ease_circ_in);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsRaised,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthGrin,0);
- //Move lily
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseSass, none, none, orig_center, orig_center, 0, 0, scale_none, true, 0, 0, ease_none);
- //vngen_char_modify_pos(global.lily_name, lilychar_sx, lilychar_sy+200, lilychar_z, lilychar_scale, 0, 0.5)
- vngen_char_modify_pos(global.lily_name, char_sx+200, char_sy-600, 0, char_scale*.95, 0, 1, ease_circ_in);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenStraight,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthOpen_idle,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsIdle,0);
- dlg_vngen_text("25");
- }
- if (vngen_event()) {
- vngen_char_modify_pos(global.player_name, char_sx+150, char_sy+500, 10, char_scale*.95, 0, 1, ease_circ_in);
- 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.lily_name,"eyes",sLilyEyesOpenStraight,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthOpen_smile,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsIdle,0);
- vngen_char_modify_pos(global.lily_name, char_sx+200, char_sy+600, 10, char_scale*.95, 0, 1, ease_circ_in);
- vngen_scene_create("BlackScreen",sprDarkSquare,0,0,0,true,true,trans_fade,0.5);
- vngen_scene_modify_pos("BlackScreen",0,0,0,75,0,0);
- dlg_vngen_text("26");
- }
- if (vngen_event()) {
- //below 3 lines are for creating bed scene
- dlg_vngen_text("27");
- }
- if (vngen_event()) {
- vngen_scene_destroy("BlackScreen",trans_fade,.5)
- vngen_scene_create_spine("LilyPinned",sCGLilyPinnedSad,1,1,1,false,false,trans_none,0);
- vngen_scene_modify_direct("LilyPinned",1,1,0,.5,.5,0)
- dlg_vngen_text("28")
- }
- if (vngen_event()) {
- dlg_vngen_text("29")
- }
- if (vngen_event()) {
- dlg_vngen_text("30")
- }
- if (vngen_event()) {
- vngen_scene_replace("LilyPinned",sCGLilyPinnedHappy,0);
- dlg_vngen_text("31")
- }
- if (vngen_event()) {
- dlg_vngen_text("32")
- }
- if (vngen_event()) {
- dlg_vngen_text("33")
- }
- if (vngen_event()) {
- vngen_scene_replace("LilyPinned",sCGLilyPinnedSad,0);
- dlg_vngen_text("34")
- }
- if (vngen_event()) {
- vngen_scene_replace("LilyPinned",sCGLilyPinnedHappy,0);
- dlg_vngen_text("35")
- }
- if (vngen_event()) {
- dlg_vngen_text("36")
- }
- if (vngen_event()) {
- dlg_vngen_text("37")
- }
- if (vngen_event()) {
- //vngen_scene_destroy("LilyPinned",trans_fade,.5);
- vngen_scene_create_spine("lilyBoobGrabCG",sCGProtagTaraChestGrab,0,0,-5,false,true,trans_fade,.5);
- vngen_scene_create("blurbg",bgProtagBedCloseUp,0,0,-1,scale_none,true,trans_fade,.5);
- dlg_vngen_text("38")
- }
- if (vngen_event()) {
- dlg_vngen_text("39")
- }
- if (vngen_event()) {
- dlg_vngen_text("40")
- }
- if (vngen_event()) {
- vngen_scene_destroy("lilyBoobGrabCG",trans_fade,.5);
- vngen_scene_destroy("blurbg",trans_fade,.5);
- vngen_scene_replace("LilyPinned",sCGLilyPinnedHappy,0);
- dlg_vngen_text("41")
- }
- if (vngen_event()) {
- vngen_scene_create_spine("lilyBoobGrabCG",sCGProtagTaraChestGrab,0,0,-5,false,true,trans_fade,.5);
- vngen_scene_create("blurbg",bgProtagBedTop,0,0,-1,scale_none,true,trans_fade,.5);
- dlg_vngen_text("42")
- }
- if (vngen_event()) {
- vngen_scene_destroy("lilyBoobGrabCG",trans_fade,.5);
- vngen_scene_destroy("blurbg",trans_fade,.5);
- vngen_scene_destroy("LilyPinned",trans_fade,.5);
- vngen_scene_create("BlackScreen",sprDarkSquare,0,0,0,true,true,trans_fade,0.5);
- vngen_scene_modify_pos("BlackScreen",0,0,0,75,0,0);
- dlg_vngen_text("43")
- }
- if (vngen_event()) {
- dlg_vngen_text("44")
- }
- if (vngen_event()) {
- dlg_vngen_text("45")
- }
- if (vngen_event()) {
- dlg_vngen_text("46")
- }
- if (vngen_event()) {
- vngen_scene_destroy("BlackScreen",trans_fade,.5);
- //Create Lily Character
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseIdle,none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0, ease_none);
- vngen_char_modify_pos(global.lily_name, char_sx-700, char_sy-350, char_z, char_scale*.95, 0, .001); //Use modify_pos for permanent changes, not modify_direct
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesWideStraight,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthLow_uh,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsIdle,0);
- vngen_char_modify_pos(global.lily_name, char_sx-200, char_sy-400, char_z, char_scale*.95, 0, 1); //Use modify_pos for permanent changes, not modify_direct
- 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_char_modify_pos(global.player_name, char_sx-800, char_sy-300, 10, char_scale*.95, 0, 0.001, ease_none);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsFlat,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthLow_uh,0);
- dlg_vngen_text("47")
- }
- if (vngen_event()) {
- 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",sProtagEyesOpenLowered,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsFlat,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthLow_uh,0);
- dlg_vngen_text("48")
- }
- if (vngen_event()) {
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthLow_uh,0);
- dlg_vngen_text("49")
- }
- if (vngen_event()) {
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenYou,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsRaised,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthUh,0);
- dlg_vngen_text("50")
- }
- if (vngen_event()) {
- 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",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsFlat,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthNeutralSmile,0);
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseIdle,none, none, orig_center, orig_center, 0, 0, scale_none, true, 0, 0, ease_none);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesWideYou,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthLow_uh,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsIdle,0);
- dlg_vngen_text("51")
- }
- if (vngen_event()) {
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseIdle,none, none, orig_center, orig_center, 0, 0, scale_none, true, 0, 0, ease_none);
- vngen_char_modify_pos(global.lily_name, char_sx+500, char_sy-600, char_z, char_scale*.95, 0, 2); //Use modify_pos for permanent changes, not modify_direct
- dlg_vngen_text("52")
- }
- if (vngen_event()) {
- 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",sProtagEyesOpenYou,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsIdle,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthNeutralFrown,0);
- dlg_vngen_text("53")
- }
- 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",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsIdle,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthTongue,0);
- dlg_vngen_text("54")
- }
- if (vngen_event()) {
- 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",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsRaised,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthOpen_smile,0);
- dlg_vngen_text("55")
- }
- if (vngen_event()) {
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenYou,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsIdle,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthSad,0);
- dlg_vngen_text("56")
- }
- if (vngen_event()) {
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesHalfBack,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsRaised,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthOpen_smile,0);
- dlg_vngen_text("57")
- }
- if (vngen_event()) {
- 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",sProtagEyesWideDown,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsFlat,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthOpen_smile,0);
- dlg_vngen_text("58")
- }
- if (vngen_event()) {
- //vngen_scene_destroy("lilyBoobGrabCG",trans_fade,.5);
- vngen_scene_destroy("BG",trans_fade,.5);
- vngen_char_modify_pos(global.player_name, char_sx+150, char_sy+5000, 10, char_scale*.95, 0, 0, ease_circ_in);
- //vngen_scene_destroy("BlackScreen",trans_fade,.5);
- vngen_script_execute_ext(store_background);
- vngen_script_execute_ext(set_new_background,bgDoorCloseUp);
- vngen_char_replace_ext(global.lily_name,previous,sLilyPosePensive,none, none, orig_center, orig_center, 0, 0, scale_none, true, 0, 0, ease_none);
- vngen_char_modify_pos(global.lily_name, char_sx-500, char_sy-500, char_z, char_scale*.95, 0, 1); //Use modify_pos for permanent changes, not modify_direct
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthLow_uh,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsIdle,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesWideStraight,0);
- //vngen_char_modify_pos(global.lily_name, char_sx-200, char_sy-400, char_z, char_scale*.95, 0, 1); //Use modify_pos for permanent changes, not modify_direct
- //tara
- char2_sx = view_width*.1;
- char2_sy = view_height*.85+10
- 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 = char_scale
- vngen_char_create_ext(global.tara_name, sTaraPoseArmsCrossed, none, none, orig_center, orig_center, char2_sx, char2_sy, char2_z, 0, 0, scale_none, true , 0, trans_slide_right, vn_trans_dur, ease_circ_out);
- vngen_char_modify_pos(global.tara_name, char2_sx+300, char2_sy+100, char2_z, char2_scale, 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",sTaraBrowsFlat,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",sTaraEyesHalfStraight,orig_center,orig_center,char2_offset_x,char2_offset_y,0,-1,trans_none,0,0);
- vngen_attach_create_ext(global.tara_name,"mouth",sTaraMouthIdle,orig_center,orig_center,char2_offset_x+char2_offset_mouth_x,char2_offset_y+char2_offset_mouth_y,0,-1,trans_none,0,0);
- //vngen_scene_destroy("LilyPinned",trans_fade,.5);
- //vngen_scene_create("BlackScreen",sprDarkSquare,0,0,0,true,true,trans_fade,0);
- //vngen_scene_modify_pos("BlackScreen",0,0,0,75,0,0)
- dlg_vngen_text("59")
- }
- if (vngen_event()) {
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseIdle,none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.009, ease_none);
- vngen_char_modify_pos(global.lily_name, char_sx-500, char_sy-500, char_z, char_scale*.95, 0, 1); //Use modify_pos for permanent changes, not modify_direct
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthLow_uh,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsIdle,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesWideStraight,0);
- dlg_vngen_text("60")
- }
- 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, ease_none)
- //vngen_char_modify_pos(global.tara_name, view_width*.25, char2_sy, 1, char2_scale, 0, 0, ease_quint);
- 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);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthLow_uh,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsIdle,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesWideStraight,0);
- dlg_vngen_text("61")
- }
- if (vngen_event()) {
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseIdle,none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.009, ease_none);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthLow_uh,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsRaised,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesWideStraight,0);
- dlg_vngen_text("62")
- }
- if (vngen_event()) {
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseBird, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.1, 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);
- dlg_vngen_text("63")
- }
- 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.1, ease_none)
- vngen_char_replace_ext(global.lily_name,previous,sLilyPosePensive,none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.1, ease_none);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthOpen_sad,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsFlat,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesHalfLowered,0);
- dlg_vngen_text("64")
- }
- if (vngen_event()) {
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.1, ease_none)
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseIdle,none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.1, ease_none);
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesHalfUp,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsRaised,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthOpen_sad,0);
- dlg_vngen_text("65")
- }
- 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.1, 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",sTaraMouthLow_uh,0);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthOpen_sad,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsFlat,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesHalfUp,0);
- dlg_vngen_text("66")
- }
- if (vngen_event()) {
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthOpen_sad,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsFlat,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesHalfStraight,0);
- dlg_vngen_text("67")
- }
- if (vngen_event()) {
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.1, 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);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthOpen_sad,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsRaised,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenStraight,0);
- dlg_vngen_text("68")
- }
- if (vngen_event()) {
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.1, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesHalfStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsIdle,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthOpen_idle,0);
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseIdle,none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.1, ease_none);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthOpen_sad,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsRaised,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenStraight,0);
- dlg_vngen_text("69")
- }
- if (vngen_event()) {
- //vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.1, ease_none)
- //vngen_attach_replace(global.tara_name,"eyes",sTaraEyesHalfStraight,0);
- //vngen_attach_replace(global.tara_name,"brows",sTaraBrowsIdle,0);
- //vngen_attach_replace(global.tara_name,"mouth",sTaraMouthOpen_idle,0);
- vngen_char_replace_ext(global.lily_name,previous,sLilyPosePensive,none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.1, ease_none);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthOpen_sad,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsRaised,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenStraight,0);
- dlg_vngen_text("70")
- }
- 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.1, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesOpenStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsIdle,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthOpen_idle,0);
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseIdle,none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.1, ease_none);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthOpen_sad,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsRaised,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesHalfLowered,0);
- dlg_vngen_text("71")
- }
- 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.1, ease_none)
- vngen_attach_replace(global.tara_name,"eyes",sTaraEyesOpenStraight,0);
- vngen_attach_replace(global.tara_name,"brows",sTaraBrowsSad,0);
- vngen_attach_replace(global.tara_name,"mouth",sTaraMouthLow_uh,0);
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseIdle,none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.1, ease_none);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthIdle,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsFlat,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesHalfStraight,0);
- dlg_vngen_text("72")
- }
- if (vngen_event()) {
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseIdle, none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.1, 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",sTaraMouthBig_ah,0);
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseIdle,none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.1, ease_none);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthOpen_sad,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsRaised,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesHalfLowered,0);
- dlg_vngen_text("73")
- }
- if (vngen_event()) {
- 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_char_modify_pos(global.tara_name, char2_sx+2300, char2_sy, char2_z, char2_scale, 0, 1); //Use modify_pos for permanent changes, not modify_direct
- 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",sTaraMouthBig_ah,0);
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseDetermined,none, none, orig_center, orig_center, 0, 0, scale_none, true, 0, 0.1, ease_none);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthLow_uh,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsRaised,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenStraight,0);
- dlg_vngen_text("74")
- }
- if (vngen_event()) {
- vngen_char_replace_ext(global.tara_name,previous,sTaraPoseArmsCrossed, none, none, orig_center, orig_center, 0, 0, scale_none, true, 0, 0, ease_none)
- vngen_char_modify_pos(global.lily_name, char_sx, char_sy+300, char_z, char_scale*.95, 0, 0); //Use modify_pos for permanent changes, not modify_direct
- vngen_scene_create("BG",bgProtagPC2,0,0,0,false,false,trans_fade,.5);
- vngen_char_modify_pos(global.tara_name, char2_sx+1000, char2_sy+150, char2_z, char2_scale, 0,1); //Use modify_pos for permanent changes, not modify_direct
- 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_char_modify_pos(global.player_name, char_sx-1000, char_sy-300, 10, char_scale*.95, 0, 0.001, ease_none);
- vngen_attach_replace(global.player_name,"eyes",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsFlat,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthLow_uh,0);
- dlg_vngen_text("75")
- }
- if (vngen_event()) {
- 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",sTaraMouthBig_ah,0);
- 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",sProtagEyesOpenStraight,0);
- vngen_attach_replace(global.player_name,"brows",sProtagBrowsRaised,0);
- vngen_attach_replace(global.player_name,"mouth",sProtagMouthBig_ah,0);
- vngen_char_modify_pos(global.tara_name, char2_sx+700, char2_sy+150, char2_z, char2_scale, 0, 2); //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.5, ease_none)
- dlg_vngen_text("76")
- }
- if (vngen_event()) {
- 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_char_modify_pos(global.tara_name, char2_sx, char2_sy+1050, char2_z, char2_scale, 0, 0); //Use modify_pos for permanent changes, not modify_direct
- vngen_char_modify_pos(global.player_name, char_sx, char_sy+600, 10, char_scale*.95, 0, 0, ease_none);
- vngen_scene_create("BlackScreen",sprDarkSquare,0,0,0,true,true,trans_fade,0.5);
- vngen_scene_modify_pos("BlackScreen",0,0,0,75,0,0);
- dlg_vngen_text("77")
- }
- if (vngen_event()) {
- vngen_scene_destroy("BlackScreen",trans_fade,0);
- vngen_script_execute_ext(store_background);
- vngen_script_execute_ext(set_new_background,bgDoorCloseUp);
- vngen_char_modify_pos(global.lily_name, char_sx-500, char_sy-500, char_z, char_scale*.95, 0, 0); //Use modify_pos for permanent changes, not modify_direct
- vngen_char_replace_ext(global.lily_name,previous,sLilyPoseIdle,none, none, orig_center, orig_center, 0, 0, scale_none, false, 0, 0.1, ease_none);
- vngen_attach_replace(global.lily_name,"mouth",sLilyMouthBig_ah,0);
- vngen_attach_replace(global.lily_name,"brows",sLilyBrowsRaised,0);
- vngen_attach_replace(global.lily_name,"eyes",sLilyEyesOpenStraight,0);
- dlg_vngen_text("78")
- }
- if (vngen_event()) {
- vngen_script_execute_ext(scrTimePass)
- vngen_event_pause(.1)
- vngen_script_execute(vngen_goto, "ev_cleanup", self, false);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement