STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228072
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5120

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/38447101?noj=FRM38447101-29DC" width="1" height="1"></div>

Beta5 1 by javva44.swf

This is the info page for
Flash #198229

(Click the ID number above for more basic data on this flash file.)


ActionScript [AS1/AS2]
Combined Code
frame 1 { stop(); onEnterFrame = function () { if (_root.getBytesLoaded() == _root.getBytesTotal()) { delete onEnterFrame; play(); } }; } movieClip 5 { } movieClip 10 { } instance of movieClip 10 { onClipEvent (load) { this.gotoAndStop(1); } onClipEvent (enterFrame) { _root.carga = _root.getBytesLoaded(); _root.total = _root.getBytesTotal(); _root.pos = _root.carga * 100 / _root.total; _root.pos = Math.round(_root.pos); this.gotoAndStop(_root.pos); } } movieClip 19 { } button 23 { on (release) { gotoAndPlay(703); } } movieClip 30 { frame 100 { stop(); } } frame 703 { function texto(line) { _root.textBox = _root.talker + ': ' + line; _root.countField = _root.textBox.length; _root.gameScript.mask.gotoAndPlay(2); _root.startTalking(); } function nextLine() { if (_root.newEvent != '') { _root.part = 1; _root.fade.gotoAndPlay(2); } else { if (_root.map == 'true') { _root.part = 1; _root.fade.gotoAndPlay(2); } else { ++_root.part; _root.gameScript.gotoAndPlay('loop'); } } _root.timeAutoPlay = 1; _root.showButton = false; _root.showRadial = false; _root.choiceText1 = 'vazio'; _root.choiceText2 = 'vazio'; _root.choiceText3 = 'vazio'; } function startTalking() { _root.startCounting = true; if (_root.talker == _root.player) { _root.shepTalk = true; } else { if (_root.talker == 'wait') { } else { _root.girlTalk = true; } } } function stopTalking() { if (_root.talker == _root.player) { _root.shepTalk = false; } else { _root.girlTalk = false; } if (_root.talker == 'wait') { _root.nextLine(); } else { if (_root.choiceText1 != 'vazio') { _root.showRadial = true; } else { _root.showButton = true; } } } function wait(time) { _root.textBox = ''; if (time == 'short') { _root.countField = 60; } if (time == 'med') { _root.countField = 120; } if (time == 'long') { _root.countField = 200; } if (time == 'extra') { _root.countField = 300; } if (time == 100) { _root.countField = 200; } if (time == 200) { _root.countField = 400; } _root.talker = 'wait'; _root.startTalking(); } function eventChange(part) { _root.newEvent = part; } function resetEventVar() { _root.event = _root.newEvent; _root.newEvent = ''; } function startGame() { if (_root.testGame == true) { _root.goToMap(); _root.act = 1; _root.FirstEncounterLiara = 'available'; _root.FirstEncounterJack = 'available'; _root.FirstEncounterSamara = 'available'; _root.FirstEncounterTali = 'available'; _root.FirstEncounterMiranda = 'available'; _root.FirstEncounterKelly = 'available'; } else { _root.act = 0; _root.event = 1; } _root.paragonCheck(); _root.fade.gotoAndPlay(2); _root.player = _root.shepLastName; } function resumeGame() { _root.loadGame(); if (_root.saveNumber == true) { _root.goToMap(); _root.fade.gotoAndPlay(2); } } function goToMap() { _root.map = 'true'; } function setGraphic(graphic, type, view) { _root.eventGraphic = graphic; _root.graphicType = type; _root.graphicView = view; } function paragonChange(mood) { _root.showParagon = true; _root.moodType = mood; if (mood == 1) { ++_root.paragonPoints; } if (mood == 3) { --_root.paragonPoints; } if (_root.paragonPoints <= 0) { _root.paragonPoints = 1; } if (_root.paragonPoints >= 60) { _root.paragonPoints = 60; } _root.paragonCheck(); } function paragonCheck() { if (_root.paragonPoints <= 20) { _root.paragonStatus = 1; } else { if (_root.paragonPoints <= 40) { _root.paragonStatus = 2; } else { if (_root.paragonPoints <= 60) { _root.paragonStatus = 3; } } } } function saveGame() { _root.pos = SharedObject.getLocal('massATGameTest'); _root.pos.data.saveNumber = true; _root.pos.data.shepFirstName = _root.shepFirstName; _root.pos.data.shepLastName = _root.shepLastName; _root.pos.data.player = _root.player; _root.pos.data.blueGirl = _root.blueGirl; _root.pos.data.quarianGirl = _root.quarianGirl; _root.pos.data.punkGirl = _root.punkGirl; _root.pos.data.bossyGirl = _root.bossyGirl; _root.pos.data.justicarGirl = _root.justicarGirl; _root.pos.data.officeGirl = _root.officeGirl; _root.pos.data.doctorGirl = _root.doctorGirl; _root.pos.data.act = _root.act; _root.pos.data.paragonPoints = _root.paragonPoints; _root.pos.data.FirstEncounterLiara = _root.FirstEncounterLiara; _root.pos.data.FirstEncounterJack = _root.FirstEncounterJack; _root.pos.data.FirstEncounterMiranda = _root.FirstEncounterMiranda; _root.pos.data.FirstEncounterSamara = _root.FirstEncounterSamara; _root.pos.data.FirstEncounterTali = _root.FirstEncounterTali; _root.pos.data.FirstEncounterKelly = _root.FirstEncounterKelly; _root.pos.data.SecondEncounterLiara = _root.SecondEncounterLiara; _root.pos.data.SecondEncounterJack = _root.SecondEncounterJack; _root.pos.data.SecondEncounterMiranda = _root.SecondEncounterMiranda; _root.pos.data.SecondEncounterSamara = _root.SecondEncounterSamara; _root.pos.data.SecondEncounterTali = _root.SecondEncounterTali; _root.pos.data.SecondEncounterKelly = _root.SecondEncounterKelly; _root.pos.data.kellyRomance = _root.kellyRomance; _root.pos.data.liaraRomance = _root.liaraRomance; _root.pos.data.jackRomance = _root.jackRomance; _root.pos.data.taliRomance = _root.taliRomance; _root.pos.data.samaraRomance = _root.samaraRomance; _root.pos.data.minervaRomance = _root.minervaRomance; } function loadGame() { _root.pos = SharedObject.getLocal('massATGameTest'); _root.saveNumber = _root.pos.data.saveNumber; if (_root.saveNumber == true) { _root.shepFirstName = _root.pos.data.shepFirstName; _root.shepLastName = _root.pos.data.shepLastName; _root.player = _root.pos.data.player; _root.blueGirl = _root.pos.data.blueGirl; _root.quarianGirl = _root.pos.data.quarianGirl; _root.punkGirl = _root.pos.data.punkGirl; _root.bossyGirl = _root.pos.data.bossyGirl; _root.justicarGirl = _root.pos.data.justicarGirl; _root.officeGirl = _root.pos.data.officeGirl; _root.doctorGirl = _root.pos.data.doctorGirl; _root.act = _root.pos.data.act; _root.paragonPoints = _root.pos.data.paragonPoints; _root.FirstEncounterLiara = _root.pos.data.FirstEncounterLiara; _root.FirstEncounterJack = _root.pos.data.FirstEncounterJack; _root.FirstEncounterMiranda = _root.pos.data.FirstEncounterMiranda; _root.FirstEncounterSamara = _root.pos.data.FirstEncounterSamara; _root.FirstEncounterTali = _root.pos.data.FirstEncounterTali; _root.FirstEncounterKelly = _root.pos.data.FirstEncounterKelly; _root.SecondEncounterLiara = _root.pos.data.SecondEncounterLiara; _root.SecondEncounterJack = _root.pos.data.SecondEncounterJack; _root.SecondEncounterMiranda = _root.pos.data.SecondEncounterMiranda; _root.SecondEncounterSamara = _root.pos.data.SecondEncounterSamara; _root.SecondEncounterTali = _root.pos.data.SecondEncounterTali; _root.SecondEncounterKelly = _root.pos.data.SecondEncounterKelly; _root.kellyRomance = _root.pos.data.kellyRomance; _root.liaraRomance = _root.pos.data.liaraRomance; _root.jackRomance = _root.pos.data.jackRomance; _root.taliRomance = _root.pos.data.taliRomance; _root.samaraRomance = _root.pos.data.samaraRomance; _root.minervaRomance = _root.pos.data.minervaRomance; } _root.paragonCheck(); } function showAct() { if (_root.act == 0) { _root.actTitle = 'Prologue'; } if (_root.act == 1) { _root.actTitle = 'The First Contact'; } if (_root.act == 2) { _root.actTitle = 'Escalation'; } _root.graphicAct = true; } function placeSet() { _root.gameOn = true; if (_root.act == 1) { if (_root.FirstEncounterLiara == 'available') { _root.place1 = _root.blueGirl + '\'s Chambers'; } if (_root.FirstEncounterLiara == 'locked') { _root.place1 = '?????'; } if (_root.FirstEncounterLiara == 'complete') { _root.place1 = 'Visited'; } if (_root.FirstEncounterJack == 'available') { _root.place2 = _root.punkGirl + '\'s Hangout'; } if (_root.FirstEncounterJack == 'locked') { _root.place2 = '?????'; } if (_root.FirstEncounterJack == 'complete') { _root.place2 = 'Visited'; } if (_root.FirstEncounterMiranda == 'available') { _root.place5 = _root.bossyGirl + '\'s Office'; } if (_root.FirstEncounterMiranda == 'locked') { _root.place5 = '?????'; } if (_root.FirstEncounterMiranda == 'complete') { _root.place5 = 'Visited'; } if (_root.FirstEncounterSamara == 'available') { _root.place4 = _root.justicarGirl + '\'s Quarters'; } if (_root.FirstEncounterSamara == 'locked') { _root.place4 = '?????'; } if (_root.FirstEncounterSamara == 'complete') { _root.place4 = 'Visited'; } if (_root.FirstEncounterKelly == 'available') { _root.place6 = 'Bridge'; } if (_root.FirstEncounterKelly == 'locked') { _root.place6 = '?????'; } if (_root.FirstEncounterKelly == 'complete') { _root.place6 = 'Visited'; } if (_root.FirstEncounterTali == 'available') { _root.place3 = 'Main Corridor'; } if (_root.FirstEncounterTali == 'locked') { _root.place3 = '?????'; } if (_root.FirstEncounterTali == 'complete') { _root.place3 = 'Visited'; } } if (_root.act == 2) { if (_root.SecondEncounterLiara == 'available') { _root.place1 = _root.blueGirl + '\'s Chambers'; } if (_root.SecondEncounterLiara == 'locked') { _root.place1 = '?????'; } if (_root.SecondEncounterLiara == 'complete') { _root.place1 = 'Visited'; } if (_root.SecondEncounterJack == 'available') { _root.place2 = _root.punkGirl + '\'s Hangout'; } if (_root.SecondEncounterJack == 'locked') { _root.place2 = '?????'; } if (_root.SecondEncounterJack == 'complete') { _root.place2 = 'Visited'; } if (_root.SecondEncounterMiranda == 'available') { _root.place5 = _root.bossyGirl + '\'s Office'; } if (_root.SecondEncounterMiranda == 'locked') { _root.place5 = '?????'; } if (_root.SecondEncounterMiranda == 'complete') { _root.place5 = 'Visited'; } if (_root.SecondEncounterSamara == 'available') { _root.place4 = _root.justicarGirl + '\'s Quarters'; } if (_root.SecondEncounterSamara == 'locked') { _root.place4 = '?????'; } if (_root.SecondEncounterSamara == 'complete') { _root.place4 = 'Visited'; } if (_root.SecondEncounterKelly == 'available') { _root.place6 = 'Bridge'; } if (_root.SecondEncounterKelly == 'locked') { _root.place6 = '?????'; } if (_root.SecondEncounterKelly == 'complete') { _root.place6 = 'Visited'; } if (_root.SecondEncounterTali == 'available') { _root.place3 = 'Main Corridor'; } if (_root.SecondEncounterTali == 'locked') { _root.place3 = '?????'; } if (_root.SecondEncounterTali == 'complete') { _root.place3 = 'Visited'; } } } function endBeta() { if (_root.beta == true) { _root.gotoAndStop('gameOver'); } } function romanceChange(type) { _root.romanceType = type; if (_root.event == 2 || _root.event == 8 || _root.event == 16) { _root.romancePoints = _root.kellyRomance; } if (_root.event == 3 || _root.event == 11) { _root.romancePoints = _root.liaraRomance; } if (_root.event == 4 || _root.event == 12) { _root.romancePoints = _root.jackRomance; } if (_root.event == 5 || _root.event == 13) { _root.romancePoints = _root.taliRomance; } if (_root.event == 6 || _root.event == 14) { _root.romancePoints = _root.samaraRomance; } if (_root.event == 7 || _root.event == 15) { _root.romancePoints = _root.mirandaRomance; } if (type == 'up') { ++_root.romancePoints; } else { --_root.romancePoints; } if (_root.romancePoints >= 10) { _root.romancePoints = 10; } if (_root.romancePoints <= 1) { _root.romancePoints = 1; } if (_root.event == 2 || _root.event == 8 || _root.event == 16) { _root.kellyRomance = _root.romancePoints; } if (_root.event == 3 || _root.event == 11) { _root.liaraRomance = _root.romancePoints; } if (_root.event == 4 || _root.event == 12) { _root.jackRomance = _root.romancePoints; } if (_root.event == 5 || _root.event == 13) { _root.taliRomance = _root.romancePoints; } if (_root.event == 6 || _root.event == 14) { _root.samaraRomance = _root.romancePoints; } if (_root.event == 7 || _root.event == 15) { _root.mirandaRomance = _root.romancePoints; } _root.showRomance = true; } function autoPlayButton() { if (_root.autoPlayActivate == false) { _root.skipActivate = false; _root.autoPlayActivate = true; } else { if (_root.autoPlayActivate == true) { _root.autoPlayActivate = false; } } } function skipButton() { if (_root.skipActivate == false) { _root.autoPlayActivate = false; _root.skipActivate = true; } else { if (_root.skipActivate == true) { _root.skipActivate = false; } } } function startGraphicViewer() { _root.setBG = 'vazio'; _root.eventGraphic = 'vazio'; _root.graphicView = 'far'; _root.graphicType = 'normal'; _root.gViewerName = ''; _root.gViewerLevel = ''; _root.gViewerStance = 'Nothing'; _root.gViewerZoom = 'Nothing'; _root.tipBox = ''; if (_root.extraGraphicKelly0 == false) { _root.box11.gotoAndStop('locked'); } else { _root.box11.gotoAndStop('available'); } if (_root.extraGraphicLiara1 == false) { _root.box21.gotoAndStop('locked'); } else { _root.box21.gotoAndStop('available'); } if (_root.extraGraphicJack1 == false) { _root.box31.gotoAndStop('locked'); } else { _root.box31.gotoAndStop('available'); } if (_root.extraGraphicTali1 == false) { _root.box41.gotoAndStop('locked'); } else { _root.box41.gotoAndStop('available'); } if (_root.extraGraphicSamara1 == false) { _root.box51.gotoAndStop('locked'); } else { _root.box51.gotoAndStop('available'); } if (_root.extraGraphicMiranda1 == false) { _root.box61.gotoAndStop('locked'); } else { _root.box61.gotoAndStop('available'); } if (_root.extraGraphicKelly1 == false) { _root.box12.gotoAndStop('locked'); } else { _root.box12.gotoAndStop('available'); } if (_root.extraGraphicLiara2 == false) { _root.box22.gotoAndStop('locked'); } else { _root.box22.gotoAndStop('available'); } if (_root.extraGraphicJack2 == false) { _root.box32.gotoAndStop('locked'); } else { _root.box32.gotoAndStop('available'); } if (_root.extraGraphicTali2 == false) { _root.box42.gotoAndStop('locked'); } else { _root.box42.gotoAndStop('available'); } if (_root.extraGraphicSamara2 == false) { _root.box52.gotoAndStop('locked'); } else { _root.box52.gotoAndStop('available'); } if (_root.extraGraphicMiranda2 == false) { _root.box62.gotoAndStop('locked'); } else { _root.box62.gotoAndStop('available'); } if (_root.extraGraphicKelly2 == false) { _root.box13.gotoAndStop('locked'); } else { _root.box13.gotoAndStop('available'); } if (_root.extraGraphicChakwas1 == false) { _root.box71.gotoAndStop('locked'); } else { _root.box71.gotoAndStop('available'); } _root.graphicStance = 1; _root.graphicZoom = 1; } function graphicViewerSelect(char) { _root.tipBox = ''; _root.graphicViewerStance(); _root.graphicViewerZoom(); if (char == 11) { _root.eventGraphic = 'kelly1'; _root.gViewerName = _root.officeGirl; _root.gViewerLevel = 'Muscle Level 0'; } if (char == 12) { _root.eventGraphic = 'kelly2'; _root.gViewerName = _root.officeGirl; _root.gViewerLevel = 'Muscle Level 1'; } if (char == 13) { _root.eventGraphic = 'kelly3'; _root.gViewerName = _root.officeGirl; _root.gViewerLevel = 'Muscle Level 2'; } if (char == 21) { _root.eventGraphic = 'liara1'; _root.gViewerName = _root.blueGirl; _root.gViewerLevel = 'Muscle Level 1'; } if (char == 31) { _root.eventGraphic = 'jack1'; _root.gViewerName = _root.punkGirl; _root.gViewerLevel = 'Muscle Level 1'; } if (char == 41) { _root.eventGraphic = 'tali1'; _root.gViewerName = _root.quarianGirl; _root.gViewerLevel = 'Muscle Level 1'; } if (char == 51) { _root.eventGraphic = 'samara1'; _root.gViewerName = _root.justicarGirl; _root.gViewerLevel = 'Muscle Level 1'; } if (char == 61) { _root.eventGraphic = 'miranda1'; _root.gViewerName = _root.bossyGirl; _root.gViewerLevel = 'Muscle Level 1'; } if (char == 22) { _root.eventGraphic = 'liara2'; _root.gViewerName = _root.blueGirl; _root.gViewerLevel = 'Muscle Level 2'; } if (char == 32) { _root.eventGraphic = 'jack2'; _root.gViewerName = _root.punkGirl; _root.gViewerLevel = 'Muscle Level 2'; } if (char == 42) { _root.eventGraphic = 'tali2'; _root.gViewerName = _root.quarianGirl; _root.gViewerLevel = 'Muscle Level 2'; } if (char == 52) { _root.eventGraphic = 'samara2'; _root.gViewerName = _root.justicarGirl; _root.gViewerLevel = 'Muscle Level 2'; } if (char == 62) { _root.eventGraphic = 'miranda2'; _root.gViewerName = _root.bossyGirl; _root.gViewerLevel = 'Muscle Level 2'; } if (char == 71) { _root.eventGraphic = 'chakwas'; _root.gViewerName = _root.doctorGirl; _root.gViewerLevel = 'Muscle Level Unknown'; } } function graphicViewerStance() { if (_root.graphicStance == 1) { _root.graphicType = 'normal'; _root.gViewerStance = 'Normal'; } if (_root.graphicStance == 2) { _root.graphicType = 'smile'; _root.gViewerStance = 'Happy'; } if (_root.graphicStance == 3) { _root.graphicType = 'thinking'; _root.gViewerStance = 'Confuse'; } if (_root.graphicStance == 4) { _root.graphicType = 'sad'; _root.gViewerStance = 'Sad'; } if (_root.graphicStance == 5) { _root.graphicType = 'angry'; _root.gViewerStance = 'Angry'; } if (_root.graphicStance == 6) { _root.graphicType = 'shy'; _root.gViewerStance = 'Shy'; } } function graphicViewerZoom() { if (_root.graphicZoom == 1) { _root.graphicView = 'far'; _root.gViewerZoom = 'Far'; } if (_root.graphicZoom == 2) { _root.graphicView = 'mid'; _root.gViewerZoom = 'Half Way'; } if (_root.graphicZoom == 3) { _root.graphicView = 'close'; _root.gViewerZoom = 'Near'; } } function tipUnlock(box) { _root.gViewerName = ''; _root.gViewerLevel = ''; _root.eventGraphic = 'vazio'; if (box == 11) { _root.tipBox = 'Finish the game once to unlock.'; } if (box == 12) { _root.tipBox = 'Meet ' + _root.officeGirl + ' in BOTH ACTS and finish the game to unlock.'; } if (box == 13) { _root.tipBox = 'Get in a ROMANCE with ' + _root.officeGirl + ' and finish the game to unlock.'; } if (box == 21) { _root.tipBox = 'Meet ' + _root.blueGirl + ' in BOTH ACTS and finish the game to unlock.'; } if (box == 22) { _root.tipBox = 'Get in a ROMANCE with ' + _root.blueGirl + ' and finish the game to unlock.'; } if (box == 31) { _root.tipBox = 'Meet ' + _root.punkGirl + ' in BOTH ACTS and finish the game to unlock.'; } if (box == 32) { _root.tipBox = 'Get in a ROMANCE with ' + _root.punkGirl + ' and finish the game to unlock.'; } if (box == 41) { _root.tipBox = 'Meet ' + _root.quarianGirl + ' in BOTH ACTS and finish the game to unlock.'; } if (box == 42) { _root.tipBox = 'Get in a ROMANCE with ' + _root.quarianGirl + ' and finish the game to unlock.'; } if (box == 51) { _root.tipBox = 'Meet ' + _root.justicarGirl + ' in BOTH ACTS and finish the game to unlock.'; } if (box == 52) { _root.tipBox = 'Get in a ROMANCE with ' + _root.justicarGirl + ' and finish the game to unlock.'; } if (box == 61) { _root.tipBox = 'Meet ' + _root.bossyGirl + ' in BOTH ACTS and finish the game to unlock.'; } if (box == 62) { _root.tipBox = 'Get in a ROMANCE with ' + _root.bossyGirl + ' and finish the game to unlock.'; } if (box == 71) { _root.tipBox = 'It\'s a secret, DUH!!'; } } function exitGame() { _root.exitScreen.gotoAndStop(1); } function selectBioCor() { if (_root.selectBioColor < 5) { ++_root.selectBioColor; } else { if (_root.selectBioColor >= 5) { _root.selectBioColor = 1; } } } function selectBioBik() { if (_root.selectBioBikini < 3) { ++_root.selectBioBikini; } else { if (_root.selectBioBikini >= 3) { _root.selectBioBikini = 1; } } } function selectBioView() { if (_root.selectBioV < 3) { ++_root.selectBioV; } else { if (_root.selectBioV >= 3) { _root.selectBioV = 1; } } } stop(); _level1._y = 195; var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); _root.menu = myMenu; _root.beta = true; _root.testGame = true; _root.debugTab._visible = false; _root.saveNumber = false; _root.shepFirstName = 'Joe'; _root.shepLastName = 'Shepherd'; _root.blueGirl = 'Lima'; _root.quarianGirl = 'Bali'; _root.punkGirl = 'Mack'; _root.bossyGirl = 'Lavanda'; _root.justicarGirl = 'Masara'; _root.officeGirl = 'Penny'; _root.doctorGirl = 'Chakalaka'; _root.garrusName = 'Jarrus'; _root.act = 0; _root.kellyRomance = 1; _root.liaraRomance = 1; _root.jackRomance = 1; _root.taliRomance = 1; _root.samaraRomance = 1; _root.mirandaRomance = 1; _root.paragonPoints = 30; _root.showRomance = false; _root.graphicAct = false; _root.showParagon = false; _root.graphicType = 'normal'; _root.shepLooking = 'front'; _root.graphicView = 'close'; _root.shepMood = 'angry'; _root.shepTalk = false; _root.shepFacing = 'front'; _root.girlEye = 'nothing'; _root.girlMood = 'normal'; _root.girlTalk = false; _root.girlFacing = 'front'; _root.girlAction = 'still'; _root.startCounting = false; _root.skipActivate = false; _root.autoPlayActivate = false; _root.timeAutoPlay = 1; _root.newEvent = ''; _root.talker = _root.player; _root.part = 1; _root.event = 1; _root.eventGraphic = ''; _root.scene = 'one'; _root.countField = 1; _root.showButton = false; _root.showRadial = false; _root.choiceText1 = 'vazio'; _root.choiceText2 = 'vazio'; _root.choiceText3 = 'vazio'; _root.fadeMC = ''; _root.player = _root.shepLastName; _root.paragonStatus = 0; _root.place1 = '???'; _root.place2 = '???'; _root.place3 = '???'; _root.place4 = '???'; _root.place5 = '???'; _root.place6 = '???'; _root.actTitle = '?'; _root.romancePoints = 1; _root.setBG = 'nothing'; _root.map = 'false'; _root.FirstEncounterLiara = 'locked'; _root.FirstEncounterJack = 'locked'; _root.FirstEncounterMiranda = 'locked'; _root.FirstEncounterSamara = 'locked'; _root.FirstEncounterTali = 'locked'; _root.FirstEncounterKelly = 'locked'; _root.SecondEncounterLiara = 'locked'; _root.SecondEncounterJack = 'locked'; _root.SecondEncounterMiranda = 'locked'; _root.SecondEncounterSamara = 'locked'; _root.SecondEncounterTali = 'locked'; _root.SecondEncounterKelly = 'locked'; _root.gameOn = false; _root.extraGraphicKelly0 = true; _root.extraGraphicLiara1 = true; _root.extraGraphicJack1 = true; _root.extraGraphicTali1 = true; _root.extraGraphicSamara1 = true; _root.extraGraphicMiranda1 = true; _root.extraGraphicKelly1 = true; _root.extraGraphicLiara2 = true; _root.extraGraphicJack2 = true; _root.extraGraphicTali2 = true; _root.extraGraphicSamara2 = true; _root.extraGraphicMiranda2 = true; _root.extraGraphicKelly2 = true; _root.extraGraphicChakwas1 = true; _root.extraBioLiara1 = false; _root.extraBioJack1 = false; _root.extraBioTali1 = false; _root.extraBioSamara1 = false; _root.extraBioMiranda1 = false; _root.extraBioKelly1 = false; _root.extraBioLiara2 = false; _root.extraBioJack2 = false; _root.extraBioTali2 = false; _root.extraBioSamara2 = false; _root.extraBioMiranda2 = false; _root.extraBioKelly2 = false; _root.extraBioLiara3 = false; _root.extraBioJack3 = false; _root.extraBioTali3 = false; _root.extraBioSamara3 = false; _root.extraBioMiranda3 = false; _root.extraBioKelly3 = false; _root.selectBioGirl = 1; _root.selectBioColor = 1; _root.selectBioV = 1; _root.selectBioBikini = 1; _root.selectBioLevel = 1; _root.extraFMGLiara = false; _root.extraFMGJack = false; _root.extraFMGTali = false; _root.extraFMGSamara = false; _root.extraFMGMiranda = false; _root.extraFMGKelly = false; } movieClip 40 { } button 48 { on (press) { _root.gotoAndStop('details'); } } movieClip 49 { } button 54 { on (press) { _root.gotoAndStop('extras'); } } button 55 { on (press) { _root.resumeGame(); } } button 57 { on (press) { _root.gotoAndStop('tutorial'); } } movieClip 68 { } movieClip 69 { frame 14 { if (_root.newEvent != '') { _root.resetEventVar(); } else { if (_root.map == 'true') { _root.map = 'false'; _root.part = 1; _root.scene = 'one'; _root.gotoAndStop('map'); } else { _root.gotoAndStop('event'); } } } frame 18 { _root.gameScript.gotoAndPlay('loop'); } frame 33 { gotoAndStop(1); } } instance fade of movieClip 69 { onClipEvent (load) { this.gotoAndStop(1); } } movieClip 89 { } movieClip 93 { } button 94 { on (press) { _root.startGame(); } } button 100 { on (press) { _root.gotoAndStop('start'); } } frame 705 { _root.blockButton = false; _root.placeSet(); _root.showAct(); } movieClip 103 { } movieClip 104 { } button 106 { on (press) { if (_root.blockButton == false) { _root.blockButton = true; _root.event = 9; _root.map = 'false'; _root.fade.gotoAndPlay(2); } } } button 108 { on (press) { if (_root.act == 1) { if (_root.FirstEncounterJack == 'available' && _root.blockButton == false) { _root.blockButton = true; _root.event = 4; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place2; } } if (_root.act == 2) { if (_root.SecondEncounterJack == 'available' && _root.blockButton == false) { _root.blockButton = true; _root.event = 12; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place2; } } } } button 110 { on (press) { if (_root.act == 1) { if (_root.FirstEncounterTali == 'available' && _root.blockButton == false) { _root.blockButton = true; _root.event = 5; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place3; } } if (_root.act == 2) { if (_root.SecondEncounterTali == 'available' && _root.blockButton == false) { _root.blockButton = true; _root.event = 13; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place3; } } } } button 112 { on (press) { if (_root.act == 1) { if (_root.FirstEncounterSamara == 'available' && _root.blockButton == false) { _root.blockButton = true; _root.event = 6; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place4; } } if (_root.act == 2) { if (_root.SecondEncounterSamara == 'available' && _root.blockButton == false) { _root.blockButton = true; _root.event = 14; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place4; } } } } button 114 { on (press) { if (_root.act == 1) { if (_root.FirstEncounterMiranda == 'available' && _root.blockButton == false) { _root.blockButton = true; _root.event = 7; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place5; } } if (_root.act == 2) { if (_root.SecondEncounterMiranda == 'available' && _root.blockButton == false) { _root.blockButton = true; _root.event = 15; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place5; } } } } button 116 { on (press) { if (_root.act == 1) { if (_root.FirstEncounterKelly == 'available' && _root.blockButton == false) { _root.blockButton = true; _root.event = 8; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place6; } } if (_root.act == 2) { if (_root.SecondEncounterKelly == 'available' && _root.blockButton == false) { _root.blockButton = true; _root.event = 16; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place6; } } } } button 122 { on (release) { _root.saveGame(); _root.saveSystem.alert.gotoAndPlay(1); } } movieClip 124 { frame 19 { stop(); } } movieClip 125 { instance alert of movieClip 124 { onClipEvent (load) { this.gotoAndPlay('vazio'); } } } button 134 { on (press) { if (_root.blockButton == false) { _root.blockButton = true; _root.event = 11; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place1; } } } button 136 { on (press) { if (_root.act == 1) { if (_root.FirstEncounterLiara == 'available' && _root.blockButton == false) { _root.blockButton = true; _root.event = 3; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place1; } } if (_root.act == 2) { if (_root.SecondEncounterLiara == 'available' && _root.blockButton == false) { _root.blockButton = true; _root.event = 11; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place1; } } } } button 144 { on (press) { if (_root.blockButton == false) { _root.blockButton = true; _root.event = 1; _root.map = 'false'; _root.fade.gotoAndPlay(2); } } } button 148 { on (release) { _root.exitGame(); } } button 151 { on (press) { _root.gotoAndStop('extras'); } } button 152 { on (press) { if (_root.blockButton == false) { _root.blockButton = true; _root.event = 12; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place2; } } } button 154 { on (press) { if (_root.blockButton == false) { _root.blockButton = true; _root.event = 13; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place3; } } } button 160 { on (press) { _root.gotoAndStop('start'); } } button 163 { on (press) { gotoAndStop(2); } } movieClip 164 { frame 1 { _root.map1.enabled = false; _root.map2.enabled = false; _root.map3.enabled = false; _root.map4.enabled = false; _root.map5.enabled = false; _root.map6.enabled = false; _root.map7.enabled = false; _root.map8.enabled = false; _root.map9.enabled = false; _root.map10.enabled = false; _root.saveSystem.saveButton.enabled = false; _root.quitButton.enabled = false; _root.gameScript.script.nextButton.enabled = false; _root.gameScript.script.radial.opt1.enabled = false; _root.gameScript.script.radial.opt2.enabled = false; _root.gameScript.script.radial.opt3.enabled = false; } frame 2 { _root.map1.enabled = true; _root.map2.enabled = true; _root.map3.enabled = true; _root.map4.enabled = true; _root.map5.enabled = true; _root.map6.enabled = true; _root.map7.enabled = true; _root.map8.enabled = true; _root.map9.enabled = true; _root.map10.enabled = true; _root.saveSystem.saveButton.enabled = true; _root.quitButton.enabled = true; _root.gameScript.script.nextButton.enabled = true; _root.gameScript.script.radial.opt1.enabled = true; _root.gameScript.script.radial.opt2.enabled = true; _root.gameScript.script.radial.opt3.enabled = true; } } instance exitScreen of movieClip 164 { onClipEvent (load) { this.gotoAndStop(2); } } movieClip 172 { } movieClip 189 { frame 1 { _root.place = 'Commander\'s Cabin'; } frame 2 { _root.place = 'Bridge'; } frame 3 { _root.place = _root.blueGirl + '\'s Quarters'; } frame 4 { _root.place = _root.punkGirl + '\'s Corner'; } frame 5 { _root.place = 'Main Corridor'; } frame 6 { _root.place = 'Engineer\'s Station'; } frame 7 { _root.place = _root.bossyGirl + '\'s Office'; } frame 8 { _root.place = 'Somewhere in the NoManLand...'; } } movieClip 190 { instance of movieClip 189 { onClipEvent (load) { this.gotoAndStop(_root.setBG); } onClipEvent (enterFrame) { this.gotoAndStop(_root.setBG); } } } movieClip 192 { } movieClip 194 { } movieClip 196 { } movieClip 199 { } movieClip 200 { frame 1 { stop(); } } movieClip 206 { frame 53 { gotoAndPlay(2); } } movieClip 208 { } movieClip 210 { } movieClip 212 { } movieClip 214 { frame 238 { gotoAndPlay(1); } frame 341 { gotoAndPlay(239); } frame 440 { gotoAndPlay(342); } } movieClip 216 { } movieClip 218 { } movieClip 220 { } movieClip 225 { } movieClip 228 { } movieClip 229 { frame 1 { stop(); } instance of movieClip 196 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.shepTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } instance of movieClip 200 { onClipEvent (load) { this.gotoAndStop(_root.shepLooking); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepLooking); } } instance of movieClip 206 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.shepTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } instance of movieClip 214 { onClipEvent (load) { this.gotoAndStop(_root.shepLooking); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepLooking); } } instance of movieClip 216 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.shepTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } instance of movieClip 218 { onClipEvent (load) { this.gotoAndStop(_root.shepLooking); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepLooking); } } instance of movieClip 220 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.shepTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } instance of movieClip 200 { onClipEvent (load) { this.gotoAndStop(_root.shepLooking); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepLooking); } } } movieClip 231 { } movieClip 233 { } movieClip 235 { } movieClip 239 { } movieClip 241 { } movieClip 243 { } movieClip 247 { } movieClip 249 { } movieClip 251 { } movieClip 253 { } movieClip 255 { } movieClip 256 { frame 1 { stop(); } instance of movieClip 239 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.shepTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } instance of movieClip 247 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.shepTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } instance of movieClip 239 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.shepTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 258 { } movieClip 260 { } movieClip 262 { } movieClip 263 { instance of movieClip 229 { onClipEvent (load) { this.gotoAndStop(_root.shepMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepMood); } } instance of movieClip 256 { onClipEvent (load) { this.gotoAndStop(_root.shepMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepMood); } } } movieClip 267 { } movieClip 268 { } movieClip 270 { } movieClip 274 { } movieClip 277 { } movieClip 298 { } movieClip 317 { } movieClip 318 { } movieClip 325 { } movieClip 327 { frame 4 { stop(); _root.scene = 'four'; } } movieClip 330 { } movieClip 332 { } movieClip 334 { } movieClip 336 { } movieClip 339 { } movieClip 342 { } movieClip 344 { } movieClip 346 { } movieClip 347 { instance of movieClip 342 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 348 { } movieClip 349 { frame 1 { play(); } instance of movieClip 263 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } frame 180 { stop(); } } movieClip 352 { frame 15 { stop(); } frame 41 { stop(); } } movieClip 354 { } movieClip 356 { } movieClip 358 { } movieClip 363 { } movieClip 364 { } movieClip 370 { frame 5 { stop(); } frame 9 { stop(); _root.girlAction = 'still'; } } movieClip 371 { instance of movieClip 364 { onClipEvent (load) { this.gotoAndStop(_root.girlMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.girlMood); } } instance of movieClip 370 { onClipEvent (enterFrame) { if (_root.girlAction == 'salute') { this.play(); _root.girlAction = ''; } if (_root.girlAction == 'rest') { this.play(); _root.girlAction = ''; } if (_root.girlAction == 'still') { this.gotoAndStop(1); } } } } movieClip 372 { } movieClip 374 { } movieClip 381 { } movieClip 386 { } movieClip 391 { } movieClip 396 { } movieClip 397 { instance of movieClip 381 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 398 { instance of movieClip 397 { onClipEvent (load) { this.gotoAndStop(_root.girlMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.girlMood); } } instance of movieClip 370 { onClipEvent (enterFrame) { if (_root.girlAction == 'salute') { this.play(); _root.girlAction = ''; } if (_root.girlAction == 'rest') { this.play(); _root.girlAction = ''; } if (_root.girlAction == 'still') { this.gotoAndStop(1); } } } } movieClip 399 { instance of movieClip 256 { onClipEvent (load) { this.gotoAndStop(_root.shepMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepMood); } } } movieClip 400 { frame 1 { play(); } instance of movieClip 372 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } frame 50 { stop(); } } movieClip 402 { } movieClip 406 { } movieClip 408 { } movieClip 410 { } movieClip 411 { instance of movieClip 406 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 413 { } movieClip 415 { } movieClip 416 { } movieClip 417 { } movieClip 421 { } movieClip 424 { frame 46 { gotoAndPlay(7); } frame 49 { stop(); _root.graphicType = 'normal'; } } movieClip 428 { } movieClip 430 { } movieClip 432 { } movieClip 433 { instance of movieClip 428 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 434 { } movieClip 438 { } movieClip 440 { } movieClip 442 { } movieClip 443 { instance of movieClip 438 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 445 { } movieClip 446 { frame 7 { stop(); } } movieClip 450 { } movieClip 452 { } movieClip 454 { } movieClip 455 { instance of movieClip 450 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 456 { } movieClip 460 { } movieClip 466 { } movieClip 467 { instance of movieClip 460 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 469 { } movieClip 470 { frame 5 { stop(); } } movieClip 471 { instance of movieClip 424 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } } movieClip 472 { frame 1 { view = 'far'; } instance of movieClip 471 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 474 { } movieClip 476 { } movieClip 477 { } movieClip 479 { } movieClip 480 { } movieClip 482 { } movieClip 483 { } movieClip 486 { } movieClip 488 { } movieClip 490 { frame 46 { gotoAndPlay(7); } frame 49 { stop(); _root.graphicType = 'normal'; } } movieClip 492 { } movieClip 494 { } movieClip 495 { } movieClip 496 { } movieClip 497 { } movieClip 498 { frame 1 { _root.shepLooking = 'front'; _root.shepFacing = 'front'; _root.shepMood = 'normal'; } instance of movieClip 263 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } frame 61 { _root.shepLooking = 'front'; _root.shepFacing = 'frontSideLeft'; _root.shepMood = 'angry'; } instance of movieClip 263 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepFacing); } } frame 97 { _root.shepLooking = 'front'; _root.shepFacing = 'front'; _root.shepMood = 'angry'; } frame 100 { _root.shepLooking = 'front'; _root.shepFacing = 'frontSideRight'; _root.shepMood = 'angry'; } frame 139 { _root.shepLooking = 'front'; _root.shepFacing = 'front'; _root.shepMood = 'angry'; } frame 141 { gotoAndPlay(61); } } movieClip 499 { instance of movieClip 490 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } frame 100 { stop(); } } movieClip 501 { } movieClip 503 { } movieClip 505 { } movieClip 507 { } movieClip 508 { frame 85 { gotoAndPlay(35); } } movieClip 512 { } movieClip 513 { } movieClip 517 { frame 1 { stop(); } } movieClip 521 { } movieClip 523 { instance of movieClip 521 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 525 { } movieClip 527 { } movieClip 529 { } movieClip 531 { } movieClip 533 { } movieClip 537 { } movieClip 539 { instance of movieClip 537 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 541 { } movieClip 543 { } movieClip 544 { frame 40 { gotoAndPlay(2); } frame 72 { gotoAndPlay(42); } frame 108 { gotoAndPlay(74); } frame 152 { gotoAndPlay(110); } frame 191 { gotoAndPlay(154); } frame 205 { stop(); } } movieClip 545 { instance of movieClip 544 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } } movieClip 546 { frame 1 { view = 'far'; } instance of movieClip 545 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 549 { frame 1 { stop(); } } movieClip 551 { } movieClip 553 { } movieClip 557 { } movieClip 559 { } movieClip 561 { } movieClip 562 { instance of movieClip 557 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 563 { } movieClip 565 { } movieClip 567 { } movieClip 571 { } movieClip 573 { } movieClip 575 { instance of movieClip 571 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 576 { } movieClip 581 { } movieClip 583 { } movieClip 587 { } movieClip 589 { } movieClip 591 { instance of movieClip 587 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 592 { } movieClip 595 { } movieClip 596 { } movieClip 600 { } movieClip 602 { } movieClip 605 { instance of movieClip 600 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 606 { } movieClip 610 { } movieClip 612 { } movieClip 614 { instance of movieClip 610 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 616 { } movieClip 617 { } movieClip 621 { } movieClip 623 { } movieClip 625 { instance of movieClip 621 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 627 { } movieClip 629 { } movieClip 630 { } movieClip 632 { } movieClip 634 { } movieClip 635 { frame 1 { _root.shepLooking = 'right'; _root.shepFacing = 'front'; _root.shepMood = 'angry'; stop(); } instance of movieClip 263 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } frame 2 { prevFrame(); } frame 8 { stop(); } } movieClip 636 { frame 100 { stop(); } } movieClip 638 { } movieClip 640 { } movieClip 642 { } movieClip 644 { } movieClip 645 { } movieClip 647 { } movieClip 648 { } movieClip 649 { frame 1 { _root.shepLooking = 'front'; _root.shepFacing = 'front'; _root.shepMood = 'angry'; } instance of movieClip 263 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } frame 101 { _root.shepLooking = 'right'; _root.shepFacing = 'front'; _root.shepMood = 'angry'; stop(); } frame 102 { _root.shepMood = 'angry'; } frame 200 { stop(); } } movieClip 652 { } movieClip 655 { } movieClip 656 { } movieClip 658 { } movieClip 662 { } movieClip 664 { } movieClip 667 { instance of movieClip 662 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 670 { } movieClip 671 { } movieClip 674 { } movieClip 675 { } movieClip 678 { } movieClip 679 { } movieClip 681 { } movieClip 683 { } movieClip 684 { } movieClip 686 { } movieClip 688 { } movieClip 689 { } movieClip 691 { } movieClip 694 { instance of movieClip 662 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 695 { } movieClip 696 { frame 2 { prevFrame(); } frame 59 { gotoAndPlay(3); } frame 96 { gotoAndPlay(60); } instance face of movieClip 667 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { this.gotoAndStop('still'); } } frame 149 { gotoAndPlay(107); } frame 151 { prevFrame(); } frame 166 { stop(); } } movieClip 697 { instance of movieClip 635 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } instance of movieClip 649 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } instance of movieClip 696 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } } movieClip 698 { frame 1 { view = 'far'; } instance of movieClip 697 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 700 { } movieClip 702 { } movieClip 706 { } movieClip 708 { } movieClip 710 { instance of movieClip 706 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 712 { } movieClip 713 { } movieClip 717 { } movieClip 719 { } movieClip 721 { instance of movieClip 717 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 723 { } movieClip 724 { } movieClip 726 { } movieClip 730 { } movieClip 732 { } movieClip 734 { instance of movieClip 730 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 736 { } movieClip 737 { } movieClip 741 { } movieClip 743 { } movieClip 745 { instance of movieClip 741 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 747 { } movieClip 748 { } movieClip 750 { } movieClip 754 { } movieClip 756 { } movieClip 758 { instance of movieClip 754 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 759 { } movieClip 763 { } movieClip 765 { } movieClip 767 { instance of movieClip 763 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 769 { } movieClip 771 { } movieClip 772 { } movieClip 776 { frame 1 { stop(); } } movieClip 778 { } movieClip 779 { frame 1 { _root.shepLooking = 'front'; _root.shepFacing = 'front'; _root.shepMood = 'angry'; } instance of movieClip 263 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } frame 61 { prevFrame(); } frame 62 { _root.shepLooking = 'front'; _root.shepFacing = 'frontSideRight'; _root.shepMood = 'angry'; } instance of movieClip 263 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepFacing); } } frame 139 { _root.shepLooking = 'front'; _root.shepFacing = 'front'; _root.shepMood = 'angry'; } frame 142 { _root.shepLooking = 'front'; _root.shepFacing = 'frontSideLeft'; _root.shepMood = 'angry'; } frame 208 { _root.shepLooking = 'front'; _root.shepFacing = 'front'; _root.shepMood = 'angry'; } frame 210 { gotoAndPlay(62); } frame 211 { _root.shepLooking = 'front'; _root.shepFacing = 'front'; _root.shepMood = 'sad'; } instance of movieClip 776 { onClipEvent (load) { this.gotoAndStop(2); } } frame 240 { _root.shepLooking = 'front'; _root.shepFacing = 'frontSideLeft'; _root.shepMood = 'sad'; } frame 312 { stop(); } } movieClip 780 { frame 100 { stop(); } } movieClip 783 { } movieClip 785 { } movieClip 791 { } movieClip 793 { } movieClip 796 { } movieClip 798 { } movieClip 801 { frame 1 { stop(); } } movieClip 803 { } movieClip 805 { } movieClip 807 { } movieClip 811 { } movieClip 817 { instance of movieClip 811 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 819 { } movieClip 821 { } movieClip 823 { } movieClip 825 { } movieClip 827 { } movieClip 829 { } movieClip 831 { } movieClip 834 { } movieClip 836 { } movieClip 838 { } movieClip 840 { } movieClip 842 { } movieClip 844 { } movieClip 848 { frame 8 { stop(); } } movieClip 849 { frame 1 { loop = 1; } frame 40 { if (_root.scene != '') { gotoAndPlay(_root.scene); _root.scene = ''; } else { gotoAndPlay(2); } } frame 49 { if (_root.scene != '') { gotoAndPlay(_root.scene); _root.scene = ''; } else { gotoAndPlay(42); } } frame 60 { if (_root.scene != '') { gotoAndPlay(_root.scene); _root.scene = ''; } else { gotoAndPlay(51); } } frame 86 { if (_root.scene != '') { gotoAndPlay(_root.scene); _root.scene = ''; } else { gotoAndPlay(76); } } frame 107 { if (loop < 2) { gotoAndPlay(88); ++loop; } else { loop = 1; } } frame 127 { if (loop < 2) { gotoAndPlay(109); ++loop; } else { loop = 1; } } frame 192 { if (_root.scene != '') { gotoAndPlay(_root.scene); _root.scene = ''; } else { gotoAndPlay(163); } } frame 227 { if (_root.scene != '') { gotoAndPlay(_root.scene); _root.scene = ''; } else { gotoAndPlay(198); } } frame 242 { stop(); } } movieClip 850 { instance of movieClip 779 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } instance of movieClip 849 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } movieClip 851 { frame 1 { view = 'far'; } instance of movieClip 850 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 854 { frame 1 { stop(); } } movieClip 858 { } movieClip 859 { instance of movieClip 858 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 862 { frame 1 { stop(); } } movieClip 865 { frame 1 { stop(); } } movieClip 866 { } movieClip 870 { } movieClip 871 { instance of movieClip 870 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 874 { frame 1 { stop(); } } movieClip 875 { } movieClip 877 { frame 1 { stop(); } } movieClip 879 { } movieClip 880 { } movieClip 883 { frame 1 { stop(); } } movieClip 884 { } movieClip 887 { frame 1 { stop(); } } movieClip 888 { } movieClip 891 { frame 1 { stop(); } } movieClip 892 { } movieClip 893 { frame 1 { _root.shepLooking = 'front'; _root.shepFacing = 'front'; _root.shepMood = 'normal'; } instance of movieClip 263 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } frame 61 { _root.shepLooking = 'left'; _root.shepFacing = 'front'; _root.shepMood = 'angry'; stop(); } } movieClip 894 { frame 100 { stop(); } } movieClip 897 { } movieClip 899 { } movieClip 901 { } movieClip 903 { } movieClip 904 { } movieClip 905 { } movieClip 906 { } movieClip 908 { } movieClip 911 { } movieClip 913 { frame 1 { stop(); } } movieClip 916 { frame 1 { stop(); } } movieClip 918 { } movieClip 921 { frame 1 { stop(); } } movieClip 924 { frame 1 { stop(); } } movieClip 926 { } movieClip 928 { } movieClip 930 { } movieClip 932 { } movieClip 934 { } movieClip 936 { } movieClip 941 { } movieClip 943 { frame 1 { stop(); } } movieClip 945 { } movieClip 947 { frame 1 { stop(); } } movieClip 951 { } movieClip 955 { } movieClip 962 { } movieClip 964 { } movieClip 966 { } movieClip 967 { frame 1 { _root.shepLooking = 'front'; _root.shepFacing = 'side'; _root.shepMood = 'angry'; stop(); } instance of movieClip 263 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } frame 2 { stop(); } frame 43 { gotoAndPlay(35); } frame 83 { gotoAndPlay(77); } frame 153 { gotoAndPlay(142); } frame 272 { gotoAndPlay(261); } frame 290 { stop(); } frame 301 { gotoAndPlay(297); } frame 315 { stop(); } } movieClip 968 { instance of movieClip 967 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } } movieClip 969 { frame 1 { view = 'far'; } instance of movieClip 968 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 971 { } movieClip 973 { } movieClip 975 { } movieClip 979 { } movieClip 981 { } movieClip 984 { instance of movieClip 979 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 985 { } movieClip 987 { } movieClip 991 { } movieClip 993 { } movieClip 996 { instance of movieClip 991 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 997 { } movieClip 999 { } movieClip 1003 { } movieClip 1005 { } movieClip 1008 { instance of movieClip 1003 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1009 { } movieClip 1011 { } movieClip 1015 { } movieClip 1017 { } movieClip 1020 { instance of movieClip 1015 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1022 { } movieClip 1023 { } movieClip 1027 { } movieClip 1029 { } movieClip 1030 { instance of movieClip 1027 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1032 { } movieClip 1033 { } movieClip 1037 { } movieClip 1039 { } movieClip 1042 { instance of movieClip 1037 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1044 { } movieClip 1045 { } movieClip 1047 { } movieClip 1049 { } movieClip 1051 { } movieClip 1053 { } movieClip 1054 { } movieClip 1055 { } movieClip 1056 { } movieClip 1059 { frame 1 { _root.girlEye = 'close'; _root.shepLooking = 'right'; _root.shepFacing = 'front'; _root.shepMood = 'normal'; } instance of movieClip 263 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } instance of movieClip 1042 { onClipEvent (load) { if (_root.girlEye == 'close') { this.gotoAndStop(100); } if (_root.girlEye == 'open') { this.gotoAndPlay(1); this.play(); } } onClipEvent (enterFrame) { if (_root.girlEye == 'close') { this.gotoAndStop(100); } if (_root.girlEye == 'open') { this.gotoAndPlay(1); this.play(); } } } frame 170 { _root.girlEye = 'open'; } frame 200 { _root.girlEye = 'nothing'; stop(); } } movieClip 1060 { frame 100 { stop(); } } movieClip 1062 { } movieClip 1064 { } movieClip 1068 { } movieClip 1070 { instance of movieClip 1068 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1072 { } movieClip 1074 { } movieClip 1077 { } movieClip 1084 { instance of movieClip 1077 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1086 { } movieClip 1088 { } movieClip 1090 { } movieClip 1092 { } movieClip 1095 { frame 1 { stop(); } } movieClip 1097 { } movieClip 1099 { } movieClip 1101 { } movieClip 1102 { frame 40 { gotoAndPlay(2); } frame 80 { gotoAndPlay(42); } frame 120 { gotoAndPlay(82); } frame 160 { gotoAndPlay(122); } frame 201 { gotoAndPlay(162); } frame 251 { gotoAndPlay(203); } frame 271 { stop(); } } movieClip 1103 { instance of movieClip 1102 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } } movieClip 1104 { frame 1 { view = 'far'; } instance of movieClip 1103 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 1106 { } movieClip 1108 { } movieClip 1110 { } movieClip 1114 { } movieClip 1116 { } movieClip 1122 { instance of movieClip 1114 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } frame 105 { gotoAndPlay(1); } frame 241 { gotoAndPlay(106); } } movieClip 1123 { } movieClip 1125 { } movieClip 1129 { } movieClip 1131 { } movieClip 1132 { instance of movieClip 1129 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1133 { } movieClip 1135 { } movieClip 1137 { } movieClip 1141 { } movieClip 1147 { } movieClip 1151 { instance of movieClip 1141 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } frame 105 { gotoAndPlay(1); } } movieClip 1152 { } movieClip 1154 { } movieClip 1156 { } movieClip 1160 { } movieClip 1162 { } movieClip 1165 { instance of movieClip 1160 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1166 { } movieClip 1168 { } movieClip 1172 { } movieClip 1174 { } movieClip 1177 { instance of movieClip 1172 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1178 { } movieClip 1180 { } movieClip 1184 { } movieClip 1186 { } movieClip 1189 { instance of movieClip 1184 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1190 { } movieClip 1198 { } movieClip 1200 { } movieClip 1201 { } movieClip 1203 { frame 1 { _root.girlEye = 'down'; } instance of movieClip 263 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } instance of movieClip 1122 { onClipEvent (load) { if (_root.girlEye == 'down') { this.gotoAndPlay(106); _root.girlEye = 'nothing'; } } onClipEvent (enterFrame) { if (_root.girlEye == 'down') { this.gotoAndPlay(106); this.play(); } if (_root.girlEye == 'open') { this.gotoAndPlay(1); this.play(); } if (_root.girlEye == 'left') { this.gotoAndStop(242); } } } frame 51 { _root.shepLooking = 'right'; _root.shepFacing = 'front'; _root.shepMood = 'angry'; } frame 100 { stop(); } frame 101 { _root.girlEye = 'left'; } frame 102 { prevFrame(); } frame 103 { _root.shepMood = 'sad'; } instance of movieClip 1151 { onClipEvent (load) { if (_root.girlEye == 'left') { this.gotoAndStop(106); _root.girlEye = 'nothing'; } } onClipEvent (enterFrame) { if (_root.girlEye == 'left') { this.gotoAndStop(106); _root.girlEye = 'nothing'; } } } frame 110 { stop(); } } movieClip 1204 { frame 100 { stop(); } } movieClip 1208 { frame 1 { stop(); } } movieClip 1211 { frame 1 { stop(); } } movieClip 1214 { frame 1 { stop(); } } movieClip 1215 { } movieClip 1218 { } movieClip 1219 { } movieClip 1221 { } movieClip 1223 { } movieClip 1225 { } movieClip 1230 { } movieClip 1235 { instance of movieClip 1230 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1237 { } movieClip 1239 { } movieClip 1241 { } movieClip 1245 { } movieClip 1250 { instance of movieClip 1245 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1252 { } movieClip 1253 { frame 80 { gotoAndPlay(2); } frame 108 { gotoAndPlay(82); } frame 138 { gotoAndPlay(110); } frame 168 { gotoAndPlay(140); } frame 220 { gotoAndPlay(170); } frame 272 { gotoAndPlay(222); } frame 290 { stop(); } } movieClip 1254 { instance of movieClip 1203 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } instance of movieClip 1253 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } } movieClip 1255 { frame 1 { view = 'far'; } instance of movieClip 1254 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 1263 { } movieClip 1264 { frame 1 { view = 'far'; } instance of movieClip 1263 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 1269 { frame 57 { stop(); } } movieClip 1270 { } movieClip 1271 { frame 1 { view = 'far'; } instance of movieClip 1270 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 1273 { } movieClip 1275 { } movieClip 1277 { } movieClip 1280 { frame 1 { stop(); } } movieClip 1282 { } movieClip 1284 { } movieClip 1286 { } movieClip 1288 { } movieClip 1290 { } movieClip 1292 { } movieClip 1295 { frame 1 { stop(); } } movieClip 1297 { } movieClip 1302 { } movieClip 1305 { instance of movieClip 1302 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1306 { frame 85 { if (random(5) == 1) { play(); } else { gotoAndPlay(1); } } frame 181 { if (random(5) == 1) { play(); } else { gotoAndPlay(95); } } frame 191 { gotoAndPlay(1); } } movieClip 1308 { } movieClip 1310 { } movieClip 1313 { frame 1 { stop(); } } movieClip 1315 { } movieClip 1316 { } movieClip 1318 { } movieClip 1320 { } movieClip 1322 { } movieClip 1324 { } movieClip 1326 { } movieClip 1327 { } movieClip 1329 { } movieClip 1331 { } movieClip 1333 { } movieClip 1335 { } movieClip 1337 { } movieClip 1338 { } movieClip 1340 { } movieClip 1342 { } movieClip 1344 { } movieClip 1346 { } movieClip 1347 { } movieClip 1349 { } movieClip 1351 { } movieClip 1353 { } movieClip 1354 { } movieClip 1356 { frame 205 { stop(); } } movieClip 1357 { frame 130 { stop(); } } movieClip 1358 { } movieClip 1359 { frame 1 { view = 'far'; } instance of movieClip 1358 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 1363 { frame 2 { stop(); } } movieClip 1366 { frame 1 { stop(); } } movieClip 1369 { frame 1 { stop(); } } movieClip 1372 { frame 1 { stop(); } } movieClip 1375 { frame 1 { stop(); } } movieClip 1386 { } movieClip 1388 { } movieClip 1390 { } movieClip 1392 { } movieClip 1394 { } movieClip 1396 { } movieClip 1398 { } movieClip 1399 { } movieClip 1409 { } movieClip 1420 { } movieClip 1421 { } movieClip 1423 { } movieClip 1425 { } movieClip 1426 { } movieClip 1428 { } movieClip 1430 { } movieClip 1432 { } movieClip 1433 { } movieClip 1435 { } movieClip 1437 { } movieClip 1439 { } movieClip 1441 { } movieClip 1443 { } movieClip 1445 { } movieClip 1446 { } movieClip 1448 { } movieClip 1450 { } movieClip 1451 { } movieClip 1453 { } movieClip 1455 { } movieClip 1456 { } movieClip 1457 { } movieClip 1458 { frame 2 { prevFrame(); } frame 12 { stop(); } frame 88 { stop(); } frame 96 { stop(); } } movieClip 1459 { instance of movieClip 1458 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } } movieClip 1460 { frame 1 { view = 'far'; } instance of movieClip 1459 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 1462 { } movieClip 1464 { } movieClip 1466 { } movieClip 1468 { } movieClip 1470 { } movieClip 1472 { } movieClip 1474 { } movieClip 1476 { } movieClip 1478 { } movieClip 1480 { } movieClip 1482 { } movieClip 1483 { } movieClip 1485 { } movieClip 1487 { } movieClip 1489 { } movieClip 1491 { } movieClip 1492 { } movieClip 1494 { } movieClip 1496 { } movieClip 1498 { } movieClip 1499 { } movieClip 1501 { } movieClip 1503 { } movieClip 1505 { } movieClip 1507 { } movieClip 1509 { } movieClip 1510 { } movieClip 1512 { } movieClip 1513 { } movieClip 1515 { } movieClip 1516 { } movieClip 1518 { } movieClip 1520 { } movieClip 1521 { } movieClip 1522 { frame 150 { stop(); } } movieClip 1523 { frame 110 { stop(); } } movieClip 1524 { } movieClip 1525 { frame 1 { view = 'far'; } instance of movieClip 1524 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 1527 { } movieClip 1533 { } movieClip 1534 { frame 33 { stop(); } } movieClip 1535 { } movieClip 1536 { frame 1 { view = 'far'; } instance of movieClip 1535 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 1537 { instance of movieClip 349 { onClipEvent (load) { this.gotoAndStop(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndStop(_root.scene); _root.scene = ''; } } } instance of movieClip 352 { onClipEvent (load) { this.gotoAndStop('vazio'); } onClipEvent (enterFrame) { if (_root.fadeMC == 'in') { this.gotoAndPlay(2); _root.fadeMC = ''; } if (_root.fadeMC == 'out') { this.gotoAndPlay(25); _root.fadeMC = ''; } } } instance of movieClip 400 { onClipEvent (load) { this.gotoAndStop(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndStop(_root.scene); _root.scene = ''; } } } instance of movieClip 472 { onClipEvent (load) { this.gotoAndStop(_root.graphicView); } onClipEvent (enterFrame) { if (_root.graphicView == 'far') { if (this.view != 'far') { this.prevFrame(); } } if (_root.graphicView == 'mid') { if (this.view == 'far') { this.nextFrame(); } if (this.view == 'close') { this.prevFrame(); } } if (_root.graphicView == 'close') { if (this.view != 'close') { this.nextFrame(); } } if (_root.graphicView == 'fixedClose') { this.gotoAndStop('close'); } if (_root.graphicView == 'fixedFar') { this.gotoAndStop('far'); } if (_root.graphicView == 'fixedMid') { this.gotoAndStop('mid'); } } } instance of movieClip 546 { onClipEvent (load) { this.gotoAndStop(_root.graphicView); } onClipEvent (enterFrame) { if (_root.graphicView == 'far') { if (this.view != 'far') { this.prevFrame(); } } if (_root.graphicView == 'mid') { if (this.view == 'far') { this.nextFrame(); } if (this.view == 'close') { this.prevFrame(); } } if (_root.graphicView == 'close') { if (this.view != 'close') { this.nextFrame(); } } if (_root.graphicView == 'fixedClose') { this.gotoAndStop('close'); } if (_root.graphicView == 'fixedFar') { this.gotoAndStop('far'); } if (_root.graphicView == 'fixedMid') { this.gotoAndStop('mid'); } } } instance of movieClip 698 { onClipEvent (load) { this.gotoAndStop(_root.graphicView); } onClipEvent (enterFrame) { if (_root.graphicView == 'far') { if (this.view != 'far') { this.prevFrame(); } } if (_root.graphicView == 'mid') { if (this.view == 'far') { this.nextFrame(); } if (this.view == 'close') { this.prevFrame(); } } if (_root.graphicView == 'close') { if (this.view != 'close') { this.nextFrame(); } } if (_root.graphicView == 'fixedClose') { this.gotoAndStop('close'); } if (_root.graphicView == 'fixedFar') { this.gotoAndStop('far'); } if (_root.graphicView == 'fixedMid') { this.gotoAndStop('mid'); } } } instance of movieClip 851 { onClipEvent (load) { this.gotoAndStop(_root.graphicView); } onClipEvent (enterFrame) { if (_root.graphicView == 'far') { if (this.view != 'far') { this.prevFrame(); } } if (_root.graphicView == 'mid') { if (this.view == 'far') { this.nextFrame(); } if (this.view == 'close') { this.prevFrame(); } } if (_root.graphicView == 'close') { if (this.view != 'close') { this.nextFrame(); } } if (_root.graphicView == 'fixedClose') { this.gotoAndStop('close'); } if (_root.graphicView == 'fixedFar') { this.gotoAndStop('far'); } if (_root.graphicView == 'fixedMid') { this.gotoAndStop('mid'); } } } instance of movieClip 969 { onClipEvent (load) { this.gotoAndStop(_root.graphicView); } onClipEvent (enterFrame) { if (_root.graphicView == 'far') { if (this.view != 'far') { this.prevFrame(); } } if (_root.graphicView == 'mid') { if (this.view == 'far') { this.nextFrame(); } if (this.view == 'close') { this.prevFrame(); } } if (_root.graphicView == 'close') { if (this.view != 'close') { this.nextFrame(); } } if (_root.graphicView == 'fixedClose') { this.gotoAndStop('close'); } if (_root.graphicView == 'fixedFar') { this.gotoAndStop('far'); } if (_root.graphicView == 'fixedMid') { this.gotoAndStop('mid'); } } } instance of movieClip 1104 { onClipEvent (load) { this.gotoAndStop(_root.graphicView); } onClipEvent (enterFrame) { if (_root.graphicView == 'far') { if (this.view != 'far') { this.prevFrame(); } } if (_root.graphicView == 'mid') { if (this.view == 'far') { this.nextFrame(); } if (this.view == 'close') { this.prevFrame(); } } if (_root.graphicView == 'close') { if (this.view != 'close') { this.nextFrame(); } } if (_root.graphicView == 'fixedClose') { this.gotoAndStop('close'); } if (_root.graphicView == 'fixedFar') { this.gotoAndStop('far'); } if (_root.graphicView == 'fixedMid') { this.gotoAndStop('mid'); } } } instance of movieClip 1255 { onClipEvent (load) { this.gotoAndStop(_root.graphicView); } onClipEvent (enterFrame) { if (_root.graphicView == 'far') { if (this.view != 'far') { this.prevFrame(); } } if (_root.graphicView == 'mid') { if (this.view == 'far') { this.nextFrame(); } if (this.view == 'close') { this.prevFrame(); } } if (_root.graphicView == 'close') { if (this.view != 'close') { this.nextFrame(); } } if (_root.graphicView == 'fixedClose') { this.gotoAndStop('close'); } if (_root.graphicView == 'fixedFar') { this.gotoAndStop('far'); } if (_root.graphicView == 'fixedMid') { this.gotoAndStop('mid'); } } } instance of movieClip 1264 { onClipEvent (load) { this.gotoAndStop(_root.graphicView); } onClipEvent (enterFrame) { if (_root.graphicView == 'far') { if (this.view != 'far') { this.prevFrame(); } } if (_root.graphicView == 'mid') { if (this.view == 'far') { this.nextFrame(); } if (this.view == 'close') { this.prevFrame(); } } if (_root.graphicView == 'close') { if (this.view != 'close') { this.nextFrame(); } } if (_root.graphicView == 'fixedClose') { this.gotoAndStop('close'); } if (_root.graphicView == 'fixedFar') { this.gotoAndStop('far'); } if (_root.graphicView == 'fixedMid') { this.gotoAndStop('mid'); } } } instance of movieClip 1271 { onClipEvent (load) { this.gotoAndStop(_root.graphicView); } onClipEvent (enterFrame) { if (_root.graphicView == 'far') { if (this.view != 'far') { this.prevFrame(); } } if (_root.graphicView == 'mid') { if (this.view == 'far') { this.nextFrame(); } if (this.view == 'close') { this.prevFrame(); } } if (_root.graphicView == 'close') { if (this.view != 'close') { this.nextFrame(); } } if (_root.graphicView == 'fixedClose') { this.gotoAndStop('close'); } if (_root.graphicView == 'fixedFar') { this.gotoAndStop('far'); } if (_root.graphicView == 'fixedMid') { this.gotoAndStop('mid'); } } } instance of movieClip 1359 { onClipEvent (load) { this.gotoAndStop(_root.graphicView); } onClipEvent (enterFrame) { if (_root.graphicView == 'far') { if (this.view != 'far') { this.prevFrame(); } } if (_root.graphicView == 'mid') { if (this.view == 'far') { this.nextFrame(); } if (this.view == 'close') { this.prevFrame(); } } if (_root.graphicView == 'close') { if (this.view != 'close') { this.nextFrame(); } } if (_root.graphicView == 'fixedClose') { this.gotoAndStop('close'); } if (_root.graphicView == 'fixedFar') { this.gotoAndStop('far'); } if (_root.graphicView == 'fixedMid') { this.gotoAndStop('mid'); } } } instance of movieClip 1460 { onClipEvent (load) { this.gotoAndStop(_root.graphicView); } onClipEvent (enterFrame) { if (_root.graphicView == 'far') { if (this.view != 'far') { this.prevFrame(); } } if (_root.graphicView == 'mid') { if (this.view == 'far') { this.nextFrame(); } if (this.view == 'close') { this.prevFrame(); } } if (_root.graphicView == 'close') { if (this.view != 'close') { this.nextFrame(); } } if (_root.graphicView == 'fixedClose') { this.gotoAndStop('close'); } if (_root.graphicView == 'fixedFar') { this.gotoAndStop('far'); } if (_root.graphicView == 'fixedMid') { this.gotoAndStop('mid'); } } } instance of movieClip 1525 { onClipEvent (load) { this.gotoAndStop(_root.graphicView); } onClipEvent (enterFrame) { if (_root.graphicView == 'far') { if (this.view != 'far') { this.prevFrame(); } } if (_root.graphicView == 'mid') { if (this.view == 'far') { this.nextFrame(); } if (this.view == 'close') { this.prevFrame(); } } if (_root.graphicView == 'close') { if (this.view != 'close') { this.nextFrame(); } } if (_root.graphicView == 'fixedClose') { this.gotoAndStop('close'); } if (_root.graphicView == 'fixedFar') { this.gotoAndStop('far'); } if (_root.graphicView == 'fixedMid') { this.gotoAndStop('mid'); } } } instance of movieClip 1536 { onClipEvent (load) { this.gotoAndStop(_root.graphicView); } onClipEvent (enterFrame) { if (_root.graphicView == 'far') { if (this.view != 'far') { this.prevFrame(); } } if (_root.graphicView == 'mid') { if (this.view == 'far') { this.nextFrame(); } if (this.view == 'close') { this.prevFrame(); } } if (_root.graphicView == 'close') { if (this.view != 'close') { this.nextFrame(); } } if (_root.graphicView == 'fixedClose') { this.gotoAndStop('close'); } if (_root.graphicView == 'fixedFar') { this.gotoAndStop('far'); } if (_root.graphicView == 'fixedMid') { this.gotoAndStop('mid'); } } } } instance of movieClip 1537 { onClipEvent (load) { this.gotoAndStop(_root.eventGraphic); } onClipEvent (enterFrame) { this.gotoAndStop(_root.eventGraphic); } } movieClip 1542 { frame 75 { stop(); } } button 1549 { on (press, keyPress '<Space>') { _root.nextLine(); } } movieClip 1554 { } button 1561 { on (rollOver) { choice1.textColor = 16776960; radial.gotoAndStop(1); } on (rollOut) { choice1.textColor = 16777215; radial.gotoAndStop(4); } on (press, keyPress '1') { _root.part = _root.part * 1000 + 100; _root.nextLine(); } } button 1562 { on (rollOver) { choice2.textColor = 16776960; radial.gotoAndStop(2); } on (rollOut) { choice2.textColor = 16777215; radial.gotoAndStop(4); } on (press, keyPress '2') { _root.part = _root.part * 1000 + 200; _root.nextLine(); } } button 1563 { on (rollOver) { choice3.textColor = 16776960; radial.gotoAndStop(3); } on (rollOut) { choice3.textColor = 16777215; radial.gotoAndStop(4); } on (press, keyPress '3') { _root.part = _root.part * 1000 + 300; _root.nextLine(); } } movieClip 1564 { instance radial of movieClip 1554 { onClipEvent (load) { this.gotoAndStop(4); } } } movieClip 1565 { } movieClip 1567 { frame 1 { _root.setBG = 'shepBedroom'; if (_root.part == 1) { _root.setGraphic('prologue1', 'nothing', 'nothing'); _root.scene = 'one'; _root.shepFacing = 'front'; _root.shepMood = 'lust'; _root.wait('med'); } if (_root.part == 2) { _root.talker = _root.player; _root.texto('Hmmm... Nice... wild... You\'re all mean Babe... '); } if (_root.part == 3) { _root.talker = _root.player; _root.texto('You have behaving bad, huh? Don\'t you know who I am?'); } if (_root.part == 4) { _root.scene = 'two'; _root.wait('med'); } if (_root.part == 5) { _root.talker = _root.player; _root.texto('I hope I still have credit in my account! I didn\'t spend the money from the ads gig on Citadel yet. Let\'s see...'); } if (_root.part == 6) { _root.girlFacing = 'front'; _root.scene = 'three'; _root.talker = _root.officeGirl; _root.texto('Commander ' + _root.player + '!!'); } if (_root.part == 7) { _root.talker = _root.player; _root.texto('WHAT THE FUCK!!'); } if (_root.part == 8) { _root.talker = _root.officeGirl; _root.texto('S-Sir...? Are you alright? Are you... drooling?'); } if (_root.part == 9) { _root.talker = _root.player; _root.texto('Urgh... never mind that! Commander ' + _root.player + ' speaking. Are the rippers attacking again? Collectors are kidnapping again?! It\'s better be good!'); } if (_root.part == 10) { _root.talker = _root.officeGirl; _root.texto('This is officer ' + _root.officeGirl + ' , commander. I need to talk to you at the bridge, sir. It\'s about the crew.'); } if (_root.part == 11) { _root.talker = _root.player; _root.texto('What about the crew. Tell me already! I am... kind of busy here! Did someone die? Did ' + _root.punkGirl + ' killed someone again by mistake?'); } if (_root.part == 12) { _root.talker = _root.officeGirl; _root.texto('No Sir. It\'s a... concern mine. It\'s better we talk directly.'); } if (_root.part == 13) { _root.talker = _root.player; _root.texto('Shit...'); } if (_root.part == 14) { _root.talker = _root.officeGirl; _root.texto('S-Sir?'); } if (_root.part == 15) { _root.talker = _root.player; _root.texto('I am on my way. Give me a couple minutes.'); } if (_root.part == 16) { _root.talker = _root.officeGirl; _root.texto('As you say Commander.'); } if (_root.part == 17) { _root.scene = 'two'; _root.talker = _root.player; _root.texto('Sigh... I lost the mood. Again! I returned from the dead for this?!'); _root.act = 1; _root.eventChange(2); } if (_root.part == xxx) { _root.talker = _root.player; _root.texto('Now, Let\'s test the Choices. I am...'); _root.choiceText1 = '...Comamander ' + _root.player + '.'; _root.choiceText2 = '...BADASSS!!!'; _root.choiceText3 = 'What? Who?'; } } instance script of movieClip 1565 { onClipEvent (load) { this.gotoAndStop(3); } onClipEvent (enterFrame) { if (_root.showButton == true) { if (_root.skipActivate == true) { _root.nextLine(); } else { if (_root.autoPlayActivate == true) { if (_root.timeAutoPlay >= 100) { _root.nextLine(); } else { ++_root.timeAutoPlay; } } else { this.gotoAndStop(1); } } } else { if (_root.showRadial == true) { this.gotoAndStop(2); } else { this.gotoAndStop(3); } } } } frame 2 { _root.setBG = 'bridge'; if (_root.part == 1) { _root.wait('med'); _root.setGraphic('kelly1', 'normal', 'far'); } if (_root.part == 2) { _root.showAct(); _root.talker = _root.player; _root.texto('Here I am ' + _root.officeGirl + '. It\'s the Reavers? The Connectors? Zombies? Let\'s hear it.'); } if (_root.part == 3) { _root.talker = _root.officeGirl; _root.texto('Commander ' + _root.player + '! Thank you for coming.'); _root.setGraphic('kelly1', 'salute', 'mid'); _root.scene = 'salute'; } if (_root.part == 4) { _root.talker = _root.officeGirl; _root.texto('It\'s not that serious, I think. It just a concern mine Commander Sir.'); } if (_root.part == 5) { _root.talker = _root.player; _root.texto('Easy ' + _root.officeGirl + '. I am not in the military anymore. I guess I am employee of CEREBELUS like yourself. Cooldown a bit.'); } if (_root.part == 6) { _root.setGraphic('kelly1', 'salute', 'mid'); _root.scene = 'rest'; _root.talker = _root.officeGirl; _root.texto('If you say so Commander. Can I call you ' + _root.shepFirstName + '?'); _root.choiceText1 = 'It\'s fine.'; _root.choiceText2 = 'I changed my mind.'; _root.choiceText3 = 'You can call me anything.'; } if (_root.part == 6101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('I am fine with it. But keep mind our roles in here.'); } if (_root.part == 6102) { _root.setGraphic('kelly1', 'smile', 'mid'); _root.talker = _root.officeGirl; _root.texto('Of course. I am just trying to break the ice, you\'re the boss.'); _root.part = 6; } if (_root.part == 6201) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Hmmm... I didn\'t liked the sound of that. Please get back to the usual. Sorry, force of habit.'); } if (_root.part == 6202) { _root.setGraphic('kelly1', 'normal', 'mid'); _root.talker = _root.officeGirl; _root.texto('No worries, Commander. I prefer this way as well.'); _root.part = 6; } if (_root.part == 6301) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('You know, you can call me by anything ' + _root.officeGirl + '... You earned that.'); } if (_root.part == 6302) { _root.setGraphic('kelly1', 'thinking', 'mid'); _root.talker = _root.officeGirl; _root.texto('Don\'t to that Commander! My mouth can runs wildly if I let it!'); } if (_root.part == 6303) { _root.talker = _root.player; _root.texto('It\'s good to know that. I look forward to that.'); } if (_root.part == 6304) { _root.setGraphic('kelly1', 'shy', 'mid'); _root.talker = _root.officeGirl; _root.texto('Stop it...!'); _root.part = 6; } if (_root.part == 7) { _root.setGraphic('kelly1', 'normal', 'mid'); _root.talker = _root.officeGirl; _root.texto('Commander, I am worried about some crew members. The members of your team.'); } if (_root.part == 8) { _root.setGraphic('kelly1', 'thinking', 'mid'); _root.talker = _root.officeGirl; _root.texto('The female personnel to be exact.'); } if (_root.part == 9) { _root.talker = _root.player; _root.texto('Are they having... girl problems? Sorry, I can\'t help you with that. Surely the infirmary have the means to deal with...'); } if (_root.part == 10) { _root.setGraphic('kelly1', 'angry', 'mid'); _root.talker = _root.officeGirl; _root.texto('No commander. It\'s serious! They are behaving... weird. And I think you should know that before anything... something...'); } if (_root.part == 11) { _root.setGraphic('kelly1', 'thinking', 'mid'); _root.talker = _root.officeGirl; _root.texto('Didn\'t you read my report I sent monday morning?'); _root.choiceText1 = 'Too busy.'; _root.choiceText2 = 'I don\'t care.'; _root.choiceText3 = 'Report? Me?'; } if (_root.part == 11101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('Forgive me, I was roo busy making plans to save the universe from certain destruction. Did you put a red tag on it?'); } if (_root.part == 11102) { _root.setGraphic('kelly1', 'sad', 'mid'); _root.talker = _root.officeGirl; _root.part = 11; _root.texto('I guess not. I think it\'s better this way.'); } if (_root.part == 11201) { _root.paragonChange(3); _root.setGraphic('kelly1', 'sad', 'mid'); _root.talker = _root.player; _root.texto('I did see your report and I came with the conclusion I don’t fucking care.”'); } if (_root.part == 11202) { _root.talker = _root.officeGirl; _root.texto('But did you even read it... a little?”'); } if (_root.part == 11203) { _root.talker = _root.player; _root.texto('Let me see... I was about to send a message to you about it... then something came in my mind.”'); } if (_root.part == 11204) { _root.setGraphic('kelly1', 'angry', 'mid'); _root.talker = _root.officeGirl; _root.texto('Let me guess. You don\'t fucking care.”'); } if (_root.part == 11205) { _root.talker = _root.player; _root.texto('Good. Now you know. Don\'t send me stuff to read. My mail account is just for photos.'); } if (_root.part == 11206) { _root.talker = _root.officeGirl; _root.texto('Gotcha.'); _root.part = 11; } if (_root.part == 11301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Do I have an e-mail account? Gee! I don\'t know how these computing things works. I barely use the one in my chambera. Really!'); _root.part = 11; } if (_root.part == 12) { _root.setGraphic('kelly1', 'normal', 'mid'); _root.talker = _root.officeGirl; _root.texto('Anyway commander, just listen. The crew are using a new enhancement tech which I never received any requisition form or further documentation to deliver to you Sir!'); } if (_root.part == 13) { _root.talker = _root.player; _root.texto('And what is that tech enhances? How can I know they are using it?'); } if (_root.part == 14) { _root.setGraphic('kelly1', 'smile', 'mid'); _root.talker = _root.officeGirl; _root.texto('You will know it. It\'s hard to miss. Believe me.'); _root.choiceText1 = 'I need more details.'; _root.choiceText2 = 'Now you got me worried!'; _root.choiceText3 = 'CUT THE BULLSHIT!'; } if (_root.part == 14101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('I need more information to go on. Are you really sure you don\'t know anything else?'); } if (_root.part == 14102) { _root.setGraphic('kelly1', 'sad', 'mid'); _root.talker = _root.officeGirl; _root.texto('Yes... I mean, that\'s all! I am not envolved in anyway with their plan...'); } if (_root.part == 14103) { _root.talker = _root.player; _root.texto(_root.officeGirl + '... are you really sure you don\'thave anything else to tell me?'); } if (_root.part == 14104) { _root.setGraphic('kelly1', 'sad', 'far'); _root.talker = _root.officeGirl; _root.texto('Yes! I mean NO! I don\'t know anything!'); } if (_root.part == 14105) { _root.talker = _root.player; _root.texto('It\'s okay. I will not press you further. For now.'); } if (_root.part == 14106) { _root.setGraphic('kelly1', 'sad', 'far'); _root.talker = _root.officeGirl; _root.texto('Commander...'); _root.part = 14; } if (_root.part == 14201) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Now you got me worried! Are you really sure this isn\'t one of these problems that are solved by itself if we just need leave them alone?'); } if (_root.part == 14202) { _root.setGraphic('kelly1', 'thinking', 'mid'); _root.talker = _root.officeGirl; _root.texto('I pretty much sure this can get messy fast.'); } if (_root.part == 14203) { _root.talker = _root.player; _root.texto('Hmmm... got it. Sigh...'); _root.part = 14; } if (_root.part == 14301) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('CUT THE BULLSHIT COFFEE LADY! My time is super valuous! I can\'t be bothered with shit like that while the universe is burning!'); } if (_root.part == 14302) { _root.setGraphic('kelly1', 'normal', 'mid'); _root.talker = _root.officeGirl; _root.texto('Believe me Commander, I can\'t tell anything else.'); } if (_root.part == 14303) { _root.talker = _root.player; _root.texto('SHUT UP! Just do what you do best and pour me a cup!'); } if (_root.part == 14304) { _root.setGraphic('kelly1', 'angry', 'close'); _root.talker = _root.officeGirl; _root.texto('I AM NOT YOUR FUCKING COFFEE LADY! I AM YOUR YEOMAN!'); } if (_root.part == 14305) { _root.talker = _root.player; _root.texto('I don\'t what that means! I think you made that word up! Or it just means COFFEE LADY in jewish!'); } if (_root.part == 14306) { _root.setGraphic('kelly1', 'thinking', 'mid'); _root.talker = _root.officeGirl; _root.texto('FINE! I will get your coffee!'); _root.part = 14; } if (_root.part == 15) { _root.talker = _root.player; _root.texto('Looks you can\'t tell me anything else about this matter. I really don\'t know what is waiting for me. The girls. they looks... dangerous to you?'); } if (_root.part == 16) { _root.setGraphic('kelly1', 'normal', 'mid'); _root.talker = _root.officeGirl; _root.texto('More than the usual? I am not sure about that. But if there is anyone who can handle them it\'s you Commander ' + _root.player + '!'); } if (_root.part == 17) { _root.talker = _root.player; _root.texto('Thank you. I guess.'); } if (_root.part == 18) { _root.setGraphic('kelly1', 'smile', 'mid'); _root.talker = _root.officeGirl; _root.texto('Are you ready Commander?'); _root.choiceText1 = 'Enquiry time!'; _root.choiceText2 = 'Bitchslapping time!'; _root.choiceText3 = 'Do I really need to do this?'; } if (_root.part == 18101) { _root.paragonChange(1); _root.setGraphic('kelly1', 'thinking', 'mid'); _root.talker = _root.player; _root.texto('I heard it enough! If they are hiding something, I must to know the reason!'); _root.part = 18; } if (_root.part == 18201) { _root.paragonChange(3); _root.setGraphic('kelly1', 'sad', 'mid'); _root.talker = _root.player; _root.texto('The nerve of those cunts! Pulling shit on my back! NOT TODAY!'); _root.part = 18; } if (_root.part == 18301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('I get it, I get it. You wll come with me, right? '); } if (_root.part == 18302) { _root.setGraphic('kelly1', 'shy', 'mid'); _root.talker = _root.officeGirl; _root.texto('Me? I have stuff to do. You have my number if you need me!'); _root.part = 18; } if (_root.part == 19) { _root.talker = _root.player; _root.texto('Ok, I am going. Don\'t worry, I will be fair and respectfull with them. At least I will try.'); } if (_root.part == 20) { _root.setGraphic('kelly1', 'smile', 'mid'); _root.talker = _root.officeGirl; _root.texto('I believe you Commander. Be careful.'); } if (_root.part == 21) { _root.setGraphic('kelly1', 'smile', 'mid'); _root.talker = _root.player; _root.texto('Be careful with WHAT? Is there something you aren\'t telling me?'); } if (_root.part == 22) { _root.setGraphic('kelly1', 'thinking', 'mid'); _root.talker = _root.officeGirl; _root.texto('Just... try no to be yourself... so much. You may need a softer approach this time.'); } if (_root.part == 23) { _root.setGraphic('kelly1', 'smile', 'mid'); _root.talker = _root.officeGirl; _root.texto('Can you do that?'); _root.choiceText1 = 'Of course.'; _root.choiceText2 = 'Nope.'; _root.choiceText3 = 'Are you saying I am not smooth?'; } if (_root.part == 23101) { _root.paragonChange(1); _root.setGraphic('kelly1', 'thinking', 'mid'); _root.talker = _root.player; _root.texto('Of course ' + _root.officeGirl + '. Not all the problems are nails. I will handle them.'); } if (_root.part == 23102) { _root.setGraphic('kelly1', 'smile', 'mid'); _root.talker = _root.officeGirl; _root.texto('Ohhh... commander ' + _root.player + '... I feel so safe on your arms...'); } if (_root.part == 23103) { _root.setGraphic('kelly1', 'thinking', 'mid'); _root.talker = _root.player; _root.texto('... I... am glad you think this way.'); } if (_root.part == 23104) { _root.setGraphic('kelly1', 'shy', 'close'); _root.talker = _root.officeGirl; _root.texto('I am so sorry! I was just thinking loud. Please forget what i said.'); _root.part = 23; } if (_root.part == 23201) { _root.paragonChange(3); _root.setGraphic('kelly1', 'thinking', 'mid'); _root.talker = _root.player; _root.texto('Let me see... Nah.'); } if (_root.part == 23202) { _root.setGraphic('kelly1', 'thinking', 'mid'); _root.talker = _root.player; _root.texto(_root.player + ' doesn\'t do soft. He pounds hard 24/7. He is a force of nature. Sorry.'); } if (_root.part == 23203) { _root.setGraphic('kelly1', 'normal', 'mid'); _root.talker = _root.officeGirl; _root.texto('I tried.'); _root.part = 23; } if (_root.part == 23301) { _root.paragonChange(2); _root.setGraphic('kelly1', 'thinking', 'mid'); _root.talker = _root.player; _root.texto('What? Since when i am not smooth? Do you know someone smoothier than myself? Name one!'); } if (_root.part == 23302) { _root.setGraphic('kelly1', 'thinking', 'mid'); _root.talker = _root.officeGirl; _root.texto('I think smooth is not exactly the right word you should be using it. But i think you will be fine.'); _root.part = 23; } if (_root.part == 24) { _root.setGraphic('kelly1', 'thinking', 'mid'); _root.talker = _root.player; _root.texto('Alright. Time to move on. Anything to add?'); } if (_root.part == 25) { _root.setGraphic('kelly1', 'thinking', 'mid'); _root.talker = _root.officeGirl; _root.texto('Negative. I am awaiting your report about this trouble. With lots of details. And pictures if you had the chance.'); } if (_root.part == 26) { _root.setGraphic('kelly1', 'smile', 'mid'); _root.talker = _root.player; _root.texto('Alright. I guess.'); } if (_root.part == 27) { _root.setGraphic('kelly1', 'smile', 'mid'); _root.talker = _root.player; _root.texto('I feel something ominous in the air...'); _root.FirstEncounterLiara = 'available'; _root.FirstEncounterJack = 'available'; _root.FirstEncounterMiranda = 'available'; _root.FirstEncounterSamara = 'available'; _root.FirstEncounterTali = 'available'; _root.FirstEncounterKelly = 'available'; _root.goToMap(); } } frame 3 { if (_root.part == 1) { find1 = false; find2 = false; find3 = false; _root.setBG = 'liaraPlace'; _root.wait('short'); _root.setGraphic('liara1', 'special1', 'fixedFar'); _root.scene = 'one'; _root.shepFacing = 'front'; _root.shepMood = 'angry'; } if (_root.part == 2) { _root.talker = _root.player; _root.texto(_root.blueGirl + '? Can I talk to you?'); } if (_root.part == 3) { _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'special1', 'far'); _root.scene = 'two'; _root.texto('Of course Commander ' + _root.player + '. What can I do for you?'); } if (_root.part == 4) { _root.setGraphic('liara1', 'special2', 'fixedClose'); _root.scene = 'two'; _root.talker = _root.player; _root.wait('extra'); } if (_root.part == 5) { _root.talker = _root.blueGirl; _root.texto('I think it\'s not polite to staring at people\'s body... but I can\'t say I am despleased about it.'); } if (_root.part == 6) { _root.talker = _root.player; _root.texto('You look pretty... different.'); } if (_root.part == 7) { _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'special3', 'far'); _root.texto('It looks good, don\'t it? It feels good too. I think it was exagerated...'); } if (_root.part == 8) { _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'special3', 'mid'); _root.texto('... but I think a little more of mass wouldn\'t hurt, don\'t you think?'); } if (_root.part == 9) { _root.talker = _root.player; _root.texto('I...I... wait. Easy doctor. I am lost here too. This tech. I still don\'t understand!'); } if (_root.part == 10) { _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'special3', 'close'); _root.texto('This technology is marvelous! I feel so... overjoyed! I never worked on something so... thrilling! And rewarding!'); } if (_root.part == 11) { _root.setGraphic('liara1', 'thinking', 'mid'); _root.talker = _root.blueGirl; _root.texto('Did you came here because of this?'); _root.choiceText1 = 'From where exactly this came?'; _root.choiceText2 = 'You\'re acting on my back.'; _root.choiceText3 = 'Nope. But since I\'m here...'; } if (_root.part == 11101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('From where this tech came? It came from CEREBELUS? How did you got it?'); } if (_root.part == 11102) { _root.setGraphic('liara1', 'sad', 'close'); _root.talker = _root.blueGirl; _root.texto('I... I... can\'t say it, commander. I think it\'s best you talk to ' + _root.bossyGirl + '. She can give you that kind of information.'); } if (_root.part == 11103) { _root.talker = _root.player; _root.texto('Alright. It\'s okay. I know you had good intentions with it.'); _root.part = 11; } if (_root.part == 11201) { _root.romanceChange('down'); _root.paragonChange(3); _root.talker = _root.player; _root.texto('You are losing the focus here, Blueberry. You can\'t do shit on my back! I am the fucking boss here!'); } if (_root.part == 11202) { _root.setGraphic('liara1', 'angry', 'far'); _root.talker = _root.blueGirl; _root.texto('I am sorry commander ' + _root.player + '! I easily forgot these military conventions. Don\'t take this ill.'); } if (_root.part == 11203) { _root.talker = _root.blueGirl; _root.texto('Rest assured it everything was taken seriously and carefully planned.'); } if (_root.part == 11204) { _root.talker = _root.player; _root.texto('Fine! I have my eye on you!'); _root.part = 11; } if (_root.part == 11301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('I was just strolling around, no particular reason. But since we are here, can we tell me what is all this?'); } if (_root.part == 11302) { _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'smile', 'mid'); _root.texto('Well... I think you should talk with' + _root.bossyGirl + '. She can fill you in.'); } if (_root.part == 11303) { _root.talker = _root.player; _root.texto('Sure.'); _root.part = 11; } if (_root.part == 12) { _root.talker = _root.player; _root.texto('But one thing I don\'t get it. What is your interest in this thing? You\'re a doctor/cientist/whatever for God sake.'); } if (_root.part == 13) { _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'smile', 'close'); _root.texto('We call it MIGHT. I know, its a tad silly. But moving on, I have professional interest on it! I found it\'s origin is very ancient, I have proof! I HAVE!'); } if (_root.part == 14) { _root.talker = _root.player; _root.texto('Easy. Go on.'); } if (_root.part == 15) { _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'normal', 'mid'); _root.texto('I believe it was mainly developed in the prothean era, or even before of it! I was working on it right now!'); } if (_root.part == 16) { _root.talker = _root.blueGirl; _root.texto('Do you want to read my current research?'); _root.choiceText1 = 'I am interested in the present.'; _root.choiceText2 = 'Hell no.'; _root.choiceText3 = 'It have pictures?'; } if (_root.part == 16101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('I am afraid I need more prattical knowledge about the current situation. We can cover the historical facts and theories later Doctor.'); } if (_root.part == 16102) { _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'smile', 'far'); _root.texto('What shame. Better for me, I will have more time to polish it! You will see, you will be proud!'); } if (_root.part == 16103) { _root.talker = _root.player; _root.texto('I... I can\'t wait to read it.'); _root.part = 16; } if (_root.part == 16201) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('I didn\'t enroled on the army to read walls of text. I don\'t have to know from where something came to kill it. If it bleeds, it can die.'); } if (_root.part == 16202) { _root.romanceChange('down'); _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'angry', 'close'); _root.texto('Sigh! Is just killing other species what you humans just aim for? Is that it!'); } if (_root.part == 16203) { _root.talker = _root.player; _root.texto('Sometimes we stick our dick on it if looks wet enough. Then we kill it.'); } if (_root.part == 16204) { _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'angry', 'mid'); _root.texto('What? This is the more revolting, absurd...'); } if (_root.part == 16205) { _root.talker = _root.player; _root.texto('It\'s a Joke ' + _root.blueGirl + '. Lighten up.'); } if (_root.part == 16206) { _root.talker = _root.blueGirl; _root.texto('I really don\'t get your kind of humor!'); _root.part = 16; } if (_root.part == 16301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Sure! It have pictures?! I love those colorful pictures of people riding mammooths and fighting dinosaurs... I love dinosurs!'); } if (_root.part == 16302) { _root.romanceChange('down'); _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'sad', 'mid'); _root.talker = _root.blueGirl; _root.texto('Dinosaurs? No, it\'s... what are you...? I guess scientifical literature is not your forte.'); _root.part = 16; } if (_root.part == 17) { _root.setGraphic('liara1', 'shy', 'far'); _root.talker = _root.blueGirl; _root.texto('Anyway, commander ' + _root.player + '. MIGHT is very complex. But have a... how we can say, a minor flaw. Not so much for you.'); } if (_root.part == 18) { _root.talker = _root.player; _root.texto('What? It turns your body blue? Makes you bald? Put mini-tentacles things in your head?'); } if (_root.part == 19) { _root.talker = _root.blueGirl; _root.texto('What... No! It\'s doesn\'t have the same effects on a male subject! We surely tried computer simulations and the results were a disaster!'); } if (_root.part == 20) { _root.setGraphic('liara1', 'thinking', 'mid'); _root.talker = _root.blueGirl; _root.texto('But I confess we didn\'t have enough data to mid the experiment. It might work in the end. Or no.'); } if (_root.part == 21) { _root.talker = _root.blueGirl; _root.texto('Care to help us commander?'); _root.choiceText1 = 'You wish.'; _root.choiceText2 = 'I am busy with something else.'; _root.choiceText3 = 'Hands full. Sorry.'; } if (_root.part == 21101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('HA! Sure! Let\'s mess with little ' + _root.player + '! The hope of the universe! The one who can defeat those murdering kidnappers aliens! Sure, no one will mind!'); } if (_root.part == 21102) { _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'smile', 'close'); _root.texto('I am joking! We wouldn\'t harm you in any way... my little ' + _root.player + '!'); _root.part = 21; } if (_root.part == 21201) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('I... Oh, yes! I was supposed to help Jarrus to calibrate the guns! That damn thing can\'t be calibrated enough! HAHAHAHA!'); } if (_root.part == 21202) { _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'angry', 'far'); _root.texto('No problem, I know Jarrus\'s gun is your top priority.'); } if (_root.part == 21203) { _root.talker = _root.player; _root.texto('Yeah... sure it does... wait a minute... are you implying something?'); _root.part = 21; } if (_root.part == 21301) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('I would love to help you in your research ' + _root.blueGirl + ' but believe me, I can\'t risk my life until I wrap all those trouble. People are counting with me'); } if (_root.part == 21302) { _root.romanceChange('up'); _root.setGraphic('liara1', 'shy', 'close'); _root.talker = _root.blueGirl; _root.texto('Oh ' + _root.player + '! You are so heroic! I was joking about it!'); } if (_root.part == 21303) { _root.talker = _root.player; _root.texto('Really? I couldn\'t tell. You know I am here if you ever need me, don\'t you?'); } if (_root.part == 21304) { _root.talker = _root.blueGirl; _root.texto('Thank you, Commander.'); _root.part = 21; } if (_root.part == 22) { _root.talker = _root.player; _root.texto('Ok, you said the tech is dangerous for male species, but how you did make sure it was fine for you? You are sure about it, right?'); } if (_root.part == 23) { _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'normal', 'mid'); _root.texto('Of course I am! There was plenty of data in the use on female species. And we managed to get a stable working product for several species.'); } if (_root.part == 24) { _root.setGraphic('liara1', 'sad', 'mid'); _root.talker = _root.blueGirl; _root.texto('But sadly most part of the data is missing, I had just some suspections but it proved right in the end. It all came from the Prothean era.'); } if (_root.part == 25) { _root.talker = _root.blueGirl; _root.texto('I believe the original form of MIGHT was a biological artifact developed by an ancient civilisation!'); } if (_root.part == 26) { _root.talker = _root.blueGirl; _root.texto('That civilization may be a direct ancestor of us, azari. We only found records of female presence. Or there wasn\'t a male gender at all or...'); } if (_root.part == 27) { _root.talker = _root.player; _root.texto('Or...'); } if (_root.part == 28) { _root.setGraphic('liara1', 'thinking', 'close'); _root.talker = _root.blueGirl; _root.texto('They exterminated them and created another reproduction mechanism. Their culture is pretty similar to one from your planet, the amazons.'); } if (_root.part == 29) { _root.talker = _root.player; _root.texto('Wow, that one was a pretty terrifying story, even for me. Angry women are more dangeorous than a rabid Krogan.'); } if (_root.part == 30) { _root.talker = _root.player; _root.texto('Wait a minute! Did you say you make versions of it? Did you give this thing to others?'); } if (_root.part == 31) { _root.setGraphic('liara1', 'smile', 'mid'); _root.talker = _root.blueGirl; _root.texto('Yes. But do not worry Commander. Dr. ' + _root.doctorGirl + ' and I supervisioned all the procedures. Its completely safe.'); } if (_root.part == 32) { _root.talker = _root.blueGirl; _root.texto('I don\'t understand your concern about this.'); _root.choiceText1 = 'No one tell me anything!'; _root.choiceText2 = 'It will blow on my face.'; _root.choiceText3 = 'I am the authority here.'; } if (_root.part == 32101) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('I am not that upset... but I kinda appreciated to get included in things like this. I am your commander, you know?'); } if (_root.part == 32102) { _root.setGraphic('liara1', 'normal', 'far'); _root.talker = _root.blueGirl; _root.texto('I understand it. I will keep that in mind for the next time.'); } if (_root.part == 32103) { _root.talker = _root.player; _root.texto('Next time? What are you guys planning?!'); } if (_root.part == 32104) { _root.talker = _root.blueGirl; _root.texto('It\'s nothing commander. I am assure you.'); } if (_root.part == 32105) { _root.talker = _root.player; _root.texto('O-Okay...'); _root.part = 32; } if (_root.part == 32201) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Don\'t you understand my concern with this fuckup?!'); } if (_root.part == 32202) { _root.talker = _root.player; _root.texto('When this shit hit on the fan, believe me, it will hit, who do you think will have to clean that mess?!'); } if (_root.part == 32203) { _root.romanceChange('down'); _root.setGraphic('liara1', 'thinking', 'mid'); _root.talker = _root.blueGirl; _root.texto('Feces? Why do you throw feces into a fan? I don\'t comprehend you commander.'); } if (_root.part == 32204) { _root.talker = _root.player; _root.texto('Look dammit! Wanting or not, you silly cunts, that\'s is my ship! NONE shits on my ship without me saying so!'); } if (_root.part == 32205) { _root.talker = _root.blueGirl; _root.texto('I-I see...'); } if (_root.part == 32206) { _root.talker = _root.blueGirl; _root.texto('I think i can talk to ' + _root.doctorGirl + ' about this feces fascination you have it. It\'s fascinating. Don\'t worry, you can keep all the... shit for now'); } if (_root.part == 32207) { _root.talker = _root.player; _root.texto('Argh! SHIT! Never mind!'); _root.part = 32; } if (_root.part == 32301) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('That\'s the issue ' + _root.blueGirl + '. These gaps of information may impact my efectiveness on the completion of my task.'); } if (_root.part == 32302) { _root.talker = _root.player; _root.texto('I am dealing with lives here, mine, yours and of others. My decisions have to be made by a complete assertation of the surrounding conditions.'); } if (_root.part == 32303) { _root.talker = _root.player; _root.texto('Neither you or me can say what kind of fact is important or now. I can\'t risk a false interpretation of a situation. Do you understand my point?'); } if (_root.part == 32304) { _root.romanceChange('up'); _root.setGraphic('liara1', 'shy', 'close'); _root.talker = _root.blueGirl; _root.texto('I-I am sorry commander ' + _root.player + '! I didn\'t think this far in the matter. Please forgive me this overstep mine. I was selfish.'); } if (_root.part == 32305) { _root.talker = _root.player; _root.texto('Thats okay ' + _root.blueGirl + '. I know you didn\'t this to cause any harm. I will talk with the others.'); _root.part = 32; } if (_root.part == 33) { _root.talker = _root.player; _root.texto('I really don\'t understand your motives entirely. I must have more answers before saying anything. Until there, refrain yours... impulses. Got it?'); } if (_root.part == 34) { _root.setGraphic('liara1', 'smile', 'far'); _root.talker = _root.blueGirl; _root.texto('As you say commander. I am sure you\'ll find this benefits worth enough to our cause. Believe me.'); _root.part = 500; } if (_root.part == 35) { _root.talker = _root.player; _root.texto('Fine. I will leave you to your things. I will check with the others now. But I will come for you right after.'); } if (_root.part == 36) { _root.talker = _root.blueGirl; _root.texto('One moment ' + _root.player + '. Since you are here, I would like to hear an... profissional evaluation of my conditions. I am cientist after all, I need facts.'); } if (_root.part == 37) { _root.talker = _root.player; _root.texto('Evaluation? You want me to test you? NOW?'); } if (_root.part == 38) { _root.setGraphic('liara1', 'special4', 'mid'); _root.talker = _root.blueGirl; _root.texto('As you can see, my muscle mass increased substantially. It\'s infortunally we haven\'t equpments to measure these improvements.'); } if (_root.part == 39) { _root.talker = _root.blueGirl; _root.texto('But I am sure you have more... practical ways to attest my strength and stamina. I am eager to it!'); } if (_root.part == 40) { _root.talker = _root.blueGirl; _root.texto('Do you want to try me on?'); _root.choiceText1 = 'Booty camp time!'; _root.choiceText2 = 'I would love to couch you.'; _root.choiceText3 = 'I can talk to Grunt help you.'; } if (_root.part == 40101) { _root.talker = _root.player; _root.paragonChange(3); _root.texto('Oh, Babe! I always have time to a booty camp with you... I can mount one right here and right now!'); } if (_root.part == 40102) { _root.romanceChange('up'); _root.setGraphic('liara1', 'special4', 'close'); _root.talker = _root.blueGirl; _root.texto('That would be awesome! Here I have gloves! And weights! I can\'t wait! You have good resistance to pain right? I read it in your medical records.'); } if (_root.part == 40103) { _root.talker = _root.player; _root.texto('Huh? You read it wrong. I resist to pain better when I am the inflicting agent. Otherwise I just sucks.'); } if (_root.part == 40104) { _root.talker = _root.player; _root.texto('Sorry anyway. I remember I have to be somewhere else.'); _root.part = 40; } if (_root.part == 40201) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('I would love to assist you in your research doctor, but I have pressing matters at the moment. We can set a time for this little project ours.'); } if (_root.part == 40202) { _root.talker = _root.blueGirl; _root.texto('Don\'t worry about it commander. I will give a call later. At night.'); _root.part = 40; } if (_root.part == 40301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('I see! I got it! Let me call Grunt, I think he is tired enough of hammering his head on walls by himself.'); } if (_root.part == 40302) { _root.romanceChange('down'); _root.setGraphic('liara1', 'special4', 'far'); _root.talker = _root.blueGirl; _root.texto('Ah... I was thinking you... Oh, well... Thank you commander.'); _root.part = 40; } if (_root.part == 41) { _root.setGraphic('liara1', 'special5', 'far'); _root.scene = 'one'; _root.talker = _root.player; _root.texto('Right! Back to my business then. Be a good girl and behave yourself now.'); } if (_root.part == 42) { _root.talker = _root.blueGirl; _root.texto('You don\'t need to feel antagonized by my new self. I kinda expected this reaction of yours. So long commander'); } if (_root.part == 43) { _root.talker = _root.player; _root.texto('Huh? me? What are you talking about? Care to elaborate a little more?'); } if (_root.part == 44) { _root.talker = _root.blueGirl; _root.texto('You know, you are male. It\'s biological to feel theathrened by a superior female identity. You can\'t avoid it.'); _root.setGraphic('liara1', 'special5', 'far'); _root.scene = 'two'; } if (_root.part == 45) { _root.talker = _root.blueGirl; _root.texto('Please do not feel inadequate close to me.'); _root.choiceText1 = 'You are mistaken.'; _root.choiceText2 = 'We have a blue Nazi on board.'; _root.choiceText3 = 'Me? I-I... What?!'; } if (_root.part == 45101) { _root.shepMood = 'normal'; _root.paragonChange(1); _root.talker = _root.player; _root.texto('You are mistaken, I already taken things twice times bigger by myself. I think you should recite that theory to others.'); } if (_root.part == 45102) { _root.talker = _root.blueGirl; _root.texto('Forgive me commander. But just replying to that you affirmed my theory. Do not feel angry with me.'); } if (_root.part == 45103) { _root.shepMood = 'normal'; _root.talker = _root.player; _root.texto('I am not angry. I guess. Let\'s leave at that.'); } if (_root.part == 45104) { _root.talker = _root.blueGirl; _root.texto('As you say commander.'); _root.part = 45; } if (_root.part == 45201) { _root.shepMood = 'angry'; _root.paragonChange(3); _root.talker = _root.player; _root.texto('OH REALLY?! Do you pumped some iron in these guns of yours and you are already knocking horns with the bull of the farm?!'); } if (_root.part == 45202) { _root.talker = _root.blueGirl; _root.texto('Gun? Farm? Horns? What do you mean? Who is the bull?'); } if (_root.part == 45203) { _root.talker = _root.player; _root.texto('ME!! The top dog! The alpha wolf! THE MAN! ME!'); } if (_root.part == 45204) { _root.talker = _root.blueGirl; _root.texto('AH, I see. You don\'t like a bull. Or a wolf either. Maybe a dog. The little ones.'); } if (_root.part == 45205) { _root.talker = _root.player; _root.texto('WHAT?'); } if (_root.part == 45206) { _root.talker = _root.blueGirl; _root.texto('Forgive me Commander, I think I am failing to grasp this conversation. You humans are pretty complex to understand.'); } if (_root.part == 45207) { _root.shepMood = 'normal'; _root.talker = _root.player; _root.texto('Whatever! DAMMIT! I really can\'t tell if you are playng dumb or not!'); } if (_root.part == 45208) { _root.romanceChange('up'); _root.setGraphic('liara1', 'shy', 'mid'); _root.talker = _root.blueGirl; _root.texto('Tee-hee! S-sorry commander!'); _root.part = 45; } if (_root.part == 45301) { _root.shepMood = 'sad'; _root.paragonChange(2); _root.talker = _root.player; _root.texto('What? You\'re funny! I-I am not feeling weak close to you... or smaller... Hahaha.'); } if (_root.part == 45302) { _root.talker = _root.blueGirl; _root.texto('Do you feel weak and small close to me? Tell me more about it. You know you don\'t need to feel theathrned by me.'); } if (_root.part == 45303) { _root.talker = _root.player; _root.texto('I don\'t! You got all wrong. I am not worried about you being stronger than me!'); } if (_root.part == 45304) { _root.talker = _root.blueGirl; _root.texto('So you are worried about me being stronger than you. Why is that commander ' + _root.player + '. '); } if (_root.part == 45305) { _root.talker = _root.player; _root.texto('I-I not... GEE! Look the time! It\'s busy being a commander of a ship!'); } if (_root.part == 45306) { _root.romanceChange('up'); _root.talker = _root.blueGirl; _root.texto('Yes, it is. Come talk to me at night. I need to discuss things with you.'); } if (_root.part == 45307) { _root.talker = _root.player; _root.texto('O-Ok. I mean... maybe. If i ain\'t too busy... of commandeering the ship.'); _root.part = 45; } if (_root.part == 46) { _root.talker = _root.blueGirl; _root.texto('Wait commander. I need to show you... something.'); } if (_root.part == 47) { _root.talker = _root.blueGirl; _root.texto('You surely will change your mind about the effectiveness of the tech.'); } if (_root.part == 48) { _root.talker = _root.player; _root.texto('Go on.'); } if (_root.part == 49) { _root.setGraphic('liara1', 'fmg', 'far'); _root.scene = 'one'; _root.talker = _root.blueGirl; _root.texto('MIGHT contains small energy particles in his composition. It something... new. It\'s origin is unknown so far but i believe it is a evolved compound of...'); } if (_root.part == 50) { _root.talker = _root.player; _root.texto(_root.blueGirl + '. I am an army man. I barely know what a particle is.'); } if (_root.part == 51) { _root.talker = _root.blueGirl; _root.texto('Alright. Look this, the modified cells needs just a little... push...'); } if (_root.part == 52) { _root.setGraphic('liara1', 'fmg', 'far'); _root.scene = 'two'; _root.talker = _root.blueGirl; _root.texto('...Like this!'); } if (_root.part == 53) { _root.talker = _root.blueGirl; _root.texto('See? It\'s isn\'t just muscle stretch. All the cells of my bodies realocated energy to elevate my physical capacity.'); } if (_root.part == 54) { _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'fmg', 'far'); _root.scene = 'three'; _root.texto('It\'s amazing... with just an small and insignifant effort my body almost increased one time and half. I wonder what it could happen if...'); } if (_root.part == 55) { _root.talker = _root.blueGirl; _root.texto(_root.player + '! You are drooling! Are you having a stroke?'); } if (_root.part == 56) { _root.talker = _root.player; _root.texto('I-I did got a cold. small thing. I am... fine.'); } if (_root.part == 57) { _root.talker = _root.blueGirl; _root.texto('Then pay attention, more another push!'); } if (_root.part == 58) { _root.setGraphic('liara1', 'fmg', 'far'); _root.scene = 'four'; _root.talker = _root.blueGirl; _root.texto('YEAH!!! That\'s it!'); } if (_root.part == 59) { _root.talker = _root.blueGirl; _root.texto('I didn\'t thought I am would get that bigger so early! Should I keep pushing it...?'); } if (_root.part == 60) { _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'fmg', 'mid'); _root.scene = 'five'; _root.texto('SO! Do I look tougher now?'); _root.choiceText1 = 'I need to be thorough before agreeing.'; _root.choiceText2 = 'A little more than that I guess.'; _root.choiceText3 = 'Yes Ma\'am!'; } if (_root.part == 60101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('I don\'t know, I can\'t be reckless. I need to make a thorough inspection to assert these... improvements.'); } if (_root.part == 60102) { _root.talker = _root.blueGirl; _root.texto('It would my pleasure to participate in this... inspection, Commander ' + _root.player + '...'); _root.part = 60; } if (_root.part == 60201) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('Well, you look pretty... menacing ' + _root.blueGirl + '!! I would think twice before crossing your way!'); } if (_root.part == 60202) { _root.talker = _root.blueGirl; _root.texto('Oh, thank you ' + _root.player + '! I mean, menacing isn\'t a pleasant thing to say to another person but I understand your intention!'); _root.part = 60; } if (_root.part == 60301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('YES MA\'AM!'); } if (_root.part == 60302) { _root.talker = _root.player; _root.texto('I-I mean... Yes, you look pretty tough. Hum. Yeah.'); } if (_root.part == 60303) { _root.talker = _root.blueGirl; _root.texto('Thank you ' + _root.player + '. I appreciate your sincerity.'); _root.part = 60; } if (_root.part == 61) { _root.talker = _root.blueGirl; _root.texto('Thank you for your visit Commander. I did take much of your time already. I need to return to my duties myself.'); } if (_root.part == 62) { _root.talker = _root.player; _root.texto('Alright... but... ' + _root.blueGirl + '...'); } if (_root.part == 63) { _root.talker = _root.blueGirl; _root.texto('Yes commander?'); } if (_root.part == 64) { _root.talker = _root.player; _root.texto('It\'s nothing. Check you again later.'); } if (_root.part == 65) { _root.talker = _root.blueGirl; _root.texto('As you wish Commander.'); } if (_root.part == 66) { _root.setGraphic('liara1', 'fmg', 'far'); _root.scene = 'six'; _root.wait('med'); } if (_root.part == 67) { _root.talker = _root.player; _root.texto('What the fuck was that!? Space Jesus!'); _root.FirstEncounterLiara = 'complete'; _root.goToMap(); } if (_root.part == 501) { _root.setGraphic('liara1', 'thinking', 'mid'); _root.talker = _root.blueGirl; _root.texto('Speaking of that, I could use more data. I feel I didn\'t get access to the original version of the previous research. You could help me with that.'); } if (_root.part == 502) { _root.talker = _root.player; _root.texto('Do you think something is being hidden from you? Join the club!'); } if (_root.part == 503) { _root.talker = _root.blueGirl; _root.texto('I can\'t help it, i need to be throughful. I need to see the original data, or at least the exact reproduction of it. It may be nothing after all. I am just curious.'); } if (_root.part == 504) { _root.talker = _root.player; _root.texto('And what do you need my help for? Just ask your trusting colleagues.'); } if (_root.part == 505) { _root.setGraphic('liara1', 'smile', 'mid'); _root.talker = _root.blueGirl; _root.texto('I can\'t do that. If my suspection is true, I could create some unpleasant situations. I would prefer to not reveal any movement of my part.'); } if (_root.part == 506) { _root.talker = _root.blueGirl; _root.texto('And I would be in your debt Commander. I am not asking to steal anything, besides, if the data is on this ship, it\'s in your right to have access to it.'); } if (_root.part == 507) { _root.talker = _root.blueGirl; _root.setGraphic('liara1', 'shy', 'close'); _root.texto('I just want to give a little peek. Can you give me a hand?'); _root.choiceText1 = 'Accept the quest.'; _root.choiceText2 = 'Refuse the quest.'; _root.choiceText3 = 'Negotiate.'; } if (_root.part == 507101) { _root.talker = _root.player; _root.texto('Fine, I will do it. But I want to know everything you learn from it!'); } if (_root.part == 507102) { _root.setGraphic('liara1', 'smile', 'mid'); _root.talker = _root.blueGirl; _root.texto('Of course! It\'s a deal!'); _root.part = 507; } if (_root.part == 507201) { _root.talker = _root.player; _root.texto('HA! HA! HA! HA! HA!'); } if (_root.part == 507202) { _root.setGraphic('liara1', 'sad', 'far'); _root.talker = _root.blueGirl; _root.texto('... did i say something funny?'); } if (_root.part == 507203) { _root.talker = _root.player; _root.texto('HELL YEAH! You are trying to manipulate me... it\'s... hilarious!'); } if (_root.part == 507204) { _root.talker = _root.blueGirl; _root.texto('You mean you will not help me?'); } if (_root.part == 507205) { _root.talker = _root.player; _root.texto('Of course not! You are in your own. I don\'t have time for playing errand boy with you!'); } if (_root.part == 507206) { _root.setGraphic('liara1', 'angry', 'mid'); _root.talker = _root.blueGirl; _root.texto('I see. Too bad.'); _root.part = 34; } if (_root.part == 507301) { _root.talker = _root.player; _root.texto('You changed a lot. Do you really think I can be manipulated like that?'); } if (_root.part == 507302) { _root.setGraphic('liara1', 'sad', 'mid'); _root.talker = _root.blueGirl; _root.texto('I am not trying to manipulate you Commander. I wouldn\'t be capable to outwit you...'); } if (_root.part == 507303) { _root.talker = _root.player; _root.texto('Enough ' + _root.blueGirl + '. I will fetch that data of yours because I need to grasp all information about this mess and I expect you to assist me.'); } if (_root.part == 507304) { _root.setGraphic('liara1', 'shy', 'mid'); _root.talker = _root.blueGirl; _root.texto('O-Of course Commander. I will try to help you in any way I can!'); _root.part = 507; } if (_root.part == 508) { _root.talker = _root.player; _root.texto('Ok, give me the details. Where is this data you want so much?'); } if (_root.part == 509) { _root.setGraphic('liara1', 'smile', 'close'); _root.talker = _root.blueGirl; _root.texto('This is so exciting!! Listen carefully... this is our best chance! We need to act fast and stealhthly!'); } if (_root.part == 510) { _root.talker = _root.player; _root.texto('Wait a minute! Didn\'t you told me I wouldn\'t have to do anything wrong? This looks the complete opposite!'); } if (_root.part == 511) { _root.talker = _root.blueGirl; _root.texto('Don\'t overthink these details too much! The data is in ' + _root.bossyGirl + 's office. She have it. I am sure of it.'); } if (_root.part == 512) { _root.talker = _root.player; _root.texto('And you think she will give me the data? You know she doesn\'t give me any slack, don\'t you?'); } if (_root.part == 513) { _root.talker = _root.blueGirl; _root.texto('I know that! But you don\'t need to ask her for anything. Just go in there... and take it! She isn\'t there right now, you should take this chance.'); } if (_root.part == 514) { _root.talker = _root.player; _root.texto('Whoa! You want me to steal her stuff? Not I am afraid of her, but that\'s wrong. I am the commander of this ship for god sake! I can\'t mess with people\'s desk like that!'); } if (_root.part == 515) { _root.setGraphic('liara1', 'thinking', 'mid'); _root.talker = _root.blueGirl; _root.texto('It\'s not in her desk, I already checked. Try the cabinets and others drawers.'); } if (_root.part == 516) { _root.talker = _root.player; _root.texto('That\'s not the point! YOU ASKING ME TO STEAL!'); } if (_root.part == 517) { _root.setGraphic('liara1', 'smile', 'mid'); _root.talker = _root.blueGirl; _root.texto('Tee-hee! You aren\'t in the army anymore, this is Cerebelus property. You see? You aren\'t acting bad, you may fulfiling your duty...'); } if (_root.part == 518) { _root.talker = _root.player; _root.texto('Dang! You are right! I can\'t let them get away with this! YES! I have to get that data NOW!'); } if (_root.part == 519) { _root.setGraphic('liara1', 'smile', 'close'); _root.talker = _root.blueGirl; _root.texto('YES!! Didn\'t i told you this would be exciting? Go for it Commander!'); } if (_root.part == 520) { _root.fadeMC = 'in'; _root.talker = _root.player; _root.texto('Some minutes later...'); } if (_root.part == 521) { _root.fadeMC = 'out'; _root.setGraphic('quest1', 'vazio', 'fixedFar'); _root.setBG = 'MirandaPlace'; _root.talker = _root.player; _root.texto('I\'m in! How ' + _root.blueGirl + ' got a eletronic key for ' + _root.bossyGirl + ' beats me. I will worry about this later.'); } if (_root.part == 522) { _root.talker = _root.player; _root.texto('This is a quick job! Find the data and get the hell out! THIS IS IT!'); } if (_root.part == 523) { _root.setGraphic('quest1', 'vazio', 'fixedFar'); _root.talker = _root.player; _root.texto('Let me see... where should I look for the data?'); _root.choiceText1 = 'File cabinet.'; _root.choiceText2 = 'Desk.'; _root.choiceText3 = 'Walls.'; } if (_root.part == 523101) { if (find1 == true) { _root.texto('I already searched in there.'); _root.part = 522; } else { _root.talker = _root.player; _root.texto('Let\'s see...'); } } if (_root.part == 523102) { _root.talker = _root.player; _root.texto('THE FUCK! It\'s a lot of files! Why people prints that amount of stuff in these days! SAVE THE FUCKING TREES FOR GOD SAKE!'); } if (_root.part == 523103) { _root.talker = _root.player; _root.texto('Receipts... forms... forms... receipts... GOD! That\'s a lot of red tape! Cerebelus is a human organization for sure!'); } if (_root.part == 523104) { _root.talker = _root.player; _root.texto('Oh... what is this. This folder have a heart drew on it. There is a data drive inside of it.'); } if (_root.part == 523105) { _root.setGraphic('quest1', 'card', 'fixedFar'); _root.talker = _root.player; _root.texto('YOU FOUND A FMG REPORT! Check the extra section on the start screen to play it.'); } if (_root.part == 523106) { _root.talker = _root.player; _root.texto('Nice! I am curious to see what is inside of it!'); find1 = true; _root.part = 522; } if (_root.part == 523201) { if (find2 == true) { _root.texto('I already searched in there.'); _root.part = 522; } else { _root.talker = _root.player; _root.texto('Let\'s see...'); } } if (_root.part == 523202) { _root.talker = _root.player; _root.texto('Paper. Pen. clips. A mirror. Lipsticks. Gun. And a lot of ammo. ' + _root.bossyGirl + ' is a really prepared woman.'); } if (_root.part == 523203) { _root.talker = _root.player; _root.texto('Let\'s see this one from the bottom... A self-help book? That\'s sad. And a... coloring book? That\'s... weird. I don\'t want to go deeper.'); } if (_root.part == 523204) { _root.talker = _root.player; _root.texto('What is this... a data card? In the label is written: PERFECTION.'); } if (_root.part == 523205) { _root.setGraphic('quest1', 'card', 'fixedFar'); _root.talker = _root.player; _root.texto('YOU FOUND A BIO SHEET! Check the extra section on the start screen to display it.'); } if (_root.part == 523206) { _root.talker = _root.player; _root.texto('Hum. That\'s something. I should give a look on this later.'); find2 = true; _root.part = 522; } if (_root.part == 523301) { _root.talker = _root.player; _root.texto('Wait! If that data is of something important that woman wouldn\'t leave on plain sight. It must be hidden!'); } if (_root.part == 523302) { _root.talker = _root.player; _root.texto('Let\'s check the pictures on the walls. It\'s cliché, but I don\'t think ' + _root.bossyGirl + ' would be capable of something crafty.'); } if (_root.part == 523303) { _root.talker = _root.player; _root.texto('I just hope there isn\'t a hidden camera here. It would be pretty ankward. Damn ' + _root.blueGirl + '! What mess!'); } if (_root.part == 523304) { _root.talker = _root.player; _root.texto('BINGO! Is there something taped behind of this picture...'); } if (_root.part == 523305) { _root.talker = _root.player; _root.texto('YOU FOUND THE ORIGINAL DATA!'); } if (_root.part == 523306) { _root.talker = _root.player; _root.texto('THAT\'S IT! Well, I think. It must be it! TIME TO VANISH!'); _root.part = 523; } if (_root.part == 524) { _root.fadeMC = 'in'; _root.talker = ''; _root.texto('Some minutes later...'); } if (_root.part == 525) { _root.fadeMC = 'out'; _root.setBG = 'liaraPlace'; _root.setGraphic('liara1', 'sad', 'close'); _root.talker = _root.blueGirl; _root.texto('Did you find it? Huh? Where is it? DID YOU FIND IT?'); } if (_root.part == 526) { _root.talker = _root.player; _root.texto('Calm down! I found this data drive hidden behind of a picture. There is one of those coded labels on it. I think it\'s it.'); } if (_root.part == 527) { _root.setGraphic('liara1', 'smile', 'mid'); _root.talker = _root.blueGirl; _root.texto('YES! It seems you are right! The information must be encrypted and coded. Ohhh... I am so thrilled! I can\'t wait to unravel this bad boy!'); } if (_root.part == 528) { _root.talker = _root.player; _root.texto('But ' + _root.bossyGirl + ' may discover someone took that her soon. Shouldn\'t we copy the content and return it?'); } if (_root.part == 529) { _root.setGraphic('liara1', 'shy', 'mid'); _root.talker = _root.blueGirl; _root.texto('Tee-hee! You are so cute! You can\'t copy these files, there is at least hundreds of counter-measures. I will have to use an offline terminal to access this, and then emulate the cerebelus network to validate the security pins and... '); } if (_root.part == 530) { _root.talker = _root.player; _root.texto('Yay. I get it. You will get a sweet time with it before getting anything out from it.'); } if (_root.part == 531) { _root.talker = _root.player; _root.texto('But ' + _root.bossyGirl + ' will not suspect any of you girls about the vanishing of that thing.'); } if (_root.part == 532) { _root.setGraphic('liara1', 'normal', 'mid'); _root.talker = _root.blueGirl; _root.texto('I believe not. She will direct her suspiction for a more plausible choice... Sorry.'); } if (_root.part == 533) { _root.talker = _root.player; _root.texto('Yeah... Sigh. Thanks a lot ' + _root.blueGirl + '. My fan club gets bigger and bigger.'); } if (_root.part == 534) { _root.talker = _root.blueGirl; _root.texto('Don\'t be like that Commander. You will be safe. Just avoid eye-contact.'); } if (_root.part == 535) { _root.talker = _root.player; _root.texto('Thanks for the advice.'); _root.part = 34; } } frame 4 { if (_root.part == 1) { _root.setBG = 'jackPlace'; find1 = false; find2 = false; find3 = false; _root.wait('med'); _root.setGraphic('jack1', 'special1', 'far'); _root.scene = 'one'; } if (_root.part == 2) { _root.wait('med'); _root.setGraphic('jack1', 'special1', 'far'); _root.scene = 'two'; } if (_root.part == 3) { _root.talker = _root.player; _root.texto(_root.punkGirl + '? Come out. I need to talk to you.'); } if (_root.part == 4) { _root.wait('extra'); _root.setGraphic('jack1', 'special1', 'far'); _root.scene = 'three'; } if (_root.part == 5) { _root.wait('extra'); _root.setGraphic('jack1', 'special2', 'fixedClose'); _root.scene = 'one'; } if (_root.part == 6) { _root.talker = _root.punkGirl; _root.texto('What the fuck you want! Are you spying on me?'); _root.choiceText1 = 'No place is off my grounds.'; _root.choiceText2 = 'The fucking ship is mine!'; _root.choiceText3 = 'I just came to see you!'; } if (_root.part == 6101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('Careful with that ' + _root.punkGirl + '. I am here for some questions.'); } if (_root.part == 6102) { _root.talker = _root.player; _root.texto('And besides that, I am the commander of this ship, your commander. No place here is off my grounds. You better to learn that.'); } if (_root.part == 6103) { _root.talker = _root.punkGirl; _root.setGraphic('jack1', 'thinking', 'far'); _root.texto('I don\'t remember enlisting on the fucking army... so! What you\'ll do, ' + _root.player + '! Want some fucking push-ups?'); } if (_root.part == 6104) { _root.talker = _root.player; _root.texto('Sigh... I agree with you, this is not the army. It\'s more like a kindergarden!'); } if (_root.part == 6105) { _root.setGraphic('jack1', 'angry', 'close'); _root.talker = _root.punkGirl; _root.texto('FUCK YOU.'); _root.part = 6; } if (_root.part == 6201) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('I am sorry! I forgot I have to ask permission to walk on MY FUCKING SHIP! Next i will throw you off the hatch!'); } if (_root.part == 6202) { _root.setGraphic('jack1', 'smile', 'mid'); _root.talker = _root.punkGirl; _root.texto('You can try ' + _root.player + '. But don\'t expect me to play easy on you.'); } if (_root.part == 6203) { _root.talker = _root.player; _root.texto('Shut up. Psycho bitch.'); } if (_root.part == 6204) { _root.romanceChange('up'); _root.talker = _root.punkGirl; _root.texto('Fag.'); _root.part = 6; } if (_root.part == 6301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('I am sorry! Isn\'t like there is a doorbell around here! This isn\'t even a proper quarter!'); } if (_root.part == 6302) { _root.setGraphic('jack1', 'normal', 'mid'); _root.talker = _root.punkGirl; _root.texto('So what? Just leave me alone, there is others corridor you can take!'); _root.part = 6; } if (_root.part == 7) { _root.setGraphic('jack1', 'sad', 'far'); _root.talker = _root.punkGirl; _root.texto('Tell me already why you came! Stop staring on me! I know...'); } if (_root.part == 8) { _root.setGraphic('jack1', 'smile', 'mid'); _root.talker = _root.punkGirl; _root.texto('...did the blue bitch give you a cold shoulder?'); _root.choiceText1 = 'Of course not!'; _root.choiceText2 = 'Show respect!'; _root.choiceText3 = 'I don\'t dig bald chicks.'; } if (_root.part == 8101) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Of course not! She... oh... what do you mean about that? I don\'t know you are talking about!'); } if (_root.part == 8102) { _root.setGraphic('jack1', 'shy', 'mid'); _root.talker = _root.punkGirl; _root.texto('Pleeeease! I know your kind ' + _root.player + '! Showing that badge around, the chosen one, you must think we are all getting wet around of you!'); } if (_root.part == 8103) { _root.talker = _root.player; _root.texto('Of course not! These things never crossed on my mind!'); } if (_root.part == 8104) { _root.talker = _root.punkGirl; _root.texto('...'); } if (_root.part == 8105) { _root.talker = _root.player; _root.texto('EVER!'); } if (_root.part == 8106) { _root.romanceChange('down'); _root.setGraphic('jack1', 'smile', 'far'); _root.talker = _root.punkGirl; _root.texto('Right. I believe it.'); _root.part = 8; } if (_root.part == 8201) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('Show respect to doctor ' + _root.blueGirl + '! She is a valuable member of this team!'); } if (_root.part == 8202) { _root.setGraphic('jack1', 'thinking', 'mid'); _root.talker = _root.punkGirl; _root.texto('Of course she is! That smooth skin and fuckable body there is not a thing to do with it!'); } if (_root.part == 8203) { _root.talker = _root.player; _root.texto('Thats correct! I don\'t want you to speak more about this ever! DID YOU HEAR ME!'); } if (_root.part == 8204) { _root.talker = _root.player; _root.texto('She is still a bitch!'); _root.setGraphic('jack1', 'thinking', 'close'); } if (_root.part == 8205) { _root.talker = _root.player; _root.texto('Drop it!'); _root.part = 8; } if (_root.part == 8301) { _root.paragonChange(3); _root.talker = _root.player; _root.texto(_root.punkGirl + '... if, someday, I ever want a piece of that junkie and bald ass of yours...'); } if (_root.part == 8302) { _root.romanceChange('down'); _root.setGraphic('jack1', 'normal', 'mid'); _root.talker = _root.punkGirl; _root.texto('...'); } if (_root.part == 8303) { _root.talker = _root.player; _root.texto('Please, please shoot me in the head with the biggest gun you have! Twice! Do this for our friendship!'); } if (_root.part == 8304) { _root.talker = _root.punkGirl; _root.setGraphic('jack1', 'angry', 'close'); _root.texto('You fucking... fuck... FUCKER!'); } if (_root.part == 8305) { _root.talker = _root.player; _root.texto('That\'s a yes, right? I don\'t speak slutish!'); } if (_root.part == 8306) { _root.talker = _root.punkGirl; _root.texto('Sure! I will see you to have something big and thick shoved in your ass!'); } if (_root.part == 8307) { _root.talker = _root.player; _root.texto('That will do, anything is better than... urrghh... cuddle that bald head!'); } if (_root.part == 8308) { _root.talker = _root.punkGirl; _root.texto('Fuck you, you big faggot!'); _root.setGraphic('jack1', 'sad', 'mid'); _root.part = 8; } if (_root.part == 9) { _root.talker = _root.player; _root.texto('Ok, enough of pleasantries! I am here for the tech. The body enhancement tech.'); } if (_root.part == 10) { _root.setGraphic('jack1', 'flex', 'far'); _root.talker = _root.punkGirl; _root.texto('Humm... you like it don\'t ya?! Too bad, big momma here sucked every drop of it!'); } if (_root.part == 11) { _root.talker = _root.player; _root.texto('Where did you obtained it? I need to know!'); } if (_root.part == 12) { _root.talker = _root.punkGirl; _root.texto('They call it by something idiot... MIGHT, I guess. I am sorry Mr. officer, but i am not a snitch. You better shake another tree.'); } if (_root.part == 13) { _root.talker = _root.player; _root.texto('MIGHT... Fine. Why did you use it?'); } if (_root.part == 14) { _root.talker = _root.punkGirl; _root.texto('I can\'t believe you asking me that! I put weird stuff on my body since... forever!'); } if (_root.part == 15) { _root.setGraphic('jack1', 'flex', 'close'); _root.talker = _root.punkGirl; _root.texto('Don\'t will be now I will refuse to get a shot! And besides...'); } if (_root.part == 16) { _root.talker = _root.punkGirl; _root.texto('Doesn\'t this look badass? Oh yeah... I feel your ass tighting off from here. '); _root.choiceText1 = 'It backfired with you.'; _root.choiceText2 = 'I agree!'; _root.choiceText3 = 'That\'s not the point'; } if (_root.part == 16101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Yep, you looks big. But it backfired with you. You are not affecting my ass. You looks slutier than ever though.'); } if (_root.part == 16102) { _root.setGraphic('jack1', 'normal', 'far'); _root.talker = _root.punkGirl; _root.texto('I don\'t care. If I am on top, fine with me.'); } if (_root.part == 16103) { _root.talker = _root.player; _root.texto('I finally agree with you on something.'); _root.part = 16; } if (_root.part == 16201) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('I agree! It\'s useful, you can finish fights before even start it!'); } if (_root.part == 16202) { _root.setGraphic('jack1', 'angry', 'close'); _root.talker = _root.punkGirl; _root.texto('Fuck that! I want to drive these puppies around, I can\'t wait until we get on Omega. I\'ll wreck those pubs! You\'ll join me?'); } if (_root.part == 16203) { _root.talker = _root.player; _root.texto('Hmmm... no, i can\'t. But I can send a droid to tape you. I mean, I will be there... in spirit.'); } if (_root.part == 16204) { _root.setGraphic('jack1', 'sad', 'far'); _root.talker = _root.punkGirl; _root.texto('Shit... you are a spineless bastard.'); _root.part = 16; } if (_root.part == 16301) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('That is not the point! Don\'t you occur that tech could be dangerous? You are too inconsequent!'); } if (_root.part == 16302) { _root.setGraphic('jack1', 'shy', 'far'); _root.talker = _root.punkGirl; _root.texto('Whatever grandpa. Everyone was in the party. I couldn\'t be the chicken shit.'); } if (_root.part == 16303) { _root.talker = _root.player; _root.texto('Party? Who was there? TELL ME!'); } if (_root.part == 16304) { _root.talker = _root.punkGirl; _root.texto('Nah.'); } if (_root.part == 16305) { _root.talker = _root.player; _root.texto('Grow up!'); } if (_root.part == 16306) { _root.talker = _root.punkGirl; _root.texto('Fuck you.'); _root.part = 16; } if (_root.part == 17) { _root.talker = _root.player; _root.texto('Alright, alright. Just gimme a name. A name. You know this is the right thing to to. The truth wants to come out. Just let it out.'); } if (_root.part == 18) { _root.setGraphic('jack1', 'thinking', 'far'); _root.talker = _root.punkGirl; _root.texto('Nope. There is nothing wanting to come out from me. But, we may can work something out... Yeah that\'s it.'); _root.part = 500; } if (_root.part == 19) { _root.talker = _root.punkGirl; _root.texto('Ok, time to you get the fuck out of here.'); } if (_root.part == 20) { _root.setGraphic('jack1', 'angry', 'mid'); _root.talker = _root.punkGirl; _root.texto('Go away. I want to crap.'); _root.choiceText1 = 'I will cut your rations!'; _root.choiceText2 = 'I killed people for less.'; _root.choiceText3 = 'Childish.'; } if (_root.part == 20101) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Fine! I\'ll... I will cut your rations... IN HALF! And no jelly for an ENTIRE WEEK! I can be ruthless!'); } if (_root.part == 20102) { _root.setGraphic('jack1', 'sad', 'close'); _root.talker = _root.punkGirl; _root.texto('Oh no ' + _root.player + '! You will starve me to death. Oh no. I can\'t take this.'); } if (_root.part == 20103) { _root.talker = _root.player; _root.texto('This will serve you right! If you learn your lesson, I may let you have the jelly back.'); } if (_root.part == 20104) { _root.talker = _root.punkGirl; _root.texto('Really? If I kill you right now, you promess I will not have to eat that stinky green jelly anymore?'); } if (_root.part == 20105) { _root.talker = _root.player; _root.texto('Nonsense! The green... the LEMON flavored jelly is delicious! You are a strange person ' + _root.punkGirl + '!'); _root.part = 20; } if (_root.part == 20201) { _root.paragonChange(3); _root.talker = _root.player; _root.texto(_root.punkGirl + '... my bald and dirty companion... I killed lots of lots of people and aliens for less. Consider you luck.'); } if (_root.part == 20202) { _root.setGraphic('jack1', 'normal', 'mid'); _root.talker = _root.punkGirl; _root.texto('Lucky me. This was supposed to freight me. Try harder.'); } if (_root.part == 20203) { _root.talker = _root.player; _root.texto('I don\'t want to scare you. It\'s too much work, i prefer to shoot you. But sadly, you are useful to me. So far.'); } if (_root.part == 20204) { _root.setGraphic('jack1', 'thinking', 'close'); _root.talker = _root.punkGirl; _root.texto('I will be in danger if i stop being useful?'); } if (_root.part == 20205) { _root.talker = _root.player; _root.texto('No, no. You\'ll be dead before you stop being useful. It just a matter of how it will happen. I already see it. I promise it will be beautiful and touching.'); } if (_root.part == 20206) { _root.talker = _root.punkGirl; _root.setGraphic('jack1', 'thinking', 'far'); _root.texto('That was creepy even for you.'); _root.part = 20; } if (_root.part == 20301) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('Really? GOD! How far I fell! Did I came back to life for this?'); } if (_root.part == 20302) { _root.setGraphic('jack1', 'shy', 'mid'); _root.talker = _root.punkGirl; _root.texto('Gee, ' + _root.player + '! Look! That drunky old lady told me about it. She made sure of all the safe procedures and shit.'); } if (_root.part == 20303) { _root.talker = _root.player; _root.texto('I cant believe ' + _root.doctorGirl + ' is involved on this! I can\'t!'); } if (_root.part == 20304) { _root.talker = _root.punkGirl; _root.texto('Well, that is up to you. I don\'t care.'); _root.part = 20; } if (_root.part == 21) { _root.setGraphic('jack1', 'sad', 'far'); _root.talker = _root.punkGirl; _root.texto('SHIT! I got it! You are the boss! Why do you keep me bugging out!?'); } if (_root.part == 22) { _root.talker = _root.punkGirl; _root.setGraphic('jack1', 'shy', 'mid'); _root.texto('You want me to say I AM SORRY DADDY or a fucking blowjob?!'); _root.choiceText1 = '...'; _root.choiceText2 = 'You are my responsability.'; _root.choiceText3 = 'Hmm... Can you do both?'; } if (_root.part == 22101) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('...'); } if (_root.part == 22102) { _root.setGraphic('jack1', 'angry', 'mid'); _root.talker = _root.punkGirl; _root.texto('FUCK YOU! What are you thinking about?! It was a rethorical question!'); } if (_root.part == 22103) { _root.talker = _root.player; _root.texto('I knew that... I just...'); } if (_root.part == 22104) { _root.talker = _root.player; _root.texto('...'); } if (_root.part == 22105) { _root.talker = _root.punkGirl; _root.setGraphic('jack1', 'angry', 'close'); _root.texto('You are a PIG! A FUCKING PIG!'); _root.part = 22; } if (_root.part == 22201) { _root.paragonChange(1); _root.talker = _root.player; _root.texto(_root.punkGirl + ', wanting you or not, you are my responsability. It\'s my choice.'); } if (_root.part == 22202) { _root.setGraphic('jack1', 'angry', 'mid'); _root.talker = _root.punkGirl; _root.texto('Fuck you! I didn\'t ask for anything. Do you remember our deal? That\'s it. I am not one of you people.'); } if (_root.part == 22203) { _root.talker = _root.player; _root.texto('Too late. You are in my team. You can\'t be in the border. You are in. Get used to it.'); } if (_root.part == 22204) { _root.setGraphic('jack1', 'sad', 'mid'); _root.talker = _root.punkGirl; _root.texto('Gosh! You don\'t who are you dealing with it. Even I don\'t trust myself!'); } if (_root.part == 22205) { _root.talker = _root.player; _root.texto('You are more important than you think ' + _root.punkGirl + '. You wouldn\'t be here if I was lying.'); } if (_root.part == 22206) { _root.talker = _root.player; _root.texto('Just don\'t be an ass because I care about you.'); } if (_root.part == 22207) { _root.romanceChange('up'); _root.talker = _root.punkGirl; _root.setGraphic('jack1', 'shy', 'far'); _root.texto('... Whatever. Gee.'); _root.part = 22; } if (_root.part == 22301) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Damn ' + _root.punkGirl + '... can you do both? That\'s HOT! I can\'t wait!'); } if (_root.part == 22302) { _root.setGraphic('jack1', 'shy', 'close'); _root.talker = _root.punkGirl; _root.texto('WHAT? You wish...'); } if (_root.part == 22303) { _root.talker = _root.player; _root.texto('Hey! You can\'t blow my mind and then walk way! That\'s cruel! Just a handjob cuts it.'); } if (_root.part == 22304) { _root.romanceChange('down'); _root.setGraphic('jack1', 'angry', 'mid'); _root.talker = _root.punkGirl; _root.texto('FUCK YOU!'); _root.part = 22; } if (_root.part == 23) { _root.setGraphic('jack1', 'fmg', 'far'); _root.scene = 'one'; _root.talker = _root.punkGirl; _root.texto('DONE? I am busy. I need my personal time.'); } if (_root.part == 24) { _root.talker = _root.player; _root.texto('Not even close. You answered half of my questions. And mostly of that was untelligible groanings.'); } if (_root.part == 25) { _root.setGraphic('jack1', 'fmg', 'far'); _root.scene = 'two'; _root.talker = _root.punkGirl; _root.texto('Grrrrrrrrrr....!! You are starting to really REALLY PISS ME OFF!!'); } if (_root.part == 26) { _root.talker = _root.player; _root.texto('Do you think ugly faces scares me?'); } if (_root.part == 27) { _root.setGraphic('jack1', 'fmg', 'far'); _root.scene = 'three'; _root.talker = _root.punkGirl; _root.texto('GGGGGGRRRRRR!! YOU FUCK!! YOU SEE WHO HAVE THE UGLY FACE NOW!!'); } if (_root.part == 28) { _root.talker = _root.player; _root.texto('Heyyyy... chill out ' + _root.punkGirl + '! You gonna have a stroke or something if you keep this fit!'); } if (_root.part == 29) { _root.talker = _root.punkGirl; _root.texto('DON\'T TELL ME TO CHILL OUT YOU... YOU... GRAAAAAAWWWWWWWWWWWWW!!!!'); } if (_root.part == 30) { _root.setGraphic('jack1', 'fmg', 'far'); _root.scene = 'four'; _root.wait('short'); } if (_root.part == 31) { _root.talker = _root.player; _root.texto('Sweet space Jesus!! Calm... just STOP THAT!! I MEAN IT!'); } if (_root.part == 32) { _root.talker = _root.punkGirl; _root.texto('I SAID TO STOP TELLING ME TO... GGGGGGRRRRRRRrrrrRRRRRrr!!!!!!'); } if (_root.part == 33) { _root.setGraphic('jack1', 'fmg', 'far'); _root.scene = 'five'; _root.wait('extra'); } if (_root.part == 34) { _root.talker = _root.player; _root.texto('A-are you alright?'); } if (_root.part == 35) { _root.setGraphic('jack1', 'fmg', 'mid'); _root.scene = 'six'; _root.talker = _root.punkGirl; _root.texto('Do You want to be the next?'); _root.choiceText1 = 'You have a bad temper.'; _root.choiceText2 = 'You\'ll will pay for it.'; _root.choiceText3 = 'Check you later!'; } if (_root.part == 35101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('You should handle you temper better. We\'ll continue this later.'); } if (_root.part == 35102) { _root.talker = _root.punkGirl; _root.texto('Fuck you.'); } if (_root.part == 35103) { _root.talker = _root.player; _root.texto('Got it. You too.'); _root.part = 35; } if (_root.part == 35201) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Oookay... you hates tools, i get it. But this will cost you, you know?'); } if (_root.part == 35202) { _root.talker = _root.player; _root.texto('Do you know how hard is to get new tools on deep space?! I\'ll make easy to you get it, it\'s a lots of cock to suck!'); } if (_root.part == 35203) { _root.talker = _root.punkGirl; _root.texto('Fuck you.'); } if (_root.part == 35204) { _root.talker = _root.player; _root.texto('Not now. Can we wait? I have a job to do!'); } if (_root.part == 35205) { _root.talker = _root.punkGirl; _root.texto('FUCK YOU!'); } if (_root.part == 35206) { _root.talker = _root.player; _root.texto('Damn girl! I will get a dictionary for ya. Its becoming dull speaking to you! LATER!'); _root.part = 35; } if (_root.part == 35301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('I will leave to your... business. Can I come later?'); } if (_root.part == 35302) { _root.talker = _root.punkGirl; _root.texto('No. I will hurt you next time.'); } if (_root.part == 35303) { _root.talker = _root.player; _root.texto('Got it. Well. See you. Or not. Bye.'); _root.part = 35; } if (_root.part == 36) { _root.setGraphic('jack1', 'fmg', 'far'); _root.scene = 'seven'; _root.talker = _root.punkGirl; _root.texto('...'); } if (_root.part == 37) { _root.talker = _root.player; _root.texto('Great! Just great! A psychotic murderer on steroids! Can it getter better?!'); _root.FirstEncounterJack = 'complete'; _root.goToMap(); } if (_root.part == 501) { _root.setGraphic('jack1', 'thinking', 'mid'); _root.talker = _root.punkGirl; _root.texto('Maybe you showing up wasnt\'t a complete waste of time. I want you to do something for me.'); } if (_root.part == 502) { _root.talker = _root.player; _root.texto('Oh really. What can I do for your Highness? I am aim to please.'); } if (_root.part == 503) { _root.setGraphic('jack1', 'angry', 'close'); _root.talker = _root.punkGirl; _root.texto('Shut up you Numbfuck! You will do it or not?'); } if (_root.part == 504) { _root.talker = _root.player; _root.texto('It would be easier to answer if I knew what you wanted me to do. And please, don\'t skip the little details.'); } if (_root.part == 505) { _root.talker = _root.punkGirl; _root.texto('Fine! I need another dosis of the tech. The MIGHT, whatever the name it is.'); } if (_root.part == 506) { _root.talker = _root.player; _root.texto('And you asks to me? Do i look a pusher? And I barely know what it is!'); } if (_root.part == 507) { _root.setGraphic('jack1', 'sad', 'mid'); _root.talker = _root.punkGirl; _root.texto('Godammit! I know you don\'t have it! But I know where it is! I just need you to go there and take it!'); } if (_root.part == 508) { _root.talker = _root.player; _root.texto('Me? Why you don\'t go there with you pretty and beefy legs and take it yourself?'); } if (_root.part == 509) { _root.setGraphic('jack1', 'thinking', 'close'); _root.talker = _root.punkGirl; _root.texto('IT\'S IN THE LAB!'); } if (_root.part == 510) { _root.talker = _root.player; _root.texto('I see. It would be strange for you to be sighted in there. Or in schools. Or Libraries. Or churchs.'); } if (_root.part == 511) { _root.setGraphic('jack1', 'shy', 'mid'); _root.talker = _root.punkGirl; _root.texto('Funny. Ha ha ha. So funny. Ha. Ha. Heh.'); } if (_root.part == 512) { _root.talker = _root.punkGirl; _root.texto('And there is the security shenanigans. I would prefer to blow everything up, sadly I can\'t do that here... right now.'); } if (_root.part == 513) { _root.talker = _root.player; _root.texto('Got it. But I am stuck with a little problem. Why I would do that? Why do you want another dosis?'); } if (_root.part == 514) { _root.setGraphic('jack1', 'smile', 'mid'); _root.talker = _root.punkGirl; _root.texto('It\'s my problem. I could take it, I could sell it. And you could get another sample for yourself. You could use as evidence.'); } if (_root.part == 515) { _root.talker = _root.player; _root.texto('Hmmm... and the others girls. Wouldn\'t they be angry if you...'); } if (_root.part == 516) { _root.talker = _root.punkGirl; _root.texto('Screw them. I just want an excuse to start bursting heads open.'); } if (_root.part == 517) { _root.talker = _root.player; _root.texto('Ok, let\'s leave your envolvement concealed for the moment.'); } if (_root.part == 518) { _root.talker = _root.punkGirl; _root.texto('So, You will do it?'); _root.choiceText1 = 'Accept the quest.'; _root.choiceText2 = 'Refuse the quest.'; _root.choiceText3 = 'Negotiate.'; } if (_root.part == 518101) { _root.talker = _root.player; _root.texto('I can try. I can\'t promess anything. Are you sure about this?'); } if (_root.part == 518102) { _root.talker = _root.punkGirl; _root.texto('Fuck yeah! Stop pussying about and go get the stuff.'); } if (_root.part == 518103) { _root.talker = _root.player; _root.texto('I am starting to regret this already.'); _root.part = 518; } if (_root.part == 518201) { _root.talker = _root.player; _root.texto('Hell no. fetching jobs aren\'t for me. My job is kicking teeth and shooting heads. I am very focused on that. It\'s a career.'); } if (_root.part == 518202) { _root.setGraphic('jack1', 'normal', 'mid'); _root.talker = _root.punkGirl; _root.texto('Are you sure? Don\'t you want to get one for yourself? It would help in your ass-busting work.'); } if (_root.part == 518203) { _root.talker = _root.player; _root.texto('What for? In the end of day, you girls will be on your knees, panties down, begging me to be gentile.'); } if (_root.part == 518204) { _root.talker = _root.punkGirl; _root.texto('We\'ll see about that.'); _root.part = 18; } if (_root.part == 518301) { _root.talker = _root.player; _root.texto('I can\'t let this opportunity to go. But if I found just a single sample, that one will be mine.'); } if (_root.part == 518302) { _root.setGraphic('jack1', 'angry', 'close'); _root.talker = _root.punkGirl; _root.texto('What the fuck! Do you want to screw me over? How i can know if you aren\'t ripping me off?'); } if (_root.part == 518303) { _root.talker = _root.player; _root.texto('Because I will tell you. And that will be enough. Do you understand?'); } if (_root.part == 518304) { _root.talker = _root.punkGirl; _root.texto('GGGgggrrrr...'); } if (_root.part == 518305) { _root.setGraphic('jack1', 'thinking', 'mid'); _root.talker = _root.punkGirl; _root.texto('Whatever. Just bring my shit.'); _root.part = 518; } if (_root.part == 519) { _root.talker = _root.player; _root.texto('Fine. Just tell me how this MIGHT looks like.'); } if (_root.part == 520) { _root.setGraphic('jack1', 'sad', 'far'); _root.talker = _root.punkGirl; _root.texto('How am I supposed to know that? I just got shot with it with those syring-guns shit. Look for a label sheesh!'); } if (_root.part == 521) { _root.talker = _root.player; _root.texto('A secret substance with a label? Oh boy, that will be easy.'); } if (_root.part == 522) { _root.setGraphic('jack1', 'thinking', 'mid'); _root.talker = _root.punkGirl; _root.texto('Another thing ' + _root.player + '. I wouldn\'t try to inject that stuff in yourself. I heard from the girls it doesn\'t work on people with dicks. It might waste you. Not that I care.'); } if (_root.part == 523) { _root.talker = _root.player; _root.texto('You don\'t need to tell me that. Stay right there. I will be back.'); } if (_root.part == 524) { _root.setGraphic('jack1', 'smile', 'mid'); _root.talker = _root.punkGirl; _root.texto('Chop-chop!'); } if (_root.part == 525) { _root.fadeMC = 'in'; _root.talker = _root.player; _root.texto('Some minutes later...'); } if (_root.part == 526) { _root.fadeMC = 'out'; _root.setGraphic('quest1', 'vazio', 'fixedFar'); _root.setBG = 'lab'; _root.talker = _root.player; _root.texto('Let\'s see... good! No one is here!'); } if (_root.part == 527) { _root.talker = _root.player; _root.texto('I was expecting to find Mordin here. Thank you Space God. I can\'t stand his singing anymore.'); } if (_root.part == 528) { _root.setGraphic('quest1', 'vazio', 'fixedFar'); _root.talker = _root.player; _root.texto('I need to find a sample. But where?'); _root.choiceText1 = 'Freezing storage'; _root.choiceText2 = 'Hanged coat'; _root.choiceText3 = 'Cabinet.'; } if (_root.part == 528201) { if (find1 == true) { _root.texto('I already searched in there.'); _root.part = 527; } else { _root.talker = _root.player; _root.texto('A coat? It belongs to who?'); } } if (_root.part == 528202) { _root.talker = _root.player; _root.texto('Sniifff... OHhhhh... ' + _root.blueGirl + '... '); } if (_root.part == 528203) { _root.talker = _root.player; _root.texto('Why did she left this here? Did she forget it?'); } if (_root.part == 528204) { _root.talker = _root.player; _root.texto('Jackpot! There is something in the pocket! A data drive!'); } if (_root.part == 528205) { _root.setGraphic('quest1', 'card', 'fixedFar'); _root.talker = _root.player; _root.texto('YOU FOUND A FMG REPORT! Check the extra section on the start screen to play it.'); } if (_root.part == 528206) { _root.talker = _root.player; _root.texto('I am eager to see what its inside of this!'); find1 = true; _root.part = 527; } if (_root.part == 528301) { if (find2 == true) { _root.texto('I already searched in there.'); _root.part = 527; } else { _root.talker = _root.player; _root.texto('Ok, let\'s try the cabinet. Looks sturdy.'); } } if (_root.part == 528302) { _root.talker = _root.player; _root.texto('Yep. It\'s closed. But that will not stop me. No doors are closed to me in this ship. Maybe the female bathroom. But not a plain cabinet.'); } if (_root.part == 528303) { _root.talker = ''; _root.texto(_root.player + ' shot the lock.'); } if (_root.part == 528304) { _root.talker = _root.player; _root.texto('Perfect hit! Awesome. Now the loot! There is only one thing here...'); } if (_root.part == 528305) { _root.setGraphic('quest1', 'card', 'fixedFar'); _root.talker = _root.player; _root.texto('YOU FOUND A BIO SHEET! Check the extra section on the start screen to display it.'); } if (_root.part == 528306) { _root.talker = _root.player; _root.texto('Must be something important. I will keep it.'); find2 = true; _root.part = 527; } if (_root.part == 528101) { _root.talker = _root.player; _root.texto('It\'s pretty obvious! Duh! Of course the sample will be in the freezing storage. I guess.'); } if (_root.part == 528102) { _root.talker = _root.player; _root.texto('I need to be careful. Mordin is working in that Genophage virus. I don\'t want to mess with that.'); } if (_root.part == 528103) { _root.talker = _root.player; _root.texto('Hmmm... who the fuck is keeping wine here!? Wait a moment! Only I can drink in this ship! Consider it confiscated!'); } if (_root.part == 528104) { _root.talker = ''; _root.texto('YOU SCORED A BOTTLE OF WINE!'); } if (_root.part == 528105) { _root.talker = _root.player; _root.texto('Now the sample. Hmmm... hrrrrrr... hmmmmmmm...'); } if (_root.part == 528106) { _root.talker = ''; _root.texto('YOU FOUND JACK SHIT!'); } if (_root.part == 528107) { _root.talker = _root.player; _root.texto('Oh well. No dice. Of course it wouldn\'t have a sample of tech in plain sight. It\'s time to tell the news to ' + _root.punkGirl + '.'); _root.part = 528; } if (_root.part == 529) { _root.fadeMC = 'in'; _root.talker = _root.player; _root.texto('Some minutes later...'); } if (_root.part == 530) { _root.fadeMC = 'out'; _root.setBG = 'jackPlace'; _root.setGraphic('jack1', 'angry', 'mid'); _root.talker = _root.punkGirl; _root.texto('Where is my shit? WHERE IS IT.'); } if (_root.part == 531) { _root.talker = _root.player; _root.texto('Calm down. There is no sample in the lab. It just doesn\'t make sense. Why they would keep there. Mordin would find it sooner or later.'); } if (_root.part == 532) { _root.talker = _root.punkGirl; _root.texto('Grrrrrrr... Do you think I am klutz?! I know you are hiding something! I see a bulge in your jacket and can\'t be your tiny cock of yours!'); } if (_root.part == 533) { _root.talker = _root.player; _root.texto('Ah. You mean this? I found this bottle of wine in the freezing storage. Who would...'); } if (_root.part == 534) { _root.setGraphic('jack1', 'angry', 'close'); _root.talker = _root.punkGirl; _root.texto('GIMME!'); } if (_root.part == 535) { _root.talker = ''; _root.texto('YOU LOST A BOTTLE OF WINE!'); } if (_root.part == 536) { _root.talker = _root.player; _root.texto('Hey! You can\'t drink in the ship! That\'s illegal goods!'); } if (_root.part == 537) { _root.setGraphic('jack1', 'smile', 'mid'); _root.talker = _root.punkGirl; _root.texto('It\'s my favorite kind of goodies! Thank you ' + _root.player + '! You really know how to please a gal!'); } if (_root.part == 538) { _root.talker = _root.player; _root.texto('But... fine! Just don\'t go walking around the ship wasted. I am serious, ok?'); _root.part = 18; } } frame 5 { if (_root.part == 1) { _root.setBG = 'TaliPlace'; find1 = false; find2 = false; find3 = false; _root.wait('med'); _root.setGraphic('tali1', 'special1', 'fixedFar'); _root.scene = 'one'; } if (_root.part == 2) { _root.talker = _root.quarianGirl; _root.texto('Commander! Commander ' + _root.player + '!'); } if (_root.part == 3) { _root.setGraphic('tali1', 'special2', 'fixedClose'); _root.scene = 'one'; _root.wait('long'); } if (_root.part == 4) { _root.talker = _root.quarianGirl; _root.texto('Commander ' + _root.player + '! I need your assistance!'); _root.choiceText1 = 'Let me hear.'; _root.choiceText2 = 'For fuck sake!'; _root.choiceText3 = 'Even you? I can\'t believe it!'; } if (_root.part == 4101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('Tell me at once ' + _root.quarianGirl + '. I was looking for you also but I guess you have more pressing issues.'); } if (_root.part == 4102) { _root.romanceChange('up'); _root.setGraphic('tali1', 'shy', 'close'); _root.talker = _root.quarianGirl; _root.texto('T-Thank you commander ' + _root.player + '! I don\'t deserve your consideration!'); _root.part = 4; } if (_root.part == 4201) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('HA! Let the games begin! I knew it! You silly cunts does yours fuckups and then come to me looking for help!'); } if (_root.part == 4202) { _root.setGraphic('tali1', 'sad', 'far'); _root.talker = _root.quarianGirl; _root.texto('I-I am sorry commander! I don\'t deserve to be in this ship!'); } if (_root.part == 4203) { _root.talker = _root.player; _root.texto('You are fucking right on that sister!'); } if (_root.part == 4204) { _root.romanceChange('down'); _root.talker = _root.quarianGirl; _root.texto('Oh...'); _root.part = 4; } if (_root.part == 4301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto(_root.quarianGirl + '? I don\'t believe it! Even you? My heart is on shambles! WHHHHYY?!'); } if (_root.part == 4302) { _root.setGraphic('tali1', 'sad', 'mid'); _root.talker = _root.quarianGirl; _root.texto('Forgive me commander ' + _root.player + '! Forgive me! I don\'t deserve to breath the same air you breaths!'); } if (_root.part == 4303) { _root.talker = _root.player; _root.texto('Gee. Take easy ' + _root.quarianGirl + '. Lighten up a bit, will you?'); _root.part = 4; } if (_root.part == 5) { _root.setGraphic('tali1', 'sad', 'close'); _root.talker = _root.quarianGirl; _root.texto('I knew I shouldn\'t use this tech, the MIGHT!! I deserve to burst in flames for that!'); } if (_root.part == 6) { _root.talker = _root.player; _root.texto('Take a grip ' + _root.quarianGirl + '. Just tell me what is happening.'); } if (_root.part == 7) { _root.setGraphic('tali1', 'normal', 'mid'); _root.talker = _root.quarianGirl; _root.texto('I didn\'t think that body enhancement tech would have that kind of effect on Quarians! Look!'); } if (_root.part == 8) { _root.talker = _root.player; _root.texto('Yes, it looks a bit tighter than the usual. Don\'t you girls like that way?'); } if (_root.part == 9) { _root.talker = _root.quarianGirl; _root.setGraphic('tali1', 'shy', 'close'); _root.texto('Of course not! My suit is about to burst! I FEEL IT! I am hearing the tension of my suit against my body!!'); } if (_root.part == 10) { _root.talker = _root.player; _root.texto('So... do you need duct tapes? Nails?'); } if (_root.part == 11) { _root.talker = _root.quarianGirl; _root.setGraphic('tali1', 'thinking', 'mid'); _root.texto('I need to upgrade my suit commander, better materials. My life depends on it!'); _root.choiceText1 = 'You aren\'t radioactive, aren\'t you?'; _root.choiceText2 = 'No use crying over spilled milk.'; _root.choiceText3 = 'Aw... you need uncle ' + _root.player + ' help.'; } if (_root.part == 11101) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Wait! Are you telling me you\'re gonna explode?! You aren\'t radioactive, arent you?'); } if (_root.part == 11102) { _root.setGraphic('tali1', 'angry', 'far'); _root.talker = _root.quarianGirl; _root.texto('Of course not! Its the completely opposite, i need my suit to protect me from this filthy enviroment!'); } if (_root.part == 11103) { _root.talker = _root.player; _root.texto('Filthy? I travelled in spaceships much more dirty than this. Hell, this thing is spotless!'); } if (_root.part == 11104) { _root.talker = _root.quarianGirl; _root.texto('I speak of germs Commander, Quarians can\'t live in this kind of place, well, in our home planet...'); } if (_root.part == 11105) { _root.talker = _root.player; _root.texto('I got it. You need the suit or you will die.'); } if (_root.part == 11106) { _root.setGraphic('tali1', 'sad', 'mid'); _root.talker = _root.quarianGirl; _root.texto('Sigh... yes.'); _root.part = 11; } if (_root.part == 11201) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('We can\'t undo the past, we have to deal with this promptly. Give me the list of the materials you need. I will personally handle that.'); } if (_root.part == 11202) { _root.setGraphic('tali1', 'shy', 'close'); _root.talker = _root.quarianGirl; _root.texto('Will you? Thank you commander! I don\'t know what to say.'); } if (_root.part == 11203) { _root.talker = _root.player; _root.texto('Thank you for not letting me die works.'); _root.part = 11; } if (_root.part == 11301) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Awww... GEE! You need help from uncle ' + _root.player + ', don\'t you silly walking fish bowl?'); } if (_root.part == 11302) { _root.romanceChange('down'); _root.setGraphic('tali1', 'angry', 'close'); _root.talker = _root.quarianGirl; _root.texto('...'); } if (_root.part == 11303) { _root.talker = _root.player; _root.texto('Sure thing! I think I squeeze it in my TODO list: Do not let the stupid and weird alien girl die.'); _root.part = 11; } if (_root.part == 11) { _root.setGraphic('tali1', 'normal', 'mid'); _root.talker = _root.quarianGirl; _root.texto('I appreciate your help, Commander. I already put several patches on my suit but it will not suffice.'); } if (_root.part == 12) { _root.talker = _root.player; _root.texto('Why did you do it? What is there so important on it to risk your life?'); } if (_root.part == 13) { _root.setGraphic('tali1', 'smile', 'mid'); _root.talker = _root.quarianGirl; _root.texto('Oh... There was much to gain... I could be free... I could...'); } if (_root.part == 14) { _root.talker = _root.player; _root.texto('Free from what?'); } if (_root.part == 15) { _root.talker = _root.quarianGirl; _root.texto('I can\'t say it Commander! It may be a lost cause. I feel so silly! Doctor ' + _root.doctorGirl + ' told me it would be okay.'); } if (_root.part == 16) { _root.talker = _root.player; _root.texto('Doctor ' + _root.doctorGirl + ' gave the MIGHT to you?'); } if (_root.part == 17) { _root.setGraphic('tali1', 'shy', 'far'); _root.talker = _root.quarianGirl; _root.texto('Hmmm... I... Are you angry with me?'); _root.choiceText1 = 'I smell a conspiracy!'; _root.choiceText2 = 'Did her force you to do it?'; _root.choiceText3 = 'Of course not!'; } if (_root.part == 17101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('For fuck sake! Everyone is getting beefy, less me! Something is terribly wrong here! I smell a conspiracy!'); _root.part = 17; } if (_root.part == 17201) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('Tell me! Did someone forced you to do it? TELL ME NOW!!'); } if (_root.part == 17202) { _root.setGraphic('tali1', 'sad', 'mid'); _root.talker = _root.quarianGirl; _root.texto('No, i gave my permission. I am the only one to blame.'); _root.part = 17; } if (_root.part == 17301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Of course I ain\'t, ' + _root.quarianGirl + '! How could I be angry with the nicest gal of the universe!?'); } if (_root.part == 17302) { _root.romanceChange('up'); _root.setGraphic('tali1', 'shy', 'far'); _root.talker = _root.quarianGirl; _root.texto('Commander... You are so good to me! I feel so bad now.'); _root.part = 17; } if (_root.part == 18) { _root.setGraphic('tali1', 'thinking', 'mid'); _root.talker = _root.quarianGirl; _root.texto('I need to tell you my reasons. My others reasons at least.'); } if (_root.part == 19) { _root.talker = _root.player; _root.texto('I am all ears.'); } if (_root.part == 20) { _root.talker = _root.quarianGirl; _root.texto('I wanted to be a more active member of the team. I know I am no soldier or a specialist like ' + _root.blueGirl + ' or ' + _root.bossyGirl + '.'); } if (_root.part == 21) { _root.talker = _root.quarianGirl; _root.setGraphic('tali1', 'shy', 'mid'); _root.texto('I feel I could be more resourceful for the mission. For you.'); _root.choiceText1 = 'I\'ll put you in the front row now.'; _root.choiceText2 = 'I trusted you. But, after this...'; _root.choiceText3 = 'I understand you.'; } if (_root.part == 21101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Don\'t fret about it. I will put you big girls all in the front row from now on!'); } if (_root.part == 21102) { _root.setGraphic('tali1', 'smile', 'close'); _root.talker = _root.quarianGirl; _root.texto('Yes! I will happy to aid you Commander. What will be the strategy?'); } if (_root.part == 21103) { _root.talker = _root.player; _root.texto('Strategy? I use only one, priorize my body integrity above everything else. It failed one time though. I regret it dearly.'); } if (_root.part == 21104) { _root.talker = _root.quarianGirl; _root.setGraphic('tali1', 'smile', 'mid'); _root.texto('Sounds a good battle plan! I can\'t wait to try this!'); _root.part = 21; } if (_root.part == 21201) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('I asked you to join the mission because I knew what you were capable of. But now, after this, I don\'t know.'); } if (_root.part == 21202) { _root.setGraphic('tali1', 'sad', 'far'); _root.talker = _root.quarianGirl; _root.texto('C-Commander! I know I was selfish but I only did this because we need more strength! Don\'t think ill off me!'); } if (_root.part == 21203) { _root.talker = _root.player; _root.texto('I trust you will help me to undestand all of this, ' + _root.quarianGirl + '.'); } if (_root.part == 21204) { _root.setGraphic('tali1', 'shy', 'close'); _root.talker = _root.quarianGirl; _root.texto('I will Commander ' + _root.player + '! You will see, I only did this for US... I mean, the mission!'); _root.part = 21; } if (_root.part == 21301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('I kinda undestand you ' + _root.quarianGirl + '. Sometimes I feel I may be not good enough to lead this operation.'); } if (_root.part == 21302) { _root.setGraphic('tali1', 'thinking', 'mid'); _root.talker = _root.quarianGirl; _root.texto('You must have be very stressed with all this pressure.'); } if (_root.part == 21303) { _root.talker = _root.player; _root.texto('Yeah... sometimes I think in jumping in one of these pods and fly to a very distant galaxy and spend all my life raising kitten cats, watching porn, playing games...'); } if (_root.part == 21304) { _root.romanceChange('down'); _root.setGraphic('tali1', 'thinking', 'far'); _root.talker = _root.quarianGirl; _root.texto('...'); } if (_root.part == 21305) { _root.talker = _root.player; _root.texto('Wha... I WAS JOKING! HA! I got you! HA ha ha... Stop looking me like that!'); _root.part = 21; } if (_root.part == 22) { _root.setGraphic('tali1', 'angry', 'mid'); _root.talker = _root.quarianGirl; _root.texto('You don\'t understand Commander! You need soldiers, not mechanics or technicians! You deserve the best!'); } if (_root.part == 23) { _root.talker = _root.player; _root.texto('Well, we need all the help we can get. But you are mistaken if you believe it only soldiers will win this war.'); } if (_root.part == 24) { _root.talker = _root.quarianGirl; _root.texto('I believe I am much more capable now!'); _root.choiceText1 = 'You look... wider.'; _root.choiceText2 = 'So you are bulletproof now?'; _root.choiceText3 = 'Be careful.'; } if (_root.part == 24101) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('I can say you really look... wider. Speaking the truth you are bigger in every direction!'); } if (_root.part == 24102) { _root.talker = _root.quarianGirl; _root.texto('Yes, that is good right?'); } if (_root.part == 24103) { _root.talker = _root.player; _root.texto('I think yes. Easier to get hit at least.'); _root.part = 24; } if (_root.part == 24201) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Really? Let me grab my trusty Stingray and let\'s test that superiority of yours!'); } if (_root.part == 24202) { _root.setGraphic('tali1', 'thinking', 'far'); _root.talker = _root.quarianGirl; _root.texto('Wait! I didn\'t mean that. I just said... you know, I can do more stuff now.'); _root.part = 24; } if (_root.part == 24301) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('Be careful ' + _root.quarianGirl + '. Don\'t bring these thoughts on battlefield. It\'s worst place to prove things.'); } if (_root.part == 24302) { _root.setGraphic('tali1', 'smile', 'close'); _root.talker = _root.quarianGirl; _root.texto('You are wise ' + _root.player + '. I am feeling so... invencible! It\'s better to be cautious.'); _root.part = 24; } if (_root.part == 25) { _root.setGraphic('tali1', 'smile', 'mid'); _root.talker = _root.quarianGirl; _root.texto('What I wouldn\'t give to tear all this suit apart...!'); _root.setGraphic('tali1', 'flex1', 'far'); } if (_root.part == 26) { _root.talker = _root.player; _root.texto('Uh...?'); } if (_root.part == 27) { _root.talker = _root.quarianGirl; _root.texto('I mean... my muscle mass improved a lot since yesterday but I can\'t... feel them, check them yet. I am itching!'); } if (_root.part == 28) { _root.talker = _root.player; _root.texto('I see. Do you feel stronger? It\'s working, right?'); } if (_root.part == 29) { _root.setGraphic('tali1', 'flex2', 'far'); _root.talker = _root.quarianGirl; _root.texto('Of course! I tested myself this morning! With not much intensity, a simple bicep flex almost ripped my suit!'); } if (_root.part == 30) { _root.talker = _root.quarianGirl; _root.texto('I think I can show you! Come here!'); } if (_root.part == 31) { _root.setGraphic('tali1', 'fmg', 'far'); _root.scene = 'one'; _root.talker = _root.player; _root.texto('What are you doing to the door ' + _root.quarianGirl + '?'); } if (_root.part == 32) { _root.talker = _root.quarianGirl; _root.texto('I am deactivating the safet measures sensors. Done! Tee-hee!'); } if (_root.part == 33) { _root.setGraphic('tali1', 'fmg', 'far'); _root.scene = 'two'; _root.talker = _root.quarianGirl; _root.texto('What about a friendly challenge ' + _root.player + '? Who manages to hold this door open for more time!'); } if (_root.part == 34) { _root.talker = _root.quarianGirl; _root.texto('I\'ll go first!'); _root.choiceText1 = 'Sure, go ahead.'; _root.choiceText2 = 'I took a laser on the knee...'; _root.choiceText3 = 'It\'s pointless.'; } if (_root.part == 34101) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Sure, go ahead! By the way, Dr. ' + _root.dorctorGirl + ' knows how to treat your kind, right? I can\'t ask her, just to be safe.'); _root.part = 34; } if (_root.part == 34201) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Nonsense! Let me... OH! I can\'t do these things anymore. Last week... urgh... I took a laser beam on my knee...'); _root.part = 34; } if (_root.part == 34301) { _root.paragonChange(1); _root.talker = _root.player; _root.texto(_root.quarianGirl + ', I fail to see what that would prove. And it\'s dangerous, I can\'t take a chance of we being hurt in something so silly!'); _root.part = 34; } if (_root.part == 35) { _root.talker = _root.quarianGirl; _root.texto('Don\'t worry that much ' + _root.player + '! I know how much tons of pressure these doors gives. Its safe!'); } if (_root.part == 36) { _root.talker = _root.player; _root.texto('Tons? That just don\'t sound good. Sounds crazy.'); } if (_root.part == 37) { _root.talker = _root.quarianGirl; _root.texto('Its alright. Just click the button.'); } if (_root.part == 38) { _root.talker = _root.player; _root.texto('Fine. This is silly, i tell you.'); } if (_root.part == 39) { _root.talker = _root.quarianGirl; _root.texto('You worry too much. Trust me!'); } if (_root.part == 40) { _root.talker = _root.player; _root.texto('There goes.'); } if (_root.part == 41) { _root.wait('med'); _root.setGraphic('tali1', 'fmg', 'far'); _root.scene = 'three'; } if (_root.part == 42) { _root.talker = _root.quarianGirl; _root.texto('It\'s fine so far... Yes, it\'s fine! I can take this!'); } if (_root.part == 43) { _root.talker = _root.quarianGirl; _root.texto('Ungh...'); } if (_root.part == 44) { _root.talker = _root.player; _root.texto('Hmm? Did you grunt?'); } if (_root.part == 45) { _root.setGraphic('tali1', 'fmg', 'far'); _root.scene = 'four'; _root.wait('med'); } if (_root.part == 46) { _root.talker = _root.quarianGirl; _root.texto('NO! I am just getting used... to... hum...'); } if (_root.part == 47) { _root.talker = _root.player; _root.texto('SHIT! The button isn\'t working! Just drop the door and jump it out!'); } if (_root.part == 48) { _root.setGraphic('tali1', 'fmg', 'far'); _root.scene = 'five'; _root.wait('med'); } if (_root.part == 49) { _root.talker = _root.quarianGirl; _root.texto('NO!!! I can do this! I know this!'); } if (_root.part == 50) { _root.talker = _root.quarianGirl; _root.texto('Urgh! I CAN DO IT!! I CAN!'); } if (_root.part == 51) { _root.setGraphic('tali1', 'fmg', 'far'); _root.scene = 'six'; _root.wait('short'); } if (_root.part == 52) { _root.talker = _root.quarianGirl; _root.texto('GGGYAAAAAAAAAAAAAAARRRGGGGGGGGGGHHHHH!!!!'); } if (_root.part == 53) { _root.talker = _root.player; _root.texto('NOW!! Get out of there ' + _root.quarianGirl + '! Jump away before it closes! I catch you!'); } if (_root.part == 54) { _root.talker = _root.quarianGirl; _root.texto('I will not RUN! I WILL NOT!'); } if (_root.part == 55) { _root.setGraphic('tali1', 'fmg', 'far'); _root.scene = 'seven'; _root.wait('short'); } if (_root.part == 56) { _root.talker = _root.quarianGirl; _root.texto('HHHHHHHHHYYYYYYYYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHH!!'); } if (_root.part == 57) { _root.talker = _root.player; _root.texto('HOT DAMN!'); } if (_root.part == 58) { _root.talker = _root.player; _root.texto('Are you okay?'); } if (_root.part == 59) { _root.talker = _root.quarianGirl; _root.texto('I told you... you can trust me ' + _root.player + '... I can take care of you now...'); } if (_root.part == 60) { _root.talker = _root.player; _root.texto('Are you hearing this noise? Are you whistling?'); _root.part = 500; } if (_root.part == 61) { _root.setGraphic('tali1', 'fmg', 'far'); _root.scene = 'ten'; _root.talker = _root.quarianGirl; _root.texto('C-Can you excuse me?'); _root.choiceText1 = 'Go patch your suit.'; _root.choiceText2 = 'A-HA! LOSER!'; _root.choiceText3 = 'I could help you, but...'; } if (_root.part == 61101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('Go patch your suit. I will check you later.'); _root.part = 61; } if (_root.part == 61201) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('HA! SURE, YOU LOSER! You will pay for that door! You hear me?'); _root.part = 61; } if (_root.part == 61301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('I could help you with the repais of your suit but I don\'t want to catch an alien rash or something.'); _root.part = 61; } if (_root.part == 62) { _root.talker = _root.quarianGirl; _root.texto(_root.player + '! I need to repair it right now! I see you soon! Don\'t worry about the door, I\'ll fix it!'); } if (_root.part == 63) { _root.talker = _root.player; _root.texto('See you later. And please, mind your... strength.'); } if (_root.part == 64) { _root.setGraphic('tali1', 'fmg', 'far'); _root.scene = 'nine'; _root.talker = _root.quarianGirl; _root.texto('I am so sorry Commander!'); } if (_root.part == 65) { _root.talker = _root.player; _root.texto('...'); } if (_root.part == 66) { _root.talker = _root.player; _root.texto('That was kinda funny... and frightening!'); _root.FirstEncounterTali = 'complete'; _root.goToMap(); } if (_root.part == 501) { _root.setGraphic('tali1', 'fmg', 'far'); _root.scene = 'eight'; _root.talker = _root.quarianGirl; _root.texto('MY SUIT! It\'s BREACHED OUT! YYYYYAHHHHhhhhhHHHH!!!!!'); } if (_root.part == 502) { _root.talker = _root.player; _root.texto('Oh... that. It\'s serious?'); } if (_root.part == 503) { _root.talker = _root.quarianGirl; _root.texto('Serious? SERIOUS?! I am about to DIE!! I can\'t believe this! The germs are getting close to me!!'); } if (_root.part == 504) { _root.talker = _root.player; _root.texto('Calm down. This ship is sealed, the air is filtered. The temperature is regulated on each single minute...'); } if (_root.part == 505) { _root.talker = _root.quarianGirl; _root.texto('This place is filthy! FILTHY! GAAAAhhhhhHHHH!!! My skin is tickling... I am being eaten alive!!!!!'); } if (_root.part == 506) { _root.talker = _root.player; _root.texto('Ok. It looks like you really need that suit. I thought it was just to look cool.'); } if (_root.part == 507) { _root.talker = _root.quarianGirl; _root.texto('Quarians needs a perfect enviroment to survive! This isn\'t just a suit! This is an enviro-therm...'); } if (_root.part == 508) { _root.talker = _root.player; _root.texto('I know that. I was just trying to calm you. That suit of yours doesn\'t a lot of layers and compartments? It may be just a leak.'); } if (_root.part == 509) { _root.talker = _root.quarianGirl; _root.texto('Y-You may be right! YES! I can survive this! Yes! Now...'); } if (_root.part == 510) { _root.talker = _root.quarianGirl; _root.texto('... What do I do?'); } if (_root.part == 511) { _root.talker = _root.player; _root.texto('fix the suit?'); } if (_root.part == 512) { _root.talker = _root.quarianGirl; _root.texto('That\'s it! I admire your confidence and serenity Commander! You are a truly a leader!'); } if (_root.part == 513) { _root.talker = _root.player; _root.texto('I try my best.'); } if (_root.part == 514) { _root.talker = _root.quarianGirl; _root.texto('Now... if I... just move slowly...'); } if (_root.part == 515) { _root.talker = ''; _root.texto('THE AIR WHISTLING INTESIFIES!'); } if (_root.part == 516) { _root.talker = _root.quarianGirl; _root.texto('KKKKKKKKkkkkkYYYYYYIiiiiiAAAAAAAa!!'); } if (_root.part == 517) { _root.talker = _root.quarianGirl; _root.texto('It\'s getting worse! I feel it! THIS DAWN SUIT... IT WILL BE MY COFFIN!!!'); } if (_root.part == 518) { _root.talker = _root.quarianGirl; _root.texto(_root.player + ' I need assistance...!!'); _root.choiceText1 = 'Accept the quest.'; _root.choiceText2 = 'Refuse the quest.'; _root.choiceText3 = 'Negotiate.'; } if (_root.part == 518101) { _root.talker = _root.player; _root.texto('Got it. First, calm down. Second, can you repair the damage?'); } if (_root.part == 518102) { _root.talker = _root.quarianGirl; _root.texto('What? I... I can! I need to seal the suit back and reinforce the area around the breach, then I could...'); } if (_root.part == 518103) { _root.talker = _root.player; _root.texto('Great. Let\'s do this! I can find what you need and you stay here frozen!'); } if (_root.part == 518104) { _root.talker = _root.quarianGirl; _root.texto('How getting frozen would help me? Are you giving up on me. Sob!'); } if (_root.part == 518105) { _root.talker = _root.player; _root.texto('Just stay still.'); _root.part = 518; } if (_root.part == 518201) { _root.talker = _root.player; _root.texto('Oh. What? Did you say something?'); } if (_root.part == 518202) { _root.talker = _root.quarianGirl; _root.texto('Help! I need help! SOS! MAYDAY!'); } if (_root.part == 518203) { _root.talker = _root.player; _root.texto('I am sorry, I can\'t hear you with all that whistling. You really should look into that. Looks ugly from here.'); } if (_root.part == 518204) { _root.talker = _root.quarianGirl; _root.texto('KKKKKKKkkkyyiiiiiiiAAAAAA!!'); _root.part = 60; } if (_root.part == 518301) { _root.talker = _root.player; _root.texto('I know its not the time, but I told you! This is what happens when you do not survey the terrain, make preparat...'); } if (_root.part == 518302) { _root.talker = _root.quarianGirl; _root.texto('I agree with you Commander! I did a mistake. But like you said, this is not the time for this. My life is in a thread.'); } if (_root.part == 518303) { _root.talker = _root.player; _root.texto('Alright. I will find some material for you repair the suit. Meanwhile, you should really think about all this and how could you help me with the MIGHT mess.'); } if (_root.part == 518304) { _root.talker = _root.quarianGirl; _root.texto('I am seeing all my life passing through my eyes... my first helmet... my first air-filter change... the smell of a new filter... OOOhhhh...'); } if (_root.part == 518305) { _root.talker = _root.player; _root.texto('I think I should go get that stuff right now.'); _root.part = 518; } if (_root.part == 519) { _root.talker = _root.player; _root.texto(_root.quarianGirl + '? Are you hearing me? What do you need for me to get?'); } if (_root.part == 520) { _root.talker = _root.quarianGirl; _root.texto('I... I... need isolant materials! And nano-fiber tapes. Lots of it! Bring me everything you can!'); } if (_root.part == 521) { _root.talker = _root.player; _root.texto('Got it. I can find these material in a maitenance station in the lower decks. Stay righ there.'); } if (_root.part == 522) { _root.talker = _root.quarianGirl; _root.texto(_root.player + '... I am so sorry... I am so... unreliable.'); } if (_root.part == 523) { _root.talker = _root.player; _root.texto('That\'s not true. This is was just an accident. It happens a lot. Don\'t worry about it.'); } if (_root.part == 524) { _root.talker = _root.quarianGirl; _root.texto('Thank you...'); } if (_root.part == 525) { _root.fadeMC = 'in'; _root.talker = _root.player; _root.texto('Some minutes later...'); } if (_root.part == 526) { _root.fadeMC = 'out'; _root.setGraphic('quest1', 'vazio', 'fixedFar'); _root.setBG = 'jackPlace'; _root.talker = _root.player; _root.texto('That\'s it! A maintenance station! We have it all here! A workbench! A tool hack! A bed? What the hell?'); } if (_root.part == 527) { _root.talker = _root.player; _root.texto('OH SHIT! It\'s ' + _root.punkGirl + '\'s place! Looks like she is away. That saves me a lot of trouble.'); } if (_root.part == 528) { _root.setGraphic('quest1', 'vazio', 'fixedFar'); _root.talker = _root.player; _root.texto('Ok... i need to find sealing... stuff. But where to search?'); _root.choiceText1 = 'The tool rack'; _root.choiceText2 = 'A crate below the bed.'; _root.choiceText3 = 'The Workbench.'; } if (_root.part == 528101) { if (find1 == true) { _root.texto('I already searched in there.'); _root.part = 527; } else { _root.talker = _root.player; _root.texto('Let\'s see what we have here...'); } } if (_root.part == 528102) { _root.talker = _root.player; _root.texto('wielding gun... nail gun... a glue gun... I don\'t know what is that but it surely looks painful to be shot with it!'); } if (_root.part == 528103) { _root.talker = _root.player; _root.texto('That\'s awesome!! I should try this stuff on the shooting range sometime! What else do we have here?'); } if (_root.part == 528104) { _root.talker = _root.player; _root.texto('There is something on the top shelf... its tucked away... A data drive?'); } if (_root.part == 528105) { _root.setGraphic('quest1', 'card', 'fixedFar'); _root.talker = _root.player; _root.texto('YOU FOUND A FMG REPORT! Check the extra section on the start screen to play it.'); } if (_root.part == 528106) { _root.talker = _root.player; _root.texto('Who put this thing here? I need to check this later.'); find1 = true; _root.part = 527; } if (_root.part == 528201) { if (find2 == true) { _root.texto('I already searched in there.'); _root.part = 522; } else { _root.talker = _root.player; _root.texto('There\'s a lot of stuff tucked below the bed.'); } } if (_root.part == 528202) { _root.talker = _root.player; _root.texto('Shit. Let\'s check this out already. Is this ' + _root.punkGirl + '\'s stash? Is a bit obvious.'); } if (_root.part == 528203) { _root.talker = _root.player; _root.texto('What heavy crate! There must be something valuous! Money? Drugs?'); } if (_root.part == 528204) { _root.talker = _root.player; _root.texto('Is this... Chocolate? CHOCOLATE!! I can\'t believe she is hoarding this much! She will not mind if I get some... dozens... oh... coconut crumbles... what else we have here...?'); } if (_root.part == 528205) { _root.setGraphic('quest1', 'card', 'fixedFar'); _root.talker = _root.player; _root.texto('YOU FOUND A BIO SHEET! Check the extra section on the start screen to display it.'); } if (_root.part == 528206) { _root.talker = _root.player; _root.texto('Sigh... that\'s not chocolate. It\'s a data card. Hell, i will take it.'); find2 = true; _root.part = 527; } if (_root.part == 528301) { _root.talker = _root.player; _root.texto('What mess!! Empty bottles! Rests of food! opened cans! This is a pigsty!'); } if (_root.part == 528302) { _root.talker = _root.player; _root.texto('Let\'s look in the drawers. I just hope I don\'t get infected with tetany or something worse!'); } if (_root.part == 528303) { _root.talker = _root.player; _root.texto('Books? Romance novels? Is this belongs to' + _root.punkGirl + '? Hard to believe, its more probably to belong to someone else. Faster than the speed of love... it\'s a good title though.'); } if (_root.part == 528304) { _root.talker = _root.player; _root.texto('AHA!! FOUND IT!'); } if (_root.part == 528305) { _root.talker = _root.player; _root.texto('YOU FOUND A NANO-FIBER TAPE AND OTHER SEALING STUFF!'); } if (_root.part == 528306) { _root.talker = _root.player; _root.texto('Okay, that was quicky. I just hope ' + _root.quarianGirl + ' is okay.'); _root.part = 528; } if (_root.part == 529) { _root.fadeMC = 'in'; _root.talker = _root.player; _root.texto('Some minutes later...'); } if (_root.part == 530) { _root.fadeMC = 'out'; _root.setBG = 'taliPlace'; _root.setGraphic('tali1', 'fmg', 'far'); _root.scene = 'ten'; _root.talker = _root.quarianGirl; _root.texto('Commander ' + _root.player + '? Is that you? Is this a illusion? You are the gatekeeper? Oh... it\'s too soon...'); } if (_root.part == 531) { _root.talker = _root.player; _root.texto('Cut that out. You look fine ' + _root.quarianGirl + '. You are exctly as i left you.'); } if (_root.part == 532) { _root.talker = _root.quarianGirl; _root.texto('But they might be inside of me already! Lurking in my veins... killing me slowly... in my head... it\'s too late?'); } if (_root.part == 533) { _root.talker = _root.player; _root.texto('Come on, snap out of it. I got a tape and some isolant foils. It will do the trick.'); } if (_root.part == 534) { _root.talker = _root.quarianGirl; _root.texto('Yes! It might work! Maybe I can see another day after all!'); } if (_root.part == 535) { _root.talker = _root.player; _root.texto('Yeah, it seems like it.'); } if (_root.part == 536) { _root.talker = _root.quarianGirl; _root.texto('Thank you Commander! You saved my life! I don\'t know how I can repay you! The only thing I have of value... is myself...'); } if (_root.part == 537) { _root.talker = _root.player; _root.texto('... hmmm... I didn\'t heard you...'); } if (_root.part == 538) { _root.talker = _root.quarianGirl; _root.texto('I-It\'s nothing! It might be the fever sepeaking! Please forget about it!'); } if (_root.part == 539) { _root.talker = _root.quarianGirl; _root.texto('Ok, try to cooldown now.'); _root.part = 60; } } frame 6 { if (_root.part == 1) { _root.setBG = 'SamaraPlace'; find1 = false; find2 = false; find3 = false; _root.setGraphic('samara1', 'special1', 'fixedFar'); _root.scene = 'one'; _root.wait(200); } if (_root.part == 2) { _root.setGraphic('samara1', 'special2', 'fixedClose'); _root.scene = 'one'; _root.wait(100); } if (_root.part == 3) { _root.talker = _root.justicarGirl; _root.texto('Is there anything I can do for you Commander' + _root.player + '?'); _root.choiceText1 = 'I thought you died.'; _root.choiceText2 = 'Did you finish... your thing?'; _root.choiceText3 = 'Yes.'; } if (_root.part == 3101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Thank God! I did think you died! Being so still and with eyes closed. I mean, you are an old gal... doesn\'t look that old with those muscles anymore though.'); } if (_root.part == 3102) { _root.talker = _root.justicarGirl; _root.texto('Did you wanted to anger me?'); } if (_root.part == 3103) { _root.talker = _root.player; _root.texto('I don\'t know. Are you angry?'); } if (_root.part == 3104) { _root.talker = _root.justicarGirl; _root.texto('No. But I am used to hurt people who angers me.'); } if (_root.part == 3105) { _root.talker = _root.player; _root.texto('Ok! Good to know. You look great by the way.'); _root.part = 500; } if (_root.part == 3201) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Well, yes. But you looked so busy. I didn\'t want you to wake up.'); } if (_root.part == 3202) { _root.talker = _root.justicarGirl; _root.texto('I wasn\'t sleeping. I was in peace. Until now.'); } if (_root.part == 3203) { _root.talker = _root.player; _root.texto('Sorry for bothering you, your Highness.'); _root.part = 500; } if (_root.part == 3301) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('Yes. Are you done?'); } if (_root.part == 3302) { _root.talker = _root.justicarGirl; _root.texto('I am now.'); _root.part = 500; } if (_root.part == 4) { _root.setGraphic('samara1', 'normal', 'mid'); _root.talker = _root.justicarGirl; _root.texto('Anyway. I know the cause what brings you here.'); } if (_root.part == 5) { _root.talker = _root.player; _root.texto('Okay, it makes my job easier.'); } if (_root.part == 6) { _root.talker = _root.justicarGirl; _root.texto('At first I was reticent about that technology, but after hearing Dr ' + _root.blueGirl + ' and ' + _root.doctorGirl + ' concerns about it...'); } if (_root.part == 7) { _root.setGraphic('samara1', 'flex1', 'mid'); _root.talker = _root.justicarGirl; _root.texto('It looks fine, don\'t it?'); _root.choiceText1 = 'Yes.'; _root.choiceText2 = 'NO!'; _root.choiceText3 = 'Hmmm...'; } if (_root.part == 7101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('You look fine indeed, but that is not the point!'); _root.part = 7; } if (_root.part == 7201) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('NO! Do you know how I feel? It make me a little less awesome! I can\'t walk around shirtless anymore!'); _root.part = 7; } if (_root.part == 7301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Yep... they look fine indeed! So big... and... round... and juic...'); } if (_root.part == 7302) { _root.talker = _root.justicarGirl; _root.texto('What are you taling about?'); } if (_root.part == 7303) { _root.talker = _root.player; _root.texto('Your arms! I was talking about your arms!'); _root.part = 7; } if (_root.part == 8) { _root.setGraphic('samara1', 'normal', 'far'); _root.talker = _root.justicarGirl; _root.texto('Anyway, I can only lament this upgrade can\'t be handle by male organisms. As a human like yourself, any enhancement is welcome.'); } if (_root.part == 9) { _root.talker = _root.justicarGirl; _root.texto('Don\'t you agree?'); _root.choiceText1 = 'I am used to depend on big sticks.'; _root.choiceText2 = 'At least you are on our side!'; _root.choiceText3 = 'HEY! I am the bully here!'; } if (_root.part == 9101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('I am fine with the way I am. As a human, I am used to depend on big and heavy sticks since... forever. '); } if (_root.part == 9102) { _root.romanceChange('up'); _root.setGraphic('samara1', 'smile', 'close'); _root.talker = _root.justicarGirl; _root.texto('I appreciate your fighting spirit Commander! The will to fight and struggle of the humans is so passionate!'); } if (_root.part == 9103) { _root.talker = _root.player; _root.texto('I need to correct you: To fight and win.'); } if (_root.part == 9104) { _root.talker = _root.justicarGirl; _root.texto('Of course.'); _root.part = 9; } if (_root.part == 9201) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Yes, I am so envy! At least you are on our side!'); } if (_root.part == 9202) { _root.setGraphic('samara1', 'sad', 'mid'); _root.talker = _root.justicarGirl; _root.texto('You shouldn\'t depend on me to win your battles ' + _root.player + '. We may share a mission, but not goals.'); } if (_root.part == 9203) { _root.talker = _root.player; _root.texto('Okay... I confess I didn\'t get that.'); } if (_root.part == 9204) { _root.talker = _root.justicarGirl; _root.texto('Don\'t overstep the boundaries of your humble intelect. Just accept your limitation.'); } if (_root.part == 9205) { _root.talker = _root.player; _root.texto('Okay. I think I am angry. I can\'t say anything clever now. Consider yourself lucky.'); _root.part = 9; } if (_root.part == 9301) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Hey! I know that game! I am the bully here! You withered blueberry!'); } if (_root.part == 9302) { _root.setGraphic('samara1', 'thinking', 'mid'); _root.talker = _root.justicarGirl; _root.texto('You talk as my longevity should be something shameful for me.'); } if (_root.part == 9303) { _root.talker = _root.player; _root.texto('You are right. Sorry for that. I can blame your bland personality. There is no much working material to me. You are just old... and blue.'); } if (_root.part == 9304) { _root.romanceChange('down'); _root.setGraphic('samara1', 'normal', 'close'); _root.talker = _root.justicarGirl; _root.texto('...'); } if (_root.part == 9305) { _root.talker = _root.player; _root.texto('Ah... I hit a soft spot huh? Good to know. I\'ll work on there later.'); _root.part = 9; } if (_root.part == 10) { _root.setGraphic('samara1', 'shy', 'far'); _root.talker = _root.justicarGirl; _root.texto('Looking from another angle, I reckon the use of the MIGHT without your approval would like an act of insubordination.'); } if (_root.part == 11) { _root.talker = _root.player; _root.texto('Finally! Someone sensate!'); } if (_root.part == 12) { _root.setGraphic('samara1', 'thinking', 'mid'); _root.talker = _root.justicarGirl; _root.texto('But the boundaries of my body can only be asserted by me. I feel my coleagues thinks the same.'); } if (_root.part == 13) { _root.talker = _root.justicarGirl; _root.texto('You are displeased of my actions, aren\'t you?'); _root.choiceText1 = 'You can fucking bet on that!'; _root.choiceText2 = 'I can\'t lie.'; _root.choiceText3 = 'I have feelings too!'; } if (_root.part == 13101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('You can fucking bet I am pissed about this! If that thing were a... zombie making virus or something?'); } if (_root.part == 13102) { _root.talker = _root.player; _root.texto('Zombified muscular girls running around in the ship! I cannot deal with that right now!'); } if (_root.part == 13103) { _root.romanceChange('down'); _root.setGraphic('samara1', 'angry', 'mid'); _root.talker = _root.justicarGirl; _root.texto('Really? Are you worried about undeads? What are you, a child?'); } if (_root.part == 13104) { _root.talker = _root.player; _root.texto('Being a child or not doesn\'t matter to the undeads! They just munch people!'); } if (_root.part == 13105) { _root.setGraphic('samara1', 'shy', 'sad'); _root.talker = _root.justicarGirl; _root.texto('Sigh.'); _root.part = 13; } if (_root.part == 13201) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('I can\'t lie, I am not happy with this line of events. You may be a volunteer ' + _root.justicarGirl + ', but you are part of my team.'); } if (_root.part == 13202) { _root.talker = _root.player; _root.texto('You must respect my authority!'); } if (_root.part == 13203) { _root.setGraphic('samara1', 'sad', 'close'); _root.talker = _root.justicarGirl; _root.texto('You are correct Commander' + _root.player + '. I will keep that in mind, until we achieve our common objective. After that, I will express my opinions about your... commanding skills'); } if (_root.part == 13204) { _root.talker = _root.player; _root.texto('Fair enough. Until there, just follow my lead and stay in the line!'); } if (_root.part == 13205) { _root.romanceChange('up'); _root.talker = _root.justicarGirl; _root.texto('Affirmative Commander.'); _root.part = 13; } if (_root.part == 13301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Of course I am! Didn\'t you think I would be upset to be left in a corner? I was supposed to be the boss here!'); } if (_root.part == 13302) { _root.talker = _root.justicarGirl; _root.texto('Yes.'); } if (_root.part == 13303) { _root.talker = _root.player; _root.texto('How I can face you girls now? There is no respect! You must be thinking I am just a fool!'); } if (_root.part == 13304) { _root.setGraphic('samara1', 'normal', 'close'); _root.talker = _root.justicarGirl; _root.texto('Calm down Commander. Having a nervous breakdown isn\'t something compatible for a... man. A commander I mean!'); } if (_root.part == 13305) { _root.talker = _root.player; _root.texto('I am not having that! I am just upset! Incredibly UPSET! Don\'t you feel I am not right to express this?'); } if (_root.part == 13306) { _root.romanceChange('down'); _root.setGraphic('samara1', 'normal', 'far'); _root.talker = _root.justicarGirl; _root.texto('Yes, you are. But don\'t do that close to me. Never again.'); _root.part = 13; } if (_root.part == 14) { _root.talker = _root.justicarGirl; _root.texto(_root.player + '... thanks to your remarks, I see I commited a mistake, an action against the order. I deserve a punishment.'); } if (_root.part == 15) { _root.setGraphic('samara1', 'shy', 'mid'); _root.talker = _root.justicarGirl; _root.texto('Use your belt, punish me as you see fit. Strike me, inflict me pain, correct me.'); _root.choiceText1 = 'I have a worse punishment!'; _root.choiceText2 = 'You are doing it wrong!'; _root.choiceText3 = 'I am better than that.'; } if (_root.part == 15101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('I have a better... I mean, a worse punishment for you! It\'s called the Shame stare.'); } if (_root.part == 15102) { _root.setGraphic('samara1', 'thinking', 'mid'); _root.talker = _root.justicarGirl; _root.texto('I confess I didn\'t heard that. It\'s a commom human practice?'); } if (_root.part == 15103) { _root.talker = _root.player; _root.texto('Oh yes! But first we need privacy, my cabin will be the perfect place! I promise, you will feel humiliated and dishonored!'); _root.part = 15; } if (_root.part == 15201) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Hummm... You are doing it wrong! Come to my cabin tonight and I will show how we do it.'); } if (_root.part == 15202) { _root.talker = _root.player; _root.texto('I have a whip, do you have high heels? Corsets? I have gags! Candles! Do you have candles?'); } if (_root.part == 15203) { _root.romanceChange('up'); _root.setGraphic('samara1', 'sad', 'far'); _root.talker = _root.justicarGirl; _root.texto('I have some. I confess I am a little curious about this punishment Commander. I can\'t wait for it.'); _root.part = 15; } if (_root.part == 15301) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('We don\'t do that anymore, at least the best of us. I will think in a reasonable measure later. If necessary.'); } if (_root.part == 15302) { _root.talker = _root.justicarGirl; _root.texto('The lack of punishment and correction just weakens the soul. I see I must redeem by myself then. I assure you it will be very painful.'); } if (_root.part == 15303) { _root.talker = _root.player; _root.texto('I am not forcing you to do anything. Just let me think in something, ok?'); } if (_root.part == 15304) { _root.romanceChange('up'); _root.talker = _root.justicarGirl; _root.texto('I will do as you say. Please, choose something invasive and shameful. I would love to see you cleanse me.'); } if (_root.part == 15305) { _root.talker = _root.player; _root.texto('G-Got it.'); _root.part = 15; } if (_root.part == 16) { _root.setGraphic('samara1', 'normal', 'far'); _root.talker = _root.justicarGirl; _root.texto('I will do as you say Commander. I am suprised about your reprisal about this. There is a lot in stake.'); } if (_root.part == 17) { _root.talker = _root.justicarGirl; _root.setGraphic('samara1', 'thinking', 'mid'); _root.texto('Wouldn\'t you do anything to yourself to achieve victory?'); _root.choiceText1 = 'There is paws for that. Duh.'; _root.choiceText2 = 'We must fight the good fight.'; _root.choiceText3 = 'There is always a easier path.'; } if (_root.part == 17101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Of course not. There is paws for that! War is like a chess game. You must use the others pieces instead moving your own ass.'); } if (_root.part == 17102) { _root.talker = _root.justicarGirl; _root.texto('But there is a time a King must make a move in the board Commander. What you\'ll do?'); } if (_root.part == 17103) { _root.talker = _root.player; _root.texto('Oh, well. No one is obligated to play until the ending. You know what I mean, right?'); } if (_root.part == 17104) { _root.romanceChange('down'); _root.setGraphic('samara1', 'sad', 'far'); _root.talker = _root.justicarGirl; _root.texto('Sadly I do.'); _root.part = 17; } if (_root.part == 17201) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('I understand your motives, but we need to fight the good fight. Only in that way the victory and all the sacrifices will mean something in the end.'); } if (_root.part == 17202) { _root.setGraphic('samara1', 'smile', 'close'); _root.talker = _root.justicarGirl; _root.texto('This is so high of you ' + _root.player + '. I am speechless.'); } if (_root.part == 17203) { _root.talker = _root.player; _root.texto('I don\'t blame you if you see me just as any warmonger. I am needed to fuffil this role.'); } if (_root.part == 17204) { _root.talker = _root.justicarGirl; _root.texto('I know. I feel better you are leading us. I believe you take the best choice even in a bleak situation.'); _root.part = 17; } if (_root.part == 17301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Not really. I believe there is always an easier and safer path for every situation. We just need to look, no need for rash decisions.'); } if (_root.part == 17302) { _root.setGraphic('samara1', 'angry', 'close'); _root.talker = _root.justicarGirl; _root.texto('Unbelievable! How did you got chosen for this?'); } if (_root.part == 17303) { _root.talker = _root.player; _root.texto('Right? I ask this question myself everytime!'); } if (_root.part == 17304) { _root.romanceChange('down'); _root.setGraphic('samara1', 'sad', 'far'); _root.talker = _root.justicarGirl; _root.texto('By the Creator... We are DOOMED!'); _root.part = 17; } if (_root.part == 18) { _root.setGraphic('samara1', 'thinking', 'mid'); _root.talker = _root.player; _root.texto('Anyway, i think i got a bigger picture now. Can I ask you who was the people who presented you this thing? The MIGHT I mean.'); } if (_root.part == 19) { _root.talker = _root.justicarGirl; _root.texto('Of course. ' + _root.bossyGirl + ' asked my presence for a meeting. Everyone was there, the female members of the team I say.'); } if (_root.part == 20) { _root.talker = _root.player; _root.texto('I see, ' + _root.bossyGirl + ' organized the meeting. What was about it?'); } if (_root.part == 21) { _root.setGraphic('samara1', 'normal', 'far'); _root.talker = _root.justicarGirl; _root.texto(_root.dorctorGirl + ' and ' + _root.blueGirl + ' took the front. They presented the tech. The advantages of it. It was quite persuasive.'); } if (_root.part == 22) { _root.talker = _root.justicarGirl; _root.texto('And then she administred the substance on us.'); _root.choiceText1 = 'Fucking BITCHS!'; _root.choiceText2 = 'This doesn\'t look right.'; _root.choiceText3 = 'I feel rejected...sigh.'; } if (_root.part == 22101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('I knew it! That drunk old rag ' + _root.dorctorGirl + ' and that smart ass of ' + _root.blueGirl + '!! Those cunts!'); } if (_root.part == 22102) { _root.setGraphic('samara1', 'thinking', 'mid'); _root.talker = _root.justicarGirl; _root.texto('...'); } if (_root.part == 22103) { _root.talker = _root.player; _root.texto('If ' + _root.bossyGirl + ' wasn\'t that hot I would have her throw off this ship weeks ago! I love that ass!'); } if (_root.part == 22104) { _root.talker = _root.justicarGirl; _root.texto('This is becoming a very insightful conversation.'); _root.part = 22; } if (_root.part == 22201) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('But why hiding all this thing from me? Is there a reason for me to impede the use of the MIGHT? This doesn\'t smell right.'); } if (_root.part == 22202) { _root.setGraphic('samara1', 'smile', 'mid'); _root.talker = _root.justicarGirl; _root.texto('You are completely right Commander. But as you can see, there is no reason to alarm. As you human say, it was just a girls party.'); _root.part = 22; } if (_root.part == 22301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('I know that stuff doesnt work on guys and etc. But you could included me on the meeting! I feel neglected... like I wasn\'t good enough for you!'); } if (_root.part == 22302) { _root.setGraphic('samara1', 'sad', 'far'); _root.talker = _root.justicarGirl; _root.texto('Rest assure that doesn\'t have anything to do with this. It was just a particuar decision. Your presence would be just pointless.'); } if (_root.part == 22303) { _root.talker = _root.player; _root.texto('POINTLESS? Now I am a pointless person! How low i fell! I doesn\'t matter to you anymore! SOb!'); } if (_root.part == 22304) { _root.setGraphic('samara1', 'angry', 'mid'); _root.talker = _root.justicarGirl; _root.texto('Commander, get a grip on yourself! Behave like a man!'); } if (_root.part == 22305) { _root.talker = _root.player; _root.texto('It\'s easy for you to say that!'); } if (_root.part == 22306) { _root.setGraphic('samara1', 'angry', 'close'); _root.talker = _root.justicarGirl; _root.texto('What is that supposed to mean...?'); _root.part = 22; } if (_root.part == 23) { _root.setGraphic('samara1', 'shy', 'far'); _root.talker = _root.justicarGirl; _root.texto('Anyway. I know why you are so reticent about the MIGHT. You don\'t know the true means of its blessing!'); } if (_root.part == 24) { _root.talker = _root.player; _root.texto('Blessing? Aren\'t you giving too much credit for that thing?'); } if (_root.part == 25) { _root.setGraphic('samara1', 'flex2', 'mid'); _root.talker = _root.justicarGirl; _root.texto('These aren\'t just big muscles ' + _root.player + '. I felt all my body being reconfigured, being optimized, adjusted for dominance!'); } if (_root.part == 26) { _root.talker = _root.player; _root.texto('Right... are you sure that feeling is just a thought on your head?'); } if (_root.part == 27) { _root.talker = _root.justicarGirl; _root.texto('Hu hu hu! I am completely sure Commander. This thing I feel isn\'t a illusion. I know because I know its affecting you too!'); } if (_root.part == 28) { _root.talker = _root.player; _root.texto('Affecting me? What you are talking about?'); } if (_root.part == 29) { _root.setGraphic('samara1', 'flex2', 'close'); _root.talker = _root.justicarGirl; _root.texto('I can smell your fear, your reluctance in facing me! How it does it fell to be close to a much more powerful and evolved being like myself?'); } if (_root.part == 30) { _root.talker = _root.player; _root.texto('Okay. I think ' + _root.officeGirl + ' can help you with that. Just take easy these days, and stay away from the weapons!'); } if (_root.part == 31) { _root.setGraphic('samara1', 'fmg', 'far'); _root.scene = 'one'; _root.talker = _root.justicarGirl; _root.texto('I don\'t need weapons! I am a weapon! Doesn\'t feel it! These arms can break, twist you, rip your apart easily!'); } if (_root.part == 32) { _root.talker = _root.player; _root.texto('I-I don\'t have any doubt about that but...'); } if (_root.part == 33) { _root.talker = _root.justicarGirl; _root.texto('Look how much flows power from them... ah...!'); } if (_root.part == 34) { _root.setGraphic('samara1', 'fmg', 'far'); _root.scene = 'two'; _root.talker = _root.justicarGirl; _root.texto('Look this! I am barely make a effort!'); } if (_root.part == 35) { _root.talker = _root.justicarGirl; _root.texto('Give me all you got ' + _root.player + '! Hit me with all your might! STRIKE ME!!'); } if (_root.part == 36) { _root.talker = _root.player; _root.texto('WHOA! WHOA! TAKE EASY!!'); } if (_root.part == 37) { _root.setGraphic('samara1', 'fmg', 'far'); _root.scene = 'three'; _root.talker = _root.justicarGirl; _root.texto('HuHuhUu!! You sorry excuse of a man! BEHOLD MY SUPERIORITY!! BEHOLD!!!'); } if (_root.part == 38) { _root.talker = _root.player; _root.texto('WHOA! WHOA! Who do you think you are talking to?!'); } if (_root.part == 39) { _root.talker = _root.justicarGirl; _root.texto('Nothing!! Compared to me YOU ARE NOTHING!!!'); } if (_root.part == 40) { _root.setGraphic('samara1', 'fmg', 'far'); _root.scene = 'four'; _root.talker = _root.justicarGirl; _root.texto('NOTHING!! HAHHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAAHAHAHAHAHAHAHA!!!'); } if (_root.part == 41) { _root.talker = _root.player; _root.texto('Damn...'); } if (_root.part == 42) { _root.talker = _root.justicarGirl; _root.texto('Hahaha... ha... ha'); } if (_root.part == 43) { _root.setGraphic('samara1', 'fmg', 'mid'); _root.scene = 'five'; _root.talker = _root.justicarGirl; _root.texto('Ungh...'); } if (_root.part == 44) { _root.talker = _root.player; _root.texto('Are you... OK?'); } if (_root.part == 45) { _root.talker = _root.justicarGirl; _root.texto('Humm...?'); } if (_root.part == 46) { _root.setGraphic('samara1', 'fmg', 'far'); _root.scene = 'six'; _root.talker = _root.justicarGirl; _root.texto('F-Forgive me Commander ' + _root.player + '! I don\'t know what took of me! SHAME!!'); } if (_root.part == 47) { _root.talker = _root.justicarGirl; _root.texto('I lost myself in this... lust! I feel so... dirty!'); _root.choiceText1 = 'It\'s my fault!'; _root.choiceText2 = 'You got lucky!'; _root.choiceText3 = 'You need help.'; } if (_root.part == 47101) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('It\'s okay! Its my fault! I did upset you! No need for crushing heads and twisting spines!!'); } if (_root.part == 47102) { _root.talker = _root.justicarGirl; _root.texto('No!! The blame is on me! I was weak! Let me repair this!'); } if (_root.part == 47103) { _root.talker = _root.player; _root.texto('Nonono! It\'s okay, I am the weak one, I know that, please don\'t get angry on me!'); _root.part = 47; } if (_root.part == 47201) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Y-You got lucky! If I had my blaster...'); } if (_root.part == 47202) { _root.talker = _root.justicarGirl; _root.texto('You are carrying a blaster.'); } if (_root.part == 47203) { _root.talker = _root.player; _root.texto('D-Don\'t push your luck, Lady!'); _root.part = 47; } if (_root.part == 47301) { _root.paragonChange(1); _root.talker = _root.player; _root.texto(_root.justicarGirl + ' , You need help. Your lost your shit just now. What the hell was that!'); } if (_root.part == 47302) { _root.talker = _root.justicarGirl; _root.texto('I-I know! I couldn\'t avoid it. It just came up! I felt it good... but not anymore. The shame! You must be thinking I am mad!'); } if (_root.part == 47303) { _root.talker = _root.player; _root.texto('Don\'t worry about me. Just deal with it!'); _root.part = 47; } if (_root.part == 48) { _root.talker = _root.justicarGirl; _root.texto('I ask you to leave me Commander ' + _root.player + '. I have to sort something out.'); } if (_root.part == 49) { _root.talker = _root.player; _root.texto('You will be okay? I can...'); } if (_root.part == 50) { _root.talker = _root.justicarGirl; _root.texto('It\'s kind of you, but I need to handle this by myself. I MUST!'); } if (_root.part == 51) { _root.talker = _root.player; _root.texto('Got it. Check you later.'); } if (_root.part == 52) { _root.setGraphic('samara1', 'fmg', 'mid'); _root.scene = 'seven'; _root.talker = _root.justicarGirl; _root.texto('...'); } if (_root.part == 53) { _root.talker = _root.player; _root.texto('Looks like this will be one of those days...'); _root.FirstEncounterSamara = 'complete'; _root.goToMap(); } if (_root.part == 501) { _root.setGraphic('samara1', 'thinking', 'mid'); _root.talker = _root.justicarGirl; _root.texto('Something is bothering too much. My conscience is tormenting me and I feel I will not be able to move forward until I decide about it.'); } if (_root.part == 502) { _root.talker = _root.player; _root.texto('Tell me what is troubling you. I will help you if I can. What is the problem?'); } if (_root.part == 503) { _root.setGraphic('samara1', 'thinking', 'close'); _root.talker = _root.justicarGirl; _root.texto('You. You are the problem.'); } if (_root.part == 504) { _root.talker = _root.player; _root.texto('... What? What I did to to you? Did I kill someone close to you? Those damn secondary quests! I knew it! It was too much trouble for just extra XP and lame weapons!'); } if (_root.part == 505) { _root.talker = _root.justicarGirl; _root.texto('No. You didn\'t do anything against me. Its WHO you are what aflicts me.'); } if (_root.part == 506) { _root.talker = _root.player; _root.texto('Ah. Ok... Sorry for... that. I will try to get better.'); } if (_root.part == 507) { _root.setGraphic('samara1', 'sad', 'mid'); _root.talker = _root.justicarGirl; _root.texto('Yours actions are facing the destiny of the billions. In the beginning I thought the right path was the same of yours. But now... it\'s not that clear.'); } if (_root.part == 508) { _root.setGraphic('samara1', 'angry', 'close'); _root.talker = _root.justicarGirl; _root.texto('You are impulsive! Reckless! And the worse! You doesn\'t follow a straigth path! Its looks like in every decision, three differents choices are presented towards you.'); } if (_root.part == 509) { _root.talker = _root.player; _root.texto('What I can say? I like choices. But I can cut you a little secret, most of the times they take you to the same place. It just a ilusion. But it\'s better than yes or no options. By the way, JRPG sucks.'); } if (_root.part == 510) { _root.setGraphic('samara1', 'angry', 'far'); _root.talker = _root.justicarGirl; _root.texto('You are wrong! There is no choice! There is just one path! You can\'t fool me! You are just moved by a chaoctic force! You are deangerous!'); } if (_root.part == 511) { _root.talker = _root.player; _root.texto('Hey, keep calm. See, the problem is on you. And by the way, why all this bothers you so much?'); } if (_root.part == 512) { _root.setGraphic('samara1', 'thinking', 'close'); _root.talker = _root.justicarGirl; _root.texto('I must smite the evil! Every stain of it! And you... you have spots all over you! So dirty! Gahhhh!!!'); } if (_root.part == 513) { _root.talker = _root.player; _root.texto('Hey, I am not evil. I am only bad with bad guys and this is totally alright. It\'s okay to throw bad people by the window.'); } if (_root.part == 514) { _root.setGraphic('samara1', 'normal', 'mid'); _root.talker = _root.justicarGirl; _root.texto('I need to see who you really are. And I need to know why are you here. I need to know why they brought you back...'); } if (_root.part == 515) { _root.setGraphic('samara1', 'smile', 'mid'); _root.talker = _root.justicarGirl; _root.texto('That\'s it! I need to weight yours actions, know your past! Yes! Cerebelus paid a big deal to reconstruct you, who is better to tell your value?'); } if (_root.part == 516) { _root.talker = _root.player; _root.texto('I don\'t know abour that. You know, they tried to kill me before. I guess we could find another person to defend my case.'); } if (_root.part == 517) { _root.talker = _root.justicarGirl; _root.texto('That\'s why they are perfect to this! They must have build a dossier about you. There must be cold and exact numbers of yours achievements... and failures.'); } if (_root.part == 518) { _root.setGraphic('samara1', 'shy', 'close'); _root.talker = _root.justicarGirl; _root.texto('Get it to me! Your life depends on it!'); _root.choiceText1 = 'Accept the quest.'; _root.choiceText2 = 'Refuse the quest.'; _root.choiceText3 = 'Negotiate.'; } if (_root.part == 518101) { _root.talker = _root.player; _root.texto('Alright, alright! If this is so important for you I will get it!'); } if (_root.part == 518102) { _root.setGraphic('samara1', 'smile', 'mid'); _root.talker = _root.justicarGirl; _root.texto('Thank you Commander! Bring me proof you deserve to live! I think its a fool errand, but... don\'t give up!'); } if (_root.part == 518103) { _root.talker = _root.player; _root.texto('You surely have a strange way to encourage people.'); _root.part = 518; } if (_root.part == 518201) { _root.talker = _root.player; _root.texto('That\'s your business. I will not give my dirty secrets to you. Get it yourself!'); } if (_root.part == 518202) { _root.setGraphic('samara1', 'sad', 'far'); _root.talker = _root.justicarGirl; _root.texto('I see. You don\'t want me to bask in your inglory deeds, the filthy of who you really are!'); } if (_root.part == 518203) { _root.talker = _root.player; _root.texto('Right on!'); } if (_root.part == 518204) { _root.setGraphic('samara1', 'shy', 'close'); _root.talker = _root.justicarGirl; _root.texto('I can\'t wait to hear your last breath escape from your crushed throath between my hands... OH! I am trembling!'); } if (_root.part == 518205) { _root.talker = _root.player; _root.texto('Gee lady. Get help. Better, drop dead, will ya?'); _root.part = 3; } if (_root.part == 518301) { _root.talker = _root.player; _root.texto('You want me to give you documented proof to not murder me? This is absurd!'); } if (_root.part == 518302) { _root.setGraphic('samara1', 'sad', 'mid'); _root.talker = _root.justicarGirl; _root.texto('But I can\'t look for it. It\'s forbidden for us Justicars to advocate against crime. We just cleanse the evil. I just need to know if you are rotten or not.'); } if (_root.part == 518303) { _root.talker = _root.player; _root.texto('And a document made for a terrorist organization falling on your lap will say that?'); } if (_root.part == 518304) { _root.setGraphic('samara1', 'normal', 'mid'); _root.talker = _root.justicarGirl; _root.texto('Y-Yeah... look, I am trying my best here. Some years ago I would just break your neck in the coffee break.'); } if (_root.part == 518305) { _root.talker = _root.player; _root.texto('Fine. I will get it. I confess I want to read what the cerebelus digged about me.'); _root.part = 518; } if (_root.part == 519) { _root.talker = _root.player; _root.texto('Do you even know if we have this dossier in this ship? Who would have access to it?'); } if (_root.part == 520) { _root.setGraphic('samara1', 'normal', 'mid'); _root.talker = _root.justicarGirl; _root.texto('I don\'t know. I thought you would know that, after all you are the commander of this ship. If i was the commander, i would know that.'); } if (_root.part == 521) { _root.talker = _root.player; _root.texto('Of course I know where is the file! Don\'t you know what is a rethorical question?'); } if (_root.part == 522) { _root.talker = _root.justicarGirl; _root.texto('I heard about it. I don\'t have use for those silly speech mechanisms you humans adore so much. Just say what you mean and you gonna save yourself a lot of pain.'); } if (_root.part == 523) { _root.talker = _root.player; _root.texto('I was joking!'); } if (_root.part == 524) { _root.setGraphic('samara1', 'normal', 'close.'); _root.talker = _root.justicarGirl; _root.texto('I am not. I never joke.'); } if (_root.part == 525) { _root.talker = _root.player; _root.texto('OKAY. I will get the dossier. If it exists.'); } if (_root.part == 526) { _root.fadeMC = 'in'; _root.talker = _root.player; _root.texto('Some minutes later...'); } if (_root.part == 527) { _root.fadeMC = 'out'; _root.setGraphic('quest1', 'vazio', 'fixedFar'); _root.setBG = 'bridge'; _root.talker = _root.player; _root.texto('Where the hell I will find that thing? I think it will not in be the S section on a cabinet file! I know! ' + _root.officeGirl + '! She is a yeoman... Yeowoman? A file person!'); } if (_root.part == 528) { _root.talker = _root.player; _root.texto('WHAT THE FUCK?! She isn\'t here! Where she is it? Slackers! Am i the only one working in here?'); } if (_root.part == 529) { _root.talker = _root.player; _root.texto('I will have to look it by myself!'); } if (_root.part == 530) { _root.setGraphic('quest1', 'vazio', 'fixedFar'); _root.talker = _root.player; _root.texto('Where do i search for that dossier?'); _root.choiceText1 = 'Secret folder.'; _root.choiceText2 = 'P'; _root.choiceText3 = 'Backup folder.'; } if (_root.part == 530101) { if (find1 == true) { _root.texto('I already searched in there.'); _root.part = 529; } else { _root.talker = _root.player; _root.texto('What is this?'); } } if (_root.part == 530102) { _root.talker = _root.player; _root.texto('A folder called SECRET FOLDER. Really? Is she that dumb or is this a trap? I can\'t resist it! I need to click on it!'); } if (_root.part == 530103) { _root.talker = _root.player; _root.texto('...'); } if (_root.part == 530104) { _root.talker = _root.player; _root.texto('A lot of... photos of BUTTS? Everyone\'s butt is here! From Chocker to Mordin! What is these numbers... is she giving a score?!'); } if (_root.part == 530105) { _root.talker = _root.player; _root.texto('WHAT?! How did she give ' + _root.blueGirl + ' a 5 and ' + _root.punkGirl + ' a 8! It can\'t be! Is ' + _root.punkGirl + '\'s booty that juicy? Antonishing!'); } if (_root.part == 530106) { _root.talker = _root.player; _root.texto('I got a 8 too. NICE! She gave ' + _root.bossyGirl + ' a 10... I agree with the score, she have pure gold back there. And she gave herself a 3. That\'s a bit sad. And weird.'); } if (_root.part == 530107) { _root.talker = _root.player; _root.texto('What is this? It\'s a not an image file!'); } if (_root.part == 530108) { _root.setGraphic('quest1', 'card', 'fixedFar'); _root.talker = _root.player; _root.texto('YOU FOUND A BIO SHEET! Check the extra section on the start screen to display it.'); } if (_root.part == 530109) { _root.talker = _root.player; _root.texto('More booties? I can\'t get enough of it! I just hope it isn\'t the guy\'s arses. Nothing against, but this isn\'t that kind of game.'); find1 = true; _root.part = 529; } if (_root.part == 530201) { if (find2 == true) { _root.texto('I already searched in there.'); _root.part = 529; } else { _root.talker = _root.player; _root.texto('Let\'s try here... a folder called P. what is that? Potatoes? Peachs?'); } } if (_root.part == 530202) { _root.talker = _root.player; _root.texto('What the hell? Is this cartoon... little horses cartoon? Ponys? With hats?'); } if (_root.part == 530203) { _root.talker = _root.player; _root.texto('What the hell! I was expecting porn or semething like that. This is freaking me out!'); } if (_root.part == 530204) { _root.talker = _root.player; _root.texto('Wait. I found porn. Cartoon Pony porn. It\'s Cute but sexy... Oh my GOD! This is so confusing! I don\'t know what to think! I need to unsee it!'); } if (_root.part == 530205) { _root.talker = _root.player; _root.texto('Quick! Close everything! Close dammit! Get me out of here! Wait! What is this? This isn\'t a picture file. '); } if (_root.part == 530206) { _root.setGraphic('quest1', 'card', 'fixedFar'); _root.talker = _root.player; _root.texto('YOU FOUND A BIO SHEET! Check the extra section on the start screen to display it.'); } if (_root.part == 530207) { _root.talker = _root.player; _root.texto('Thank God! I don\'t want to see another of these drawings of cute ponys with cute and big eyes and long beautiful hair and long sexy legs...'); find2 = true; _root.part = 529; } if (_root.part == 530301) { _root.talker = _root.player; _root.texto('A backup folder. Let\'s see what do we have here...'); } if (_root.part == 530302) { _root.talker = _root.player; _root.texto('Lists and reports. And files. And we have even reports of reports being reported. Boring and dull, like her. I bet she giggles a lot when she fills those reports. I don\'t want see another report so soon.'); } if (_root.part == 530303) { _root.talker = _root.player; _root.texto('Wait. We have something else. A file about me... My sweet XDCommanderXD. What the hell is a XD? Is this a code?'); } if (_root.part == 530304) { _root.talker = _root.player; _root.texto('Dammit! It\'s protected! This will have to do! USB drive, I choose you!'); } if (_root.part == 530305) { _root.talker = ''; _root.texto('USB DRIVE USED COPY FILE! IT\'S SUPPER EFFECTIVE!'); } if (_root.part == 530306) { _root.talker = ''; _root.texto('YOU GOT THE XDMY COMMANDERXD FILE!'); } if (_root.part == 530307) { _root.talker = _root.player; _root.texto('Okay, ' + _root.justicarGirl + ' will have to accept this or I am fucked!'); _root.part = 530; } if (_root.part == 531) { _root.fadeMC = 'in'; _root.talker = _root.player; _root.texto('Some minutes later...'); } if (_root.part == 532) { _root.fadeMC = 'out'; _root.setBG = 'samaraPlace'; _root.setGraphic('samara1', 'normal', 'mid'); _root.talker = _root.justicarGirl; _root.texto('Back already Commander ' + _root.player + '?'); } if (_root.part == 532) { _root.setGraphic('samara1', 'shy', 'mid'); _root.talker = _root.justicarGirl; _root.texto('My mind was whirling around some ideas of how I should punish you. What do you think about castration? Limb removal? Are you resilient to pain?'); } if (_root.part == 533) { _root.talker = _root.player; _root.texto('Hold that thought. Better, forget that completely! I have your dossier. Take it.'); } if (_root.part == 534) { _root.talker = _root.justicarGirl; _root.texto('I can\'t wait to see it. All the nasty things you ever did, Cerebelus wouldn\'t be interested in you this much for nothing.'); } if (_root.part == 535) { _root.setGraphic('samara1', 'shy', 'close'); _root.talker = _root.justicarGirl; _root.texto('What crimes you did commit Commander? What depravity your mind plotted? OHHHhhhHHHHhhhummmm! Do you want to see this with me? In my chamber?'); } if (_root.part == 536) { _root.talker = _root.player; _root.texto('First, this freaked me out. Second, sadly, the file is protected. It looks we may never know what is inside of it, so...'); } if (_root.part == 537) { _root.setGraphic('samara1', 'normal', 'mid'); _root.talker = _root.justicarGirl; _root.texto('It\'s okay. I can hack it.'); } if (_root.part == 538) { _root.talker = _root.player; _root.texto('GAH! You can hack it?!'); } if (_root.part == 539) { _root.setGraphic('samara1', 'smile', 'mid'); _root.talker = _root.justicarGirl; _root.texto('Oh? You didn\'t know I was capable of that? You would be delighted to know what this woman can do when she puts her mind into it.'); } if (_root.part == 540) { _root.talker = _root.player; _root.texto('Sigh... at least you will tell me if and when you will come to fucking murder me?'); } if (_root.part == 541) { _root.setGraphic('samara1', 'shy', 'mid'); _root.talker = _root.justicarGirl; _root.texto('Of course! I am not an assassin! I like to look deep into the eyes of my preys, their tears falling on skin, then the blood... It\'s so revigorating!'); } if (_root.part == 542) { _root.talker = _root.player; _root.texto('Thanks. I will try to not shoot you when I see you again.'); _root.part = 3; } } frame 7 { if (_root.part == 1) { _root.setBG = 'MirandaPlace'; find1 = false; find2 = false; find3 = false; _root.setGraphic('miranda1', 'special1', 'fixedFar'); _root.scene = 'one'; _root.wait(100); } if (_root.part == 2) { _root.talker = _root.player; _root.texto(_root.bossyGirl + '! I need to have a serious talk with you RIGHT NOW!'); } if (_root.part == 3) { _root.talker = _root.player; _root.texto('I don\'t know you what you and your boss are doing but I will take stand NOW!'); } if (_root.part == 4) { _root.talker = _root.bossyGirl; _root.texto('...'); } if (_root.part == 5) { _root.talker = _root.player; _root.texto('...'); } if (_root.part == 6) { _root.talker = _root.bossyGirl; _root.texto('Good morning Commander' + _root.player + '. I am fine, thank you for asking.'); } if (_root.part == 7) { _root.talker = _root.bossyGirl; _root.texto('What bring you here? I am BUSY.'); _root.choiceText1 = 'No time for pleasentries!'; _root.choiceText2 = 'Sorry to bother.'; _root.choiceText3 = 'Cut the crap!'; } if (_root.part == 7101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('No time for pleasentries Miss. I need to get to bottom of this!'); } if (_root.part == 7102) { _root.talker = _root.bossyGirl; _root.texto('Fine.'); _root.part = 7; } if (_root.part == 7201) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('G-good morning! Sorry to barging in your office like this. I am kinda stressed.'); } if (_root.part == 7202) { _root.talker = _root.bossyGirl; _root.texto('Of course you are. That\'s why I am here. To help you.'); } if (_root.part == 7203) { _root.talker = _root.player; _root.texto('Thank... you?'); _root.part = 7; } if (_root.part == 7301) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('GOOD MORNING?! We are in the FUCKING SPACE you silly cunt! Its 24/7 complete darkness! Cut the crap!'); } if (_root.part == 7302) { _root.romanceChange('down'); _root.talker = _root.bossyGirl; _root.texto('You are a sweet as always, Commander.'); _root.part = 7; } if (_root.part == 8) { _root.talker = _root.bossyGirl; _root.texto('Anyway. It would be nice if you explained your request a little more. You know, not the entire universe circles around you.'); } if (_root.part == 9) { _root.talker = _root.player; _root.texto('All my girls... I mean, my soldiers, are making use of a non-authorized tech. A body enhancement tech called MIGHT.'); } if (_root.part == 10) { _root.setGraphic('miranda1', 'special1', 'fixedFar'); _root.scene = 'two'; _root.talker = _root.bossyGirl; _root.texto('I see. Don\'t worry about it. I am taking care of it. By the way, I copyrighted the name, do not have silly ideas with it, okay?'); } if (_root.part == 11) { _root.talker = _root.player; _root.texto('Nonsense! I demand...'); } if (_root.part == 12) { _root.talker = _root.bossyGirl; _root.texto('Sit down commander.'); } if (_root.part == 13) { _root.talker = _root.player; _root.texto('I want to know...'); } if (_root.part == 14) { _root.setGraphic('miranda1', 'special1', 'fixedFar'); _root.scene = 'three'; _root.talker = _root.bossyGirl; _root.texto('SIT YOUR ASS RIGHT NOW!'); } if (_root.part == 15) { _root.talker = _root.player; _root.texto('G-Got it!'); } if (_root.part == 16) { _root.setGraphic('miranda1', 'special2', 'fixedClose'); _root.scene = 'one'; _root.wait(100); } if (_root.part == 17) { _root.talker = _root.bossyGirl; _root.texto('This is a private matter. I don\'t want anyone to bother us. And just for you know, I don\'t mind you keep staring at me.'); } if (_root.part == 18) { _root.talker = _root.bossyGirl; _root.texto('Anyway! How did you learned about it? It was that nerd azari, am I right? Doesn\'t matter, you would notice it sooner or later.'); } if (_root.part == 19) { _root.talker = _root.bossyGirl; _root.texto('Tell me what is bugging you.'); _root.choiceText1 = '...Can I talk now?'; _root.choiceText2 = 'You are acting behing my back.'; _root.choiceText3 = 'I wasn\'t envited to the party!'; } if (_root.part == 19101) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('... C-Can I talk now?'); } if (_root.part == 19102) { _root.talker = _root.bossyGirl; _root.setGraphic('miranda1', 'angry', 'mid'); _root.texto('YES!'); } if (_root.part == 19103) { _root.talker = _root.player; _root.texto('You girls did should to let me know all of this. I guess. It would be good. Don\'t you think?'); _root.part = 19; } if (_root.part == 19201) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('You are acting behind curtains. I can\'t allow this kind of behavior in my command. Who brought this tech to the ship?'); _root.part = 19; } if (_root.part == 19301) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Everyone is getting buff and butt-tighted and little me having a hard time on the weights. CUT ME IN DAMMIT!'); _root.part = 19; } if (_root.part == 20) { _root.setGraphic('miranda1', 'sad', 'far'); _root.talker = _root.bossyGirl; _root.texto('Sigh. '); } if (_root.part == 21) { _root.talker = _root.bossyGirl; _root.texto('This is not a military operation ' + _root.player + '. Not everything needs to be disclosed to you.'); } if (_root.part == 22) { _root.talker = _root.bossyGirl; _root.texto('Your job is to pull the trigger. Everything else is up to me.'); } if (_root.part == 23) { _root.setGraphic('miranda1', 'thinking', 'mid'); _root.talker = _root.bossyGirl; _root.texto('If you are bored, just go clean your guns.'); _root.choiceText1 = 'You are just a secretary.'; _root.choiceText2 = 'BUT but BUT...!'; _root.choiceText3 = 'We can\'t have two bosses.'; } if (_root.part == 23101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto(_root.officeGirl + ' dear... you are only a... glorified secretary. Stop kidding yourself.'); } if (_root.part == 23102) { _root.talker = _root.player; _root.texto('I didn\'t throw you by the hatch so far because I fucking love staring at your ass.'); } if (_root.part == 23103) { _root.setGraphic('miranda1', 'angry', 'close'); _root.talker = _root.bossyGirl; _root.texto('You bastard...!'); } if (_root.part == 23104) { _root.romanceChange('up'); _root.setGraphic('miranda1', 'smile', 'mid'); _root.talker = _root.bossyGirl; _root.texto('Sigh... but you know, I like my ass getting checked up...'); _root.part = 23; } if (_root.part == 23201) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('That\'s not fair! I didn\'t sign for this! Call the Exclusive man, now!'); } if (_root.part == 23202) { _root.setGraphic('miranda1', 'thinking', 'mid'); _root.talker = _root.bossyGirl; _root.texto('He is busy.'); } if (_root.part == 23203) { _root.talker = _root.player; _root.texto('H-How do you know? Just messenger him, I don\'t know, send an e-mail...'); } if (_root.part == 23204) { _root.talker = _root.bossyGirl; _root.texto('I just know. I will let him know you want to speak with him.'); } if (_root.part == 23205) { _root.talker = _root.player; _root.texto('Fine! Just tell him I am displeased! VERY!'); _root.part = 23; } if (_root.part == 23301) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('This is WAR! We can\'t have two bosses here lady. I AM the commander in chief here!'); } if (_root.part == 23302) { _root.talker = _root.player; _root.texto('If you want this ship to still have one, is better to patch me to the exclusive man RIGHT NOW!'); _root.part = 23; } if (_root.part == 24) { _root.setGraphic('miranda1', 'smile', 'mid'); _root.talker = _root.bossyGirl; _root.texto('You are something ' + _root.player + '! We just rebuilt you from ashes and you keep stomping us around!'); } if (_root.part == 25) { _root.setGraphic('miranda1', 'angry', 'close'); _root.talker = _root.bossyGirl; _root.texto('CEREBELUS OWNS YOUR ASS!! I OWN YOU!'); } if (_root.part == 26) { _root.talker = _root.player; _root.texto('I didn\'t asked for it. You can\'t have a part of me. No, you get 100% ol\' ' + _root.player + '. No more, no less.'); } if (_root.part == 27) { _root.setGraphic('miranda1', 'angry', 'mid'); _root.talker = _root.bossyGirl; _root.texto('Fine! Godammit! If we continue this I might end up kliing you!'); } if (_root.part == 28) { _root.talker = _root.bossyGirl; _root.texto('Cerebelus doesn\'t have anything to with this. Wait. Speaking about our dearest patrons, oh yes...'); _root.part = 500; } if (_root.part == 29) { _root.talker = _root.player; _root.texto('Where did we leave the previous conversation? Yes, you said Cerebelus doesn\'t have anything to do with this MIGHT. How did you put your hands on it? Black market?'); } if (_root.part == 30) { _root.setGraphic('miranda1', 'normal', 'far'); _root.talker = _root.bossyGirl; _root.texto('Negative. I took it from a Cerebelus lab when I was working in you. It was getting dust in some cryo storage.'); } if (_root.part == 31) { _root.talker = _root.player; _root.texto('That\'s no good. You stole stuff from the meanest bastards in the universe. Did you put some coins in its place?'); } if (_root.part == 32) { _root.setGraphic('miranda1', 'angry', 'mid'); _root.talker = _root.bossyGirl; _root.texto('I saw an oportunity and I took it. I will use any means to achieve success! Who are you to say what I can do or not?'); } if (_root.part == 33) { _root.talker = _root.bossyGirl; _root.texto('I didn\'t got here by sucking cocks!'); _root.choiceText1 = 'What is wrong with Blowjobs?'; _root.choiceText2 = 'This was reckless of you.'; _root.choiceText3 = 'Please tell this not blow on me.'; } if (_root.part == 33101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Blasphemy! Don\'t undermine the power of a good blowjob! There is nothing in this world you can\'t achieve with a good and thorough blowjob!'); } if (_root.part == 33102) { _root.setGraphic('miranda1', 'sad', 'mid'); _root.talker = _root.bossyGirl; _root.texto('I am not a feminist but I am tempted to bury your face in with my own hands!'); } if (_root.part == 33103) { _root.talker = _root.player; _root.texto('That\'s okay, I am liberal guy. I find beautiful two girl kissing eachother... while I am banging one of them! GIMME FIVE!'); } if (_root.part == 33104) { _root.romanceChange('up'); _root.setGraphic('miranda1', 'shy', 'far'); _root.talker = _root.bossyGirl; _root.texto('Unbelievible... your ego is unstoppable! I like that!'); _root.part = 33; } if (_root.part == 33201) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('I understand it. But I can\'t approve it. There is so many points this could have a sour outcome. Why the thing was locked away?'); } if (_root.part == 33202) { _root.setGraphic('miranda1', 'thinking', 'close'); _root.talker = _root.bossyGirl; _root.texto('Knowledge is power ' + _root.player + '. They may not have any use with it but there is still gain, by the simple fact of making that informatioon hidden from others.'); } if (_root.part == 33203) { _root.talker = _root.player; _root.texto('I don\'t understand.'); } if (_root.part == 33204) { _root.setGraphic('miranda1', 'smile', 'mid'); _root.talker = _root.bossyGirl; _root.texto('That\'s why you are in the point of the spear instead holding it.'); } if (_root.part == 33205) { _root.talker = _root.player; _root.texto('Er... I... I... Let\'s return to that later.'); _root.part = 33; } if (_root.part == 33301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Ok, I just need to know more one thing. This can be traced back to here?'); } if (_root.part == 33302) { _root.setGraphic('miranda1', 'smile', 'mid'); _root.talker = _root.bossyGirl; _root.texto('Of course not! Isn\'t like I stole from them. I just did forget to place some acquisitions forms.'); } if (_root.part == 33303) { _root.talker = _root.player; _root.texto('I am relieved! It\'s not like they would kill someone just by forgetting to make reports, right?'); } if (_root.part == 33304) { _root.setGraphic('miranda1', 'thinking', 'far'); _root.talker = _root.bossyGirl; _root.texto('Well, I might have killed some four or five employees for that. We may be a underground company but we have standards!'); } if (_root.part == 33305) { _root.talker = _root.player; _root.texto('Hahahaha! That is a good joke! HA!'); } if (_root.part == 33306) { _root.talker = _root.player; _root.texto('It\'s a joke right?'); } if (_root.part == 33307) { _root.setGraphic('miranda1', 'smile', 'close'); _root.talker = _root.bossyGirl; _root.texto('Of course it is. Just do not delay your reports and we\'ll be a great and happy family.'); _root.part = 33; } if (_root.part == 34) { _root.talker = _root.player; _root.texto('Proceeding. We are half the way now. One thing is bugging me out.'); } if (_root.part == 35) { _root.talker = _root.player; _root.texto('I already saw psycho drugs, pain removing meds, super anabolyzants but I never saw anything like that! I mean, look to you!'); } if (_root.part == 36) { _root.talker = _root.player; _root.texto('You are taller! And I saw you yesterday! Looks like you aren\'t the same person anymore!'); } if (_root.part == 37) { _root.setGraphic('miranda1', 'flex1', 'mid'); _root.talker = _root.bossyGirl; _root.texto('See? I know you would understand it the value of this technology! You know, this isn\'t just muscles, this is POWER!'); } if (_root.part == 38) { _root.talker = _root.player; _root.texto('I know you want a piece of this. If you behave I can let you touch me a bit... and who knows... hehehe...'); } if (_root.part == 39) { _root.talker = _root.player; _root.texto('BUT my point is: Why the Cerebelus didn\'t use this early? I mean, why not? Why they didn\'t make profit with it?'); } if (_root.part == 40) { _root.setGraphic('miranda1', 'sad', 'far'); _root.talker = _root.bossyGirl; _root.texto('Oh Well. The thing is... sigh. What mood destroyer you are!'); } if (_root.part == 41) { _root.talker = _root.bossyGirl; _root.texto('I don\'t know why they didn\'t resume the researches on it. I didn\'t find much, I did to work from the first step.'); } if (_root.part == 42) { _root.talker = _root.player; _root.texto('At least tell me the little you know. Where they found it? How it works?'); } if (_root.part == 43) { _root.setGraphic('miranda1', 'thinking', 'mid'); _root.talker = _root.bossyGirl; _root.texto('The previous research team recovered artfacts in a remote planet. They say it belongs to the protean era.'); } if (_root.part == 44) { _root.talker = _root.player; _root.texto('Who was that people? Did they have a clue about it.'); } if (_root.part == 45) { _root.talker = _root.bossyGirl; _root.texto('Just story and myths, they don\'t have any utility for me. It\'s about an ancient tribe of warriors. You could ask ' + _root.justicarGirl + ' about it.'); } if (_root.part == 46) { _root.talker = _root.player; _root.texto('Great! Then why they didn\'t developed a proper product? Did they leave some schedule, report, something behind?'); } if (_root.part == 47) { _root.setGraphic('miranda1', 'shy', 'far'); _root.talker = _root.bossyGirl; _root.texto('Well about that... I just found an early version of the tech. The original lab team... er...'); } if (_root.part == 48) { _root.talker = _root.player; _root.texto('Come on, shoot it. I am used to bad news.'); } if (_root.part == 48) { _root.talker = _root.bossyGirl; _root.texto('Most of them are dead. The rest is missing. That\'s it.'); _root.choiceText1 = 'That\'s it?'; _root.choiceText2 = 'It\'s a good signal.'; _root.choiceText3 = 'It\'s dangerous to work with you.'; } if (_root.part == 48101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('That\'s it? THAT\'S IT? How did they die? An accident? A heist? Spoiled food?'); } if (_root.part == 48102) { _root.setGraphic('miranda1', 'normal', 'close'); _root.talker = _root.bossyGirl; _root.texto('Oh, I traced the death reports. Most of them was mangled and ripped apart. Definitevly not an accident! So, dry your panties already!'); } if (_root.part == 48103) { _root.talker = _root.player; _root.texto('It can\'t be that simple, IT CAN\'T!!'); _root.part = 48; } if (_root.part == 48201) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Everybody is dead? That\'s a good signal huh? You don\'t have to give credits to them right?'); } if (_root.part == 48202) { _root.romanceChange('up'); _root.setGraphic('miranda1', 'smile', 'mid'); _root.talker = _root.bossyGirl; _root.texto('Tee-hee! Well, you are damn right about that!'); } if (_root.part == 48203) { _root.talker = _root.player; _root.texto('Damn, I was joking... You are creeping me out! I DON\'T LIKE THAT!!'); _root.part = 48; } if (_root.part == 48301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('That\'s why you guys have so much unfinished researches. You guys should treat your employees better! I can\'t wait to get away from you people!'); } if (_root.part == 48302) { _root.romanceChange('down'); _root.setGraphic('miranda1', 'normal', 'close'); _root.talker = _root.bossyGirl; _root.texto('Is that a formal complaint, Commander? I can pass it through.'); } if (_root.part == 48303) { _root.talker = _root.player; _root.texto('No need, just keep in mind for the next meeting.'); _root.part = 48; } if (_root.part == 49) { _root.setGraphic('miranda1', 'thinking', 'mid'); _root.talker = _root.bossyGirl; _root.texto('About my investigation, I found something interesting. About the researchers. Their remains.'); } if (_root.part == 50) { _root.talker = _root.player; _root.texto('Any burn injury? Explosion maybe?'); } if (_root.part == 51) { _root.setGraphic('miranda1', 'sad', 'close'); _root.talker = _root.bossyGirl; _root.texto('No, they were torn apart. All the male staff. In peaces. But no signal of the female employee, they just vanished.'); } if (_root.part == 52) { _root.talker = _root.bossyGirl; _root.texto('And you know, MIGHT is only effective on female organism. But the effects on a male body aren\'t that... violent at all.'); } if (_root.part == 53) { _root.talker = _root.player; _root.texto('I see... so... another... THING killed those researchers. Hmm... do you came with some conclusion?'); } if (_root.part == 54) { _root.talker = _root.bossyGirl; _root.texto('Not yet. I am still analysing the evidences. Whatever killed these workers, oh boy, it was strong. And mean!'); } if (_root.part == 55) { _root.setGraphic('miranda1', 'shy', 'far'); _root.talker = _root.bossyGirl; _root.texto('What is it ' + _root.player + '? You are sweating!'); _root.choiceText1 = 'SMILE(remain still)'; _root.choiceText2 = 'SMILE(try to laugh)'; _root.choiceText3 = 'SMILE(reach to your gun)'; } if (_root.part == 55101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('It\'s nothing. Your office is a bit... stuffy. Pump the refrigeration a bit could you?'); } if (_root.part == 55102) { _root.setGraphic('miranda1', 'smile', 'close'); _root.talker = _root.bossyGirl; _root.texto('Nah. I like it hot. I could take this jacket of yours...'); } if (_root.part == 55103) { _root.talker = _root.player; _root.texto('Sure. Wait. No. I am fine.'); _root.part = 55; } if (_root.part == 55201) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Ho ho ho! No, I am fine. I am just dizzy! I mean, I am okay. Ha Ha Ha!'); } if (_root.part == 55202) { _root.setGraphic('miranda1', 'smile', 'close'); _root.talker = _root.bossyGirl; _root.texto('Are you sure, we could laid on my couch... let me help you.'); } if (_root.part == 55203) { _root.talker = _root.player; _root.texto('No need! Your arms are too big... I mean, no I just need to... get out!'); _root.part = 55; } if (_root.part == 55301) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('I am fine... ha ha! SO... are you... doing much stuff these days?'); } if (_root.part == 55302) { _root.setGraphic('miranda1', 'smile', 'far'); _root.talker = _root.bossyGirl; _root.texto('I guess. Are you leaving already? I thought you wanted to get to the bottom of this?'); } if (_root.part == 55303) { _root.talker = _root.player; _root.texto('I am filled babe! No need to walk me to the door. Just keep these big arms yours there.'); _root.part = 55; } if (_root.part == 56) { _root.setGraphic('miranda1', 'smile', 'far'); _root.talker = _root.bossyGirl; _root.texto('OH my! I never thought I would see the amazing commander ' + _root.player + ' shit on his pants!'); } if (_root.part == 57) { _root.talker = _root.player; _root.texto('Wha? NO! Oh, you? You got me there! I knew you were joking about that.'); } if (_root.part == 58) { _root.setGraphic('miranda1', 'smile', 'mid'); _root.talker = _root.bossyGirl; _root.texto('I didnt\' joke about it. The researchers are dead. Probally they were killed by the female workers. I pretty sure of that.'); } if (_root.part == 59) { _root.talker = _root.player; _root.texto('...'); } if (_root.part == 60) { _root.talker = _root.bossyGirl; _root.texto('But don\'t worry about it. We removed a particular elemnent of the tech which alters the mental stability of the subject.'); } if (_root.part == 61) { _root.talker = _root.player; _root.texto('What? That thing turns you... crazy?'); } if (_root.part == 62) { _root.talker = _root.bossyGirl; _root.texto('Not crazy, it\'s an state of euphory, rage, a bit of lust... it\'s complicated. The good doctor handled that part.'); } if (_root.part == 63) { _root.setGraphic('miranda1', 'flex2', 'mid'); _root.talker = _root.bossyGirl; _root.texto('As you can see, we are alright. Just more... perfect!'); } if (_root.part == 64) { _root.talker = _root.player; _root.texto('Are you sure? I think you girls are a bit on the edge... no angry feeling towards us guys?'); } if (_root.part == 65) { _root.setGraphic('miranda1', 'flex2', 'close'); _root.talker = _root.bossyGirl; _root.texto('Just the usual you know, the urge to rip your penis off with our hands and stomp you testicles... the usual.'); } if (_root.part == 66) { _root.talker = _root.player; _root.texto('Ha. I better get going.'); } if (_root.part == 67) { _root.setGraphic('miranda1', 'smile', 'mid'); _root.talker = _root.bossyGirl; _root.texto('Not yet my little ' + _root.player + '! Your barge into my office and stick your finger in my face!'); } if (_root.part == 68) { _root.talker = _root.player; _root.texto('Sorry about that. That\'s my job.'); } if (_root.part == 69) { _root.setGraphic('miranda1', 'angry', 'close'); _root.talker = _root.bossyGirl; _root.texto('Don\'t you know who I am? I am BETTER than you! I know that because I stitched you back! You are a just ordinary peace of sutured meat!'); } if (_root.part == 70) { _root.talker = _root.player; _root.texto('I have no time for this. Get back to work.'); } if (_root.part == 71) { _root.talker = _root.bossyGirl; _root.texto('I think you need to have a piece of what are you going to handle for now on.'); } if (_root.part == 72) { _root.talker = _root.player; _root.texto('Hm?'); } if (_root.part == 73) { _root.setGraphic('miranda1', 'fmg', 'far'); _root.scene = 'one'; _root.talker = _root.bossyGirl; _root.texto('Look this! Look at this body! Don\'t tell me you don\'t feel envy of all this!'); } if (_root.part == 74) { _root.talker = _root.player; _root.texto('You speak like I couldn\'t possess that kind of muscles. I could if I...'); } if (_root.part == 75) { _root.setGraphic('miranda1', 'fmg', 'far'); _root.scene = 'two'; _root.talker = _root.bossyGirl; _root.texto('Don\'t be a idiot! Look! LOOK! You don\'t have what it takes to have this!'); } if (_root.part == 76) { _root.talker = _root.player; _root.texto('Gulp!'); } if (_root.part == 77) { _root.setGraphic('miranda1', 'fmg', 'far'); _root.scene = 'three'; _root.talker = _root.bossyGirl; _root.texto('I could take two of you... on each arm! I know this because I MADE YOU! Are you MAN enough to prove me wrong?!'); } if (_root.part == 78) { _root.talker = _root.player; _root.texto('Gulp! Wha-what? *cof* I MEAN...'); } if (_root.part == 79) { _root.setGraphic('miranda1', 'fmg', 'far'); _root.scene = 'four'; _root.talker = _root.bossyGirl; _root.texto('HAHAHAHAHAHAHAhAhAhAhAHAHA!! You can\'t fool me ' + _root.player + '!'); } if (_root.part == 80) { _root.talker = _root.bossyGirl; _root.texto('I can see through your bravados! Come here you pussy! Teach something to me! PUT ME IN MY PLACE!'); } if (_root.part == 81) { _root.talker = _root.player; _root.texto('... ugh... I... I...'); } if (_root.part == 82) { _root.setGraphic('miranda1', 'fmg', 'far'); _root.scene = 'five'; _root.talker = _root.bossyGirl; _root.texto('Just what I thought! You are just a facade. You are lucky you have us to back you up!'); } if (_root.part == 83) { _root.talker = _root.bossyGirl; _root.texto('Nothing to say? Cat got your tongue... or your balls?'); _root.choiceText1 = 'I love black lingerie!'; _root.choiceText2 = 'Guh...?'; _root.choiceText3 = 'I was waiting for the rest.'; } if (_root.part == 83101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('How did you know?! I fucking love black lingerie! Oh, so SEXY!'); } if (_root.part == 83102) { _root.setGraphic('miranda1', 'fmg', 'close'); _root.scene = 'five'; _root.talker = _root.bossyGirl; _root.texto('You are something, don\'t you? I am about to squash your head between my hands and do you drools over my bra?'); } if (_root.part == 83103) { _root.talker = _root.player; _root.texto('I need to have priorities! This can be the last time I see a bra, but my head getting squashed, that can happen anytime! I have to see the complete set!'); } if (_root.part == 83104) { _root.romanceChange('up'); _root.scene = 'six'; _root.talker = _root.bossyGirl; _root.texto('Fucking Pervert...'); _root.part = 83; } if (_root.part == 83201) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Guh? I-I mean... oh... what did you ask again?'); } if (_root.part == 83202) { _root.setGraphic('miranda1', 'fmg', 'mid'); _root.talker = _root.bossyGirl; _root.texto('I am already into your games, Commander! With all the tremblings of yours, I thought you would just piss yourself!'); } if (_root.part == 83203) { _root.talker = _root.player; _root.texto('Nonsense! Is that AC of yours! Its just freezing!'); } if (_root.part == 83204) { _root.setGraphic('miranda1', 'fmg', 'close'); _root.scene = 'six'; _root.talker = _root.bossyGirl; _root.texto('Come here, lets try a friendly arm wrestling. What do you say?'); } if (_root.part == 83205) { _root.talker = _root.player; _root.texto('What? I... I.. I-I can\'t! I am not prepared! And the air is too cold, my muscles are just... not good.'); } if (_root.part == 83206) { _root.romanceChange('down'); _root.setGraphic('miranda1', 'fmg', 'mid'); _root.scene = 'five'; _root.talker = _root.bossyGirl; _root.texto('I understand. The cold.'); _root.part = 83; } if (_root.part == 83301) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('Is that it? I was waiting something else. I am not afraid of muscles.'); } if (_root.part == 83302) { _root.talker = _root.bossyGirl; _root.texto('This is not just muscles ' + _root.player + '. This is power, raw power. In the end of the day this is what defines who is above who.'); } if (_root.part == 83303) { _root.setGraphic('miranda1', 'fmg', 'mid'); _root.scene = 'six'; _root.talker = _root.bossyGirl; _root.texto('Come here, just try to push me. I promise I will not hurt you.'); } if (_root.part == 83304) { _root.talker = _root.player; _root.texto('What that will prove?'); } if (_root.part == 83305) { _root.setGraphic('miranda1', 'fmg', 'close'); _root.talker = _root.bossyGirl; _root.texto('Just humor me. Or I can do it. I let you throw some punches if you need it.'); } if (_root.part == 83306) { _root.talker = _root.player; _root.texto('That\'s silly? One of us could get hurt! Lets drop that conversation.'); } if (_root.part == 83307) { _root.setGraphic('miranda1', 'fmg', 'mid'); _root.talker = _root.bossyGirl; _root.texto('One of us? Tee-hee! Well played Commander. Well played.'); _root.part = 83; } if (_root.part == 84) { _root.talker = _root.player; _root.texto('I think I got enough... information! I need to think about it. I will have my decision tomorrow.'); } if (_root.part == 85) { _root.setGraphic('miranda1', 'fmg', 'far'); _root.scene = 'five'; _root.talker = _root.bossyGirl; _root.texto('Alright. I don\'t know why it would matter your opinion on this, but, what hell, I will be... happy to hear it!'); } if (_root.part == 86) { _root.talker = _root.bossyGirl; _root.texto('Go back to yours businesses now. I have to take my new measures.'); } if (_root.part == 87) { _root.setGraphic('miranda1', 'fmg', 'far'); _root.scene = 'seven'; _root.talker = _root.bossyGirl; _root.texto('...'); } if (_root.part == 88) { _root.talker = _root.player; _root.texto('Goddamit! Why is this happening?! This is a sick joke!'); _root.FirstEncounterMiranda = 'complete'; _root.goToMap(); } if (_root.part == 501) { _root.talker = _root.bossyGirl; _root.setGraphic('miranda1', 'thinking', 'mid'); _root.texto('You may be useful after all! I have a task for you.'); } if (_root.part == 502) { _root.talker = _root.player; _root.texto('And since when I work for you?'); } if (_root.part == 503) { _root.setGraphic('miranda1', 'smile', 'mid'); _root.talker = _root.bossyGirl; _root.texto('Since you born again my dear. You know, if someone else supervisioned all that work, the chances of you not being here wouldn\'t be that great. Now, about your task...'); } if (_root.part == 504) { _root.talker = _root.player; _root.texto('I will listen to your... request. If I will attend to it, it\'s another story. But for the looks of it, it doesn\'t look like an official job.'); } if (_root.part == 505) { _root.talker = _root.bossyGirl; _root.texto('Oh my! I wouldn\'t ask you to do something illegal Commander. Who do you take me for?'); } if (_root.part == 506) { _root.talker = _root.player; _root.texto('A criminal working for a terrorist organization.'); } if (_root.part == 507) { _root.setGraphic('miranda1', 'normal', 'close'); _root.talker = _root.bossyGirl; _root.texto('Good. I am glad we are in the same page. You will hear me out or what?'); } if (_root.part == 508) { _root.talker = _root.player; _root.texto('Go ahead. It might be interesting.'); } if (_root.part == 509) { _root.talker = _root.bossyGirl; _root.texto('I need you to retrieve a item from our beautiful and blue colleague ' + _root.blueGirl + '. Can you do it?'); } if (_root.part == 510) { _root.talker = _root.player; _root.texto('Retrieve? Do you mean ' + _root.blueGirl + ' stole something from Cerebelus?'); } if (_root.part == 511) { _root.talker = _root.bossyGirl; _root.texto('Yes. I want her diary.'); } if (_root.part == 512) { _root.talker = _root.player; _root.texto(_root.blueGirl + ' stole her own diary from Cerebelus. This doesn\'t make any sense!'); } if (_root.part == 513) { _root.setGraphic('miranda1', 'smile', 'mid'); _root.talker = _root.bossyGirl; _root.texto('No, you silly jarhead. The content of it belong to our beloved company. We need it. You can go now.'); } if (_root.part == 514) { _root.talker = _root.player; _root.texto('But... Why... what... I... Why don\'t you do it?'); } if (_root.part == 515) { _root.setGraphic('miranda1', 'shy', 'far'); _root.talker = _root.bossyGirl; _root.texto('Oh, I am just a humble pencil-pusher. Black Ops its your thing. Bring me that diary.'); } if (_root.part == 516) { _root.talker = _root.player; _root.texto('This is crazy! I need proof! I will not steal ' + _root.blueGirl + ' because you asked for it!'); } if (_root.part == 517) { _root.talker = _root.bossyGirl; _root.texto('If you ask, she will deny it. And she will be angry with you. Trust me. This is the easiest and painless way.'); } if (_root.part == 518) { _root.setGraphic('miranda1', 'smile', 'mid'); _root.talker = _root.bossyGirl; _root.texto('So! Will you be my champion?'); _root.choiceText1 = 'Accept the quest.'; _root.choiceText2 = 'Refuse the quest.'; _root.choiceText3 = 'Negotiate.'; } if (_root.part == 518101) { _root.talker = _root.player; _root.texto('Yeah. I guess sometimes we have to dirty our hands, right?'); } if (_root.part == 518102) { _root.setGraphic('miranda1', 'shy', 'close'); _root.talker = _root.bossyGirl; _root.texto('You are so heroic!'); } if (_root.part == 518103) { _root.talker = _root.player; _root.texto('Yeah...'); _root.part = 518; } if (_root.part == 518201) { _root.talker = _root.player; _root.texto('Hell no! Ask me to tell dead fetus jokes to a Krogan instead. Steal a girl\'s diary? I don\'t need that shit on my life.'); } if (_root.part == 518202) { _root.setGraphic('miranda1', 'thinking', 'mid'); _root.talker = _root.bossyGirl; _root.texto('Are you telling me you are afraid of our sweet ' + _root.blueGirl + '?'); } if (_root.part == 518203) { _root.talker = _root.player; _root.texto('Hell yeah! I don\'t know what is written there! The consequences... could be catastrophic!'); } if (_root.part == 518204) { _root.setGraphic('miranda1', 'sad', 'far'); _root.talker = _root.bossyGirl; _root.texto('You managed to achieve a new level of disapointment.'); _root.part = 28; } if (_root.part == 518301) { _root.talker = _root.player; _root.texto('I don\'t know. I am not totally sold on your story though. I wish to be left out of it.'); } if (_root.part == 518302) { _root.setGraphic('miranda1', 'angry', 'mid'); _root.talker = _root.bossyGirl; _root.texto('You don\'t have that choice! If you don\'t do it I will find someone else!'); } if (_root.part == 518303) { _root.talker = _root.player; _root.texto('Ok.'); } if (_root.part == 518304) { _root.setGraphic('miranda1', 'angry', 'close'); _root.talker = _root.bossyGirl; _root.texto('Grrrrrr! Fine! What do you want?'); } if (_root.part == 518305) { _root.talker = _root.player; _root.texto('I want to know what Cerebelus thinks ' + _root.blueGirl + ' stole from them.'); } if (_root.part == 518306) { _root.setGraphic('miranda1', 'sad', 'far'); _root.talker = _root.bossyGirl; _root.texto('I can\'t tell you that! Your paygrade...'); } if (_root.part == 518307) { _root.talker = ''; _root.texto(_root.player + ' CROSSES HIS ARMS.'); } if (_root.part == 518308) { _root.setGraphic('miranda1', 'angry', 'close'); _root.talker = _root.bossyGirl; _root.texto('Fine! I tell you as soon I find it! That\'s all I can give you! Satisfied?'); } if (_root.part == 518309) { _root.talker = _root.player; _root.texto('I supposed I can trust you on that.'); } if (_root.part == 518310) { _root.talker = _root.bossyGirl; _root.texto('You better!'); _root.part = 518; } if (_root.part == 519) { _root.talker = _root.player; _root.texto('I believe ' + _root.blueGirl + '\'s diary will be in her chambers, right?'); } if (_root.part == 520) { _root.setGraphic('miranda1', 'smile', 'mid'); _root.talker = _root.bossyGirl; _root.texto('Oh my, you are growing so fast! I can\'t believe yesterday you was just a piece of burnt flesh in a scrap of armor!'); } if (_root.part == 521) { _root.talker = _root.player; _root.texto('You really think ' + _root.blueGirl + ' would have a pink notebook written my diary in the cover? She got in some weird spy shit last time i heard.'); } if (_root.part == 522) { _root.talker = _root.player; _root.texto('If she had something like a diary, it would be pratically impossible to find it. Hell, I guess she wouldn\'t have have one in first place!'); } if (_root.part == 523) { _root.talker = _root.bossyGirl; _root.texto('Good point! But i believe she must have a log of her activities. She must have a hard copy. You just need to look deeper. Piece of cake.'); } if (_root.part == 524) { _root.talker = _root.player; _root.texto('Yeah. And how I will know what i am looking for? It must be encrypted, protected, jinxed, whatever! It will be like looking for a needle in a haystack!'); } if (_root.part == 525) { _root.setGraphic('miranda1', 'normal', 'mid'); _root.talker = _root.bossyGirl; _root.texto('Don\'t be a drama queen. Here, use this hacking device. Insert the drive, card or anything you find. It will automatically search for the data I want. Even a dead dog wouldn\'t blow this job.'); } if (_root.part == 526) { _root.talker = _root.player; _root.texto('Fine! But I warn you, you better not be playing me into this!'); } if (_root.part == 527) { _root.setGraphic('miranda1', 'smile', 'far'); _root.talker = _root.bossyGirl; _root.texto('Ciao!'); } if (_root.part == 528) { _root.fadeMC = 'in'; _root.talker = _root.player; _root.texto('Some minutes later on...'); } if (_root.part == 529) { _root.fadeMC = 'out'; _root.setGraphic('quest1', 'vazio', 'fixedFar'); _root.setBG = 'liaraPlace'; _root.talker = _root.player; _root.texto('Good! She is not here! Let\'s find that diary log thing fast!'); } if (_root.part == 530) { _root.talker = _root.player; _root.setGraphic('quest1', 'vazio', 'fixedFar'); _root.texto('Where I should look for it?'); _root.choiceText1 = 'Computer.'; _root.choiceText2 = 'Bookshelf.'; _root.choiceText3 = 'Drawers.'; } if (_root.part == 530101) { if (find1 == true) { _root.texto('I already searched in there.'); _root.part = 529; } else { _root.talker = _root.player; _root.texto('It seems logical. Let\'s search for a suspect file.'); } } if (_root.part == 530102) { _root.talker = _root.player; _root.texto('I think I got it! It\'s a big folder! Cultural research? This is it! I feel it!'); } if (_root.part == 530103) { _root.talker = _root.player; _root.texto('... oh...'); } if (_root.part == 530104) { _root.talker = _root.player; _root.texto('Porn. A lot of it, 450 petabytes of porn. That\'s a big research indeed. More like she was is trying to make a backup of the entire internet. Which is basicly porn.'); } if (_root.part == 530105) { _root.talker = _root.player; _root.texto('Two krogans and a sheep? What the hell? Salarian in heat? People weren\'t joking when they say the Asari are kinky! I am afraid to click in these files!'); } if (_root.part == 530106) { _root.talker = _root.player; _root.texto('But I can\'t waste this oportunity! I will just take the one with Asari. And with Quarians. Humans can\'t go wrong too. What the hell, let\'s take some Krogan too!'); } if (_root.part == 530107) { _root.talker = _root.player; _root.texto('And this file? More porn? Let\'s take it too!'); } if (_root.part == 530108) { _root.setGraphic('quest1', 'card', 'fixedFar'); _root.talker = _root.player; _root.texto('YOU FOUND A BIO SHEET! Check the extra section on the start screen to display it.'); } if (_root.part == 530109) { _root.talker = _root.player; _root.texto('Oh boy! It looks Xmas! I can\'t wait to make cultural research on my cabin!'); find1 = true; _root.part = 529; } if (_root.part == 530301) { if (find2 == true) { _root.texto('I already searched in there.'); _root.part = 529; } else { _root.talker = _root.player; _root.texto('Those drawers looks suspect. I am in!'); } } if (_root.part == 530302) { _root.talker = _root.player; _root.texto('HO HO HO! Panties! Nice! We have all the colors of rainbow here! I like choices.'); } if (_root.part == 530303) { _root.talker = _root.player; _root.texto('What is this? a secret compartment... I smell secrets! Or it\'s the panties? It\'s Sweeeeeeet!'); } if (_root.part == 530304) { _root.talker = _root.player; _root.texto('What the fuck! What is this? A nightstick? It\'s too long, is it a staff? The tip is a bit circular... FUCK! I reckon this shape!'); } if (_root.part == 530305) { _root.talker = _root.player; _root.texto('Damn! It\'s a fucking DILDO! It\'s huge! This can\'t be real! This is a weapon, look to the size of it! I would run if someone shook that thing on my face!'); } if (_root.part == 530306) { _root.talker = _root.player; _root.texto('And she have others! This one have spikes! Godammit! Who... Whata... FUCK! This one is thicker than my arm!'); } if (_root.part == 530307) { _root.talker = _root.player; _root.texto('She uses that on herself? What freak? Wait? And if she uses it on others? That freak have mind controlling powers! FUCK ME!!!'); } if (_root.part == 530308) { _root.talker = _root.player; _root.texto('I must get out of here! I didn\'t sign for this! My butt, my rules!'); } if (_root.part == 530309) { _root.talker = _root.player; _root.texto('What now? Something is blocking the latch! What is this? A card?'); } if (_root.part == 530310) { _root.setGraphic('quest1', 'card', 'fixedFar'); _root.talker = _root.player; _root.texto('YOU FOUND A BIO SHEET! Check the extra section on the start screen to display it.'); } if (_root.part == 530311) { _root.talker = _root.player; _root.texto('Goddammit! I will take this! I will take no chances when my ass is in risk!'); find2 = true; _root.part = 529; } if (_root.part == 530201) { _root.talker = _root.player; _root.texto('What is that? Is that books? I saw those things on pictures! I head its made of a thing called p-a-p-e-r!'); } if (_root.part == 530202) { _root.talker = _root.player; _root.texto('Oh! it\'s so heavy! And full of letters. This is BORING!! Books are lame!'); } if (_root.part == 530203) { _root.talker = _root.player; _root.texto('look! Another book! This one is thinner. And... there is a naked lady on the cover! Play... boy? This one looks interesting!'); } if (_root.part == 530204) { _root.talker = _root.player; _root.texto('Ohhh yeah!! Naked babes! I knew it! Someone would turn books into something awesome! Faith on humanity... RESTORED!'); } if (_root.part == 530205) { _root.talker = _root.player; _root.texto('MY GOD! There is a huge picture in the middle!! This is mind-Blowing, it enormous! This is better than a computer screen! WHY? WHY they stopped making this? WHY?!!'); } if (_root.part == 530206) { _root.talker = _root.player; _root.texto('OOps! Something fell on the ground! It\'s another part of this fantastic treasure? Oh boy! Oh boy!'); } if (_root.part == 530207) { _root.talker = ''; _root.texto('YOU GOT A DATA CARD.'); } if (_root.part == 530208) { _root.talker = _root.player; _root.texto('Sigh... no printed boobies here. Lame.'); } if (_root.part == 530209) { _root.talker = _root.player; _root.texto('Wait! That could be the Diary/log thing ' + _root.bossyGirl + ' wants! Let me check with this hacking device.'); } if (_root.part == 530210) { _root.talker = _root.player; _root.texto('Bullseye! I am outta here! And you come with Play-Boy book! I will treasure you for the rest of my life!'); _root.part = 530; } if (_root.part == 531) { _root.fadeMC = 'in'; _root.talker = _root.player; _root.texto('Some minutes later...'); } if (_root.part == 532) { _root.fadeMC = 'out'; _root.setBG = 'MirandaPlace'; _root.setGraphic('miranda1', 'smile', 'mid'); _root.talker = _root.bossyGirl; _root.texto('Good, you are back. I bet you had a pleasant time meddling over girly things. I hope you didn\'t snatch her panties...'); } if (_root.part == 533) { _root.talker = _root.player; _root.texto('Do you think I am that kind of man?'); } if (_root.part == 534) { _root.setGraphic('miranda1', 'shy', 'mid'); _root.talker = _root.bossyGirl; _root.texto('So cute, I want to take you home! Thank you very much Commander. Now, if you please, let me have it.'); } if (_root.part == 535) { _root.talker = _root.player; _root.texto('So, will you tell me what is this all about. I want details. T think i\'ve earned this.'); } if (_root.part == 536) { _root.setGraphic('miranda1', 'sad', 'mid'); _root.talker = _root.bossyGirl; _root.texto('You play hard ' + _root.player + '! I surrender. Instead telling you, I can do better, I can show you.'); } if (_root.part == 537) { _root.talker = _root.bossyGirl; _root.texto('Give me the data and the hacking tool and I will un-protect for you to see. What do you think?'); } if (_root.part == 538) { _root.talker = _root.player; _root.texto('Fair enough. Here it is.'); } if (_root.part == 539) { _root.setGraphic('miranda1', 'normal', 'mid'); _root.talker = _root.bossyGirl; _root.texto('Thank you sweet. It\'s easy peasy. I just need to this and... this... more this...'); } if (_root.part == 540) { _root.setGraphic('miranda1', 'shy', 'far'); _root.talker = _root.bossyGirl; _root.texto('... OH. Shame. Oh. Shame.'); } if (_root.part == 541) { _root.talker = _root.player; _root.texto('What did you find? It\'s that bad?'); } if (_root.part == 542) { _root.talker = _root.bossyGirl; _root.texto('It\'s empty. It seems we wasted our time.'); } if (_root.part == 543) { _root.talker = _root.player; _root.texto('It\'s impossible! The hacking tool indicated that card had several registries of the words you were looking for. It wasn\'t empty... or...'); } if (_root.part == 544) { _root.talker = _root.player; _root.texto('Or...'); } if (_root.part == 545) { _root.talker = _root.player; _root.texto('You deleted the card, don\'t you?'); } if (_root.part == 546) { _root.setGraphic('miranda1', 'sad', 'far'); _root.talker = _root.bossyGirl; _root.texto('...Me? What do you are talking about? I would never do that. I... Ah! Fuck it. I am too busy right now. Let\'s cut it short, shall we? Call me a bitch and let\'s call it a day.'); } if (_root.part == 547) { _root.talker = _root.player; _root.texto('I was kinda expecting that. I am glad I made a copy.'); } if (_root.part == 548) { _root.setGraphic('miranda1', 'thinking', 'mid'); _root.talker = _root.bossyGirl; _root.texto('You... did?'); } if (_root.part == 549) { _root.talker = _root.player; _root.texto('Yep, it\'s in the main menu of the hacking tool. It\'s a wonderful gadget. I should get one for me.'); } if (_root.part == 550) { _root.setGraphic('miranda1', 'thinking', 'close'); _root.talker = _root.bossyGirl; _root.texto('Hum... and the copy is with you right now?'); } if (_root.part == 551) { _root.talker = _root.player; _root.texto('Of course not. I will try to open it soon. Maybe I can ask ' + _root.blueGirl + ' to help me with that.'); } if (_root.part == 552) { _root.setGraphic('miranda1', 'sad', 'mid'); _root.talker = _root.bossyGirl; _root.texto(_root.player + '... You can\'t... We surely can... fix that somehow... we may come with an agreement...'); } if (_root.part == 553) { _root.talker = _root.player; _root.texto('Sure, but not now. I came here to attend another business. Let\'s get back to that later.'); } if (_root.part == 554) { _root.setGraphic('miranda1', 'shy', 'close'); _root.talker = _root.bossyGirl; _root.texto('Yes... Of course. Come to my chambers tonight, I am thinking in making dinner... for us. Bring wine. And don\'t forget the card.'); _root.part = 28; } } frame 8 { if (_root.part == 1) { _root.setBG = 'bridge'; find1 = false; find2 = false; find3 = false; _root.setGraphic('kelly2', 'special1', 'fixedFar'); _root.scene = 'one'; _root.wait(100); } if (_root.part == 2) { _root.talker = _root.player; _root.texto(_root.officeGirl + '? Where is that girl?'); } if (_root.part == 3) { _root.talker = _root.officeGirl; _root.texto('I am here Commander!'); } if (_root.part == 4) { _root.setGraphic('kelly2', 'special2', 'fixedClose'); _root.scene = 'salute'; _root.wait(100); } if (_root.part == 5) { _root.talker = _root.officeGirl; _root.texto('I was adjusting my clothes. It was a tad tight in the arms.'); _root.choiceText1 = 'I can\'t have a break, can I?'; _root.choiceText2 = 'OMG! Muscles... EVERYWHERE!'; _root.choiceText3 = 'I see you aren\'t worried anymore.'; } if (_root.part == 5101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Really? Even you ' + _root.officeGirl + '! I can\'t have a break, can I? What now? Now even the canteen lady have bigger guns than me?'); } if (_root.part == 5102) { _root.talker = _root.officeGirl; _root.texto('Don\'t be like that Commander! Ok, I was worried about this. But after seeing this closer... I couldn\'t say no!'); _root.part = 5; } if (_root.part == 5201) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('O M G!! I see muscles... EVERYWHERE! I think I am getting crazy!'); } if (_root.part == 5202) { _root.talker = _root.officeGirl; _root.texto('No, you aren\'t Commander! These muscles are pretty real! Tee-hee!'); _root.part = 5; } if (_root.part == 5301) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('Great. I see your concerns about that tech are gone now.'); } if (_root.part == 5302) { _root.talker = _root.officeGirl; _root.texto('Well, I know this should look incoherent to you Commander. What can I say, it\'s not a bad thing at all.'); _root.part = 5; } if (_root.part == 6) { _root.scene = 'rest'; _root.talker = _root.officeGirl; _root.texto('But tell me about your investigation Commander. Did you got all of yours questions about the MIGHT?'); } if (_root.part == 7) { _root.talker = _root.player; _root.texto('Yes, most of it. I guess.'); } if (_root.part == 8) { _root.talker = _root.officeGirl; _root.texto('So, what conclusion do you reached?'); _root.choiceText1 = 'It\'s a mess.'; _root.choiceText2 = 'Your girls needs a serious spank!'; _root.choiceText3 = 'It\'s alright.'; } if (_root.part == 8101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('It\'s a mess. Simple as that.'); } if (_root.part == 8102) { _root.talker = _root.officeGirl; _root.texto('The tech isn\'t dangerous Commander. It just like a... vitamin.'); } if (_root.part == 8103) { _root.talker = _root.player; _root.texto('A vitamin doesn\'t grant you that kind of... power one to another. There is a price to pay. Always.'); _root.part = 8; } if (_root.part == 8201) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('You girls needs a serious spank in the ass! I am the boss here! I am the King! No one makes shit on my back!'); } if (_root.part == 8202) { _root.romanceChange('up'); _root.talker = _root.officeGirl; _root.texto('Really? Do I deserve a spanking too Commander? I know I am being a very bad girl these days... MEeeeeeOOW...'); } if (_root.part == 8203) { _root.talker = _root.player; _root.texto('Drop it ' + _root.officeGirl + ', you are doing it wrong.'); _root.part = 8; } if (_root.part == 8301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Oh, well. Hmmm... I think it\'s alright. No reason to overthink any of this...'); } if (_root.part == 8302) { _root.talker = _root.officeGirl; _root.texto('I knew! I knew you would understand it!'); } if (_root.part == 8303) { _root.talker = _root.player; _root.texto('... so far. There is no danger in a spaceship filled with muscular girls armed with guns, right?'); _root.part = 8; } if (_root.part == 9) { _root.talker = _root.officeGirl; _root.texto('Don\'t be pragmatic like that Commander ' + _root.player + '. Not everything will bite your ass down on the road.'); } if (_root.part == 10) { _root.talker = _root.player; _root.texto('You should know so far this is how this series roll. Do you remember the first game? Every consequence is carried on!'); } if (_root.part == 11) { _root.talker = _root.officeGirl; _root.texto('What are you talking about?'); } if (_root.part == 12) { _root.talker = _root.player; _root.texto('Sorry, I am just stressed. I didn\'t want to break the fourth wall. At least the guys aren\'t appearing in this. This could get even messier.'); } if (_root.part == 13) { _root.talker = _root.officeGirl; _root.texto('Well, they could appear in the next expansion... Also, I would like a female ' + _root.player + '...'); } if (_root.part == 14) { _root.talker = _root.player; _root.texto('Enough! The things are bad already as it is! Don\'t give him more ideas!'); } if (_root.part == 15) { _root.talker = _root.officeGirl; _root.texto('Fine. By the way, I thinking in something... and I think it would be a great idea!'); } if (_root.part == 16) { _root.talker = _root.officeGirl; _root.texto('Put me your team! I want to kick ass too!'); _root.choiceText1 = 'Great! Another one for the front row!'; _root.choiceText2 = 'I can fix the papers.'; _root.choiceText3 = 'Negative.'; } if (_root.part == 16101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Fine by me! You will be a great cover for bullets! I mean, a great addition for the team. YAY!'); } if (_root.part == 16102) { _root.talker = _root.officeGirl; _root.texto('YAY! I can\'t wait for this! Can I have rocket launches?! Please?'); } if (_root.part == 16103) { _root.talker = _root.player; _root.texto('Sure. Do you know how to fire one?'); } if (_root.part == 16104) { _root.talker = _root.officeGirl; _root.texto('...Of course. Turn the firing hole to the enemy and pull the trigger! Did I got it right.'); } if (_root.part == 16105) { _root.talker = _root.player; _root.texto('Hmmm...I will give you a pea shooter. I mean, a super hand cannon. It\'s nice, you will like it.'); _root.part = 16; } if (_root.part == 16201) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Sure! I can fix the papers for you. You passed by a boot camp right?'); } if (_root.part == 16202) { _root.talker = _root.officeGirl; _root.texto('Isn\'t that place where you are weighted and fill that form with blodd type and stuff?'); } if (_root.part == 16203) { _root.talker = _root.player; _root.texto('Well, I don\'t know. I forged my paperwork...'); } if (_root.part == 16204) { _root.talker = _root.officeGirl; _root.texto('WHAT?'); } if (_root.part == 16205) { _root.talker = _root.player; _root.texto('What? It\'s a Joke! I wouldn\'t never do that! Haha! You will be fine, believe me!'); _root.part = 16; } if (_root.part == 16301) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('I can\'t allow that ' + _root.officeGirl + '. You don\'t know how a battlefield is!'); } if (_root.part == 16302) { _root.talker = _root.officeGirl; _root.texto('Of course I know! And how hard can this be? I have a degree in psychology!'); } if (_root.part == 16303) { _root.talker = _root.player; _root.texto('It\'s not that easy... ok, you got me. Isn\'t really that complicated. But you don\'t know what are you asking! Its horrible out there!'); _root.part = 16; } if (_root.part == 17) { _root.setGraphic('kelly2', 'flex1', 'mid'); _root.talker = _root.officeGirl; _root.texto('I know what your problem is! You can\'t separate the old ' + _root.officeGirl + ' from the new ' + _root.officeGirl + '!'); } if (_root.part == 18) { _root.talker = _root.player; _root.texto('You used the MIGHT a couple of minutes ago. There is no new ' + _root.officeGirl + '!'); } if (_root.part == 19) { _root.setGraphic('kelly2', 'flex2', 'mid'); _root.talker = _root.officeGirl; _root.texto('I will show ya! Come on! Do you want wrestle me on? Don\'t want you to feels these arms areound your neck?!'); } if (_root.part == 20) { _root.talker = _root.player; _root.texto('WHOA! Stand Down! What is happening with you girls. That drug is turning is making you all a bit violent!'); } if (_root.part == 21) { _root.talker = _root.officeGirl; _root.texto('Of course not!! I... I... '); } if (_root.part == 22) { _root.setGraphic('kelly2', 'thinking', 'far'); _root.talker = _root.officeGirl; _root.texto('I confess I got a little angrier than the usual. Strange? Should be there a correlation with the MIGHT?'); } if (_root.part == 23) { _root.talker = _root.player; _root.texto('Of course it is! Are you sure that things isn\'t affecting your mind?'); } if (_root.part == 24) { _root.talker = _root.officeGirl; _root.texto('I am fine Commander.'); } if (_root.part == 25) { _root.talker = _root.player; _root.texto('Are you REALLY SURE?'); } if (_root.part == 26) { _root.talker = _root.officeGirl; _root.texto('GODDAMIT!! I told you I am fine! Why the problem is always with me?! You aren\'t that perfect ' + _root.player + '!'); } if (_root.part == 27) { _root.talker = _root.player; _root.texto('...'); } if (_root.part == 28) { _root.talker = _root.officeGirl; _root.texto('I-I am sorry Commander! I don\'t know what took of me! I guess you right, I may be a bit on the edge. It must be my new carb diet.'); } if (_root.part == 29) { _root.talker = _root.player; _root.texto('Sure its is. Eh, I should leave. I have to plan some stuff.'); } if (_root.part == 30) { _root.talker = _root.officeGirl; _root.texto('I think I did upset you ' + _root.player + '. I did this to show you I am like all the others members of your team. I know I may sound a bit weird sometimes.'); } if (_root.part == 31) { _root.talker = _root.officeGirl; _root.texto('What can I do to show you how better I am now?'); _root.choiceText1 = 'You should wear skirts. The small kind.'; _root.choiceText2 = 'Stop being so pushy!'; _root.choiceText3 = 'You don\'t have to please me.'; } if (_root.part == 31101) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('Well you could wear those skirts. The small and tight type, you know. And You could wear those tiny hats and neck thingy. And heels! Oh man, its been a long time I don\'t see heels.'); } if (_root.part == 31102) { _root.talker = _root.officeGirl; _root.texto('You want me to wear like a flight attendant?'); } if (_root.part == 31103) { _root.talker = _root.player; _root.texto('Yes! How did you know what a flight attendant is?'); } if (_root.part == 31104) { _root.talker = _root.officeGirl; _root.texto('I am psychologist ' + _root.player + '. Do you know what is a sexual obessession disorder?'); } if (_root.part == 31105) { _root.talker = _root.player; _root.texto('You make it sounds like a bad thing. I thought you would be an open minded person!'); } if (_root.part == 31106) { _root.romanceChange('up'); _root.talker = _root.officeGirl; _root.texto('But I am! I would love to hear all your secret passions and obssessions! Gimme a chance!'); } if (_root.part == 31107) { _root.talker = _root.player; _root.texto('You try too hard. You are weird.'); } if (_root.part == 31108) { _root.talker = _root.player; _root.texto('I know...'); _root.part = 31; } if (_root.part == 31201) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('Well, you could stop being so pushy! ' + _root.player + ' do this! ' + _root.player + ' do that! I can\'t breath around you!'); } if (_root.part == 31202) { _root.talker = _root.officeGirl; _root.texto('But that\'s my job! Isn\'t like I am ordering you around! If you read my messages I wouldn\'t have to ask anything to you! Why don\'t you read my reports! WHY?!'); } if (_root.part == 31203) { _root.talker = _root.player; _root.texto('You are doing it again! I can\'t take this pressure!'); } if (_root.part == 31204) { _root.talker = _root.player; _root.texto('WHY?! WHY!!!????'); } if (_root.part == 31205) { _root.romanceChange('down'); _root.talker = _root.officeGirl; _root.texto('FINE! Fine! I will try to not make my job. Happy?'); _root.part = 31; } if (_root.part == 31301) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('But you don\'t need to please me ' + _root.officeGirl + '. Just do your job. You does it very well by the way.'); } if (_root.part == 31302) { _root.talker = _root.officeGirl; _root.texto('R-Really? You never say anything about it.'); } if (_root.part == 31303) { _root.talker = _root.player; _root.texto('But there is nothing to say!'); } if (_root.part == 31304) { _root.romanceChange('down'); _root.talker = _root.officeGirl; _root.texto('I am that meaningless to you! I knew it!'); } if (_root.part == 31305) { _root.talker = _root.player; _root.texto('I didn\'t say that! You said that! I am saying your job is good, I don\'t have anything to complaint!'); } if (_root.part == 31306) { _root.talker = _root.officeGirl; _root.texto('But not good enough to receive some praise. Your words hurts. But it may be the truth...'); _root.part = 31; } if (_root.part == 32) { _root.talker = _root.officeGirl; _root.texto('I guess I should change my behavior to deserve your attention, am I not right? Like those Sinful Sluts from Corderia website?'); } if (_root.part == 33) { _root.talker = _root.player; _root.texto('Urgh...? I don\'t know what you are talking about...'); } if (_root.part == 34) { _root.talker = _root.officeGirl; _root.texto('I think you may not know, but all your net activity passes through my desk. Don\'t worry, I remove these... personal information from my reports. No one should know that.'); } if (_root.part == 35) { _root.talker = _root.player; _root.texto('Thanks! I mean... that must be Garrus doing. He always ask to use my personal computer. And my credit card! You can\'t trust no one in these days! Alright? Moving on...'); _root.part = 500; } if (_root.part == 36) { _root.talker = _root.officeGirl; _root.texto('You don\'t have to hid things from me, you know? I am your closest friend you know? I could be much more! I know what is to have a...'); } if (_root.part == 37) { _root.talker = _root.officeGirl; _root.texto('...a hidden persona.'); _root.choiceText1 = 'We all have secrets.'; _root.choiceText2 = 'Not me. I am all badass.'; _root.choiceText3 = 'I wanted to be a chef!'; } if (_root.part == 37101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('We all have secrets. But luckly they mean little for anyone, they are just mine. Only me can decides if I reveal it or not.'); } if (_root.part == 37102) { _root.talker = _root.officeGirl; _root.texto('Hmmm... Now I am more curious than before! We could exchange intimacies... I can tell you ' + _root.bossyGirl + ' weak spots...'); } if (_root.part == 37103) { _root.talker = _root.player; _root.texto('You mean... what are you talking about... weak spots?'); } if (_root.part == 37104) { _root.talker = _root.officeGirl; _root.texto('Tee-hee! Don\'t be a prude! Weak spots! She really crawls the walls when I do it. You know, she may says no, but her body just begs for it!'); } if (_root.part == 37105) { _root.talker = _root.player; _root.texto('I-I see! Just send me a detailed report about it. I-I\'ll think in something nice to exchange for it.'); } if (_root.part == 37106) { _root.talker = _root.officeGirl; _root.texto('No deal! You deliver the goods first!'); _root.part = 37; } if (_root.part == 37201) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('This psycho-sissy bullshit doesn\'t work with me girl. I am a fulltime BADASS. Even sleeping, taking a crappy, I kick ass. Stick with me and you\'ll see. Ass kicking 24/7!'); } if (_root.part == 37202) { _root.talker = _root.officeGirl; _root.texto('Sure. You are awesome Commander. I believe no one is better than you in the entire universe.'); } if (_root.part == 37203) { _root.talker = _root.player; _root.texto('You know it.'); } if (_root.part == 37204) { _root.talker = _root.officeGirl; _root.texto('I know.'); } if (_root.part == 37205) { _root.talker = _root.player; _root.texto('Yeah.'); _root.part = 37; } if (_root.part == 37301) { _root.paragonChange(2); _root.talker = _root.player; _root.texto('I always wanted to say it... I can hold this in my chest anymore! I always wanted to be a CHEF!'); } if (_root.part == 37302) { _root.talker = _root.officeGirl; _root.texto('Chief? You want to be a Master Chief? I am sorry Commander but that is a completely different franchise...'); } if (_root.part == 37303) { _root.talker = _root.player; _root.texto('A CHEF! A cuisine chef! I always wanted to cook! I discovered this passion when I was in the academy! My life changed in that rainy night...'); } if (_root.part == 37304) { _root.talker = _root.officeGirl; _root.texto('Wait a moment Commander. I think we should stop this right now.'); } if (_root.part == 37305) { _root.talker = _root.player; _root.texto('Why? Didn\'t you wanted to see what is inside of the little tiny box called ' + _root.player + '?'); } if (_root.part == 37306) { _root.romanceChange('down'); _root.talker = _root.officeGirl; _root.texto('Yeah, but I changed my mind. Let\'s just focus in saving the universe, shall we?'); _root.part = 37; } if (_root.part == 38) { _root.talker = _root.player; _root.texto('Ok! Good talk! Today was pretty tiresome, I would prefer facing hundreds of Rippers than these girls. Tidy your desk a bit. I am OUT.'); } if (_root.part == 39) { _root.talker = _root.officeGirl; _root.texto('GrrrRRRR!!!'); } if (_root.part == 40) { _root.talker = _root.player; _root.texto('Huh?'); } if (_root.part == 41) { _root.talker = _root.officeGirl; _root.texto('You know what is your problem ' + _root.player + '?!'); } if (_root.part == 42) { _root.talker = _root.player; _root.texto('I can\'t s...'); } if (_root.part == 43) { _root.talker = _root.officeGirl; _root.texto('SHUT THE HELL UP YOU DUMB FUCK!'); } if (_root.part == 44) { _root.talker = _root.officeGirl; _root.texto('I will not let you look down on me anymore! I am smarter than you, I can kick your ass!'); } if (_root.part == 45) { _root.talker = _root.player; _root.texto('Whoa! Hey... WHOA! Wait a minute!'); } if (_root.part == 46) { _root.setGraphic('kelly2', 'fmg', 'far'); _root.scene = 'one'; _root.talker = _root.officeGirl; _root.texto('Come on! Fell these guns! Look to them! This is no toy BITCH!'); } if (_root.part == 47) { _root.talker = _root.player; _root.texto('Yes, they look great enough but... they are just muscles...'); } if (_root.part == 48) { _root.setGraphic('kelly2', 'fmg', 'far'); _root.scene = 'two'; _root.talker = _root.officeGirl; _root.texto('REALLY? Let me shove this down your throath and you tell me if they are enough for you!!'); } if (_root.part == 49) { _root.talker = _root.player; _root.texto('Stop that ' + _root.officeGirl + '! You don\'t need to speak like this! That\'s not you!'); } if (_root.part == 50) { _root.talker = _root.officeGirl; _root.texto('HAhahAHAHAhahA! Stop patronizing me! Do you think I have dad issues?! Look this closely!'); } if (_root.part == 51) { _root.setGraphic('kelly2', 'fmg', 'far'); _root.scene = 'three'; _root.talker = _root.officeGirl; _root.texto('HELL YEAH!! GOD! This is SO GOOD! I barely can hear my muscles popping!'); } if (_root.part == 52) { _root.talker = _root.player; _root.texto('Be careful with this ' + _root.officeGirl + '! We don\'t if there is any consequencing for... for... all that flexing!'); } if (_root.part == 53) { _root.talker = _root.officeGirl; _root.texto('I DON\'T GIVE A FUCK!! I have to see! I HAVE TO SEE HOUW BIGGER I CAN GET!!'); } if (_root.part == 54) { _root.setGraphic('kelly2', 'fmg', 'far'); _root.scene = 'four'; _root.talker = _root.officeGirl; _root.texto('OOOHHHHHHHH!!! I AM HUGE!! HUGE!!!'); } if (_root.part == 55) { _root.talker = _root.officeGirl; _root.texto('AAAAAAAHHHHhhhhhhAAAAAHHHHHhhhnnnnNNNNNnn!!!'); } if (_root.part == 56) { _root.talker = _root.player; _root.texto('...'); } if (_root.part == 57) { _root.talker = _root.officeGirl; _root.texto('Huge... hum... unf...!'); } if (_root.part == 58) { _root.setGraphic('kelly2', 'fmg', 'far'); _root.scene = 'five'; _root.talker = _root.officeGirl; _root.texto('Forgive me for... all of this Commander. I don\'t know what took it of me! I never felt so much... LUST!!'); } if (_root.part == 59) { _root.talker = _root.player; _root.texto('I-It\'s okay. It wasn\'t the first time today. I guess this was a tiresome day for you too. Take the rest of the day off.'); } if (_root.part == 60) { _root.talker = _root.officeGirl; _root.texto('Alright. Thank you, I don\'t know what to say. Should I make a report of this... incident?'); } if (_root.part == 61) { _root.talker = _root.player; _root.texto('About you trying to clobber me? No, it\'s okay. I got everything on first hand.'); } if (_root.part == 62) { _root.talker = _root.officeGirl; _root.texto('I see... I need to rest commander. My body is still... pumping... C-Can I...'); } if (_root.part == 63) { _root.talker = _root.player; _root.texto('You are dismissed ' + _root.officeGirl + '. Have a good rest.'); } if (_root.part == 64) { _root.setGraphic('kelly2', 'fmg', 'far'); _root.scene = 'six'; _root.talker = _root.officeGirl; _root.texto('Thank you commander.'); } if (_root.part == 65) { _root.talker = _root.player; _root.texto('...'); } if (_root.part == 66) { _root.talker = _root.player; _root.texto('No side effects my ASS! These chicks wants me dead and buried! I need to make sure my escape pod is good to go anytime!'); _root.FirstEncounterKelly = 'complete'; _root.goToMap(); } if (_root.part == 501) { _root.talker = _root.officeGirl; _root.setGraphic('kelly2', 'angry', 'close'); _root.texto('NOT SO FAST! I want you to do something for me, Commander. I think I deserve it.'); } if (_root.part == 502) { _root.talker = _root.player; _root.texto('How so?'); } if (_root.part == 503) { _root.setGraphic('kelly2', 'normal', 'mid'); _root.talker = _root.officeGirl; _root.texto('I want you to acquire some documents for me.'); } if (_root.part == 504) { _root.talker = _root.player; _root.texto('A document? But it\'s you who handles that for me!'); } if (_root.part == 505) { _root.talker = _root.officeGirl; _root.texto('Gosh! I am not talking about these kind of documents. It\'s... it\'s... complicated! I just want you to help me! If it ' + _root.blueGirl + ' you would already agreed to help!'); } if (_root.part == 506) { _root.talker = _root.player; _root.texto('Calm down! I didn\'t say that! I need to know what do you want first! Is it... hidden?'); } if (_root.part == 507) { _root.setGraphic('kelly2', 'thinking', 'close'); _root.talker = _root.officeGirl; _root.texto('Well, kinda... I want the medical files of the crew. Your crew more precisily. The... girls.'); } if (_root.part == 508) { _root.talker = _root.player; _root.texto('You want the medical files of the female members of my team?'); } if (_root.part == 509) { _root.setGraphic('kelly2', 'angry', 'far'); _root.talker = _root.officeGirl; _root.texto('SHHHHHHHHHH! Yeah! That\'s it! You will do it or not?'); } if (_root.part == 510) { _root.talker = _root.player; _root.texto('What for you need that?! Are you suspecting something wrong is going on? Tell me!'); } if (_root.part == 511) { _root.setGraphic('kelly2', 'angry', 'close'); _root.talker = _root.officeGirl; _root.texto('No! I just want to... check some things. It\'s nothing dangerous. I just want to see. I MUST SEE IT!'); } if (_root.part == 512) { _root.talker = _root.player; _root.texto(_root.officeGirl + '... This isn\'t smelling alright. I see you have some motives behind. I can\'t help you this way.'); } if (_root.part == 513) { _root.setGraphic('kelly2', 'angry', 'far'); _root.talker = _root.officeGirl; _root.texto('GRRRRRrrrr...! If you don\'t this I will send the financial of your credit account to ' + _root.bossyGirl + '! I will do it!'); } if (_root.part == 514) { _root.talker = _root.player; _root.texto('So?'); } if (_root.part == 515) { _root.setGraphic('kelly2', 'shy', 'mid'); _root.talker = _root.officeGirl; _root.texto('She will love to know you spent 300000 credits in Sweet Smash! And, and you spent 100000 credits in a site called BIG GIRLS WITH HUGE AND HARD DI...'); } if (_root.part == 516) { _root.talker = _root.player; _root.texto('SHHHHHHHHHHHHHHHHHH!!! What the hell! How do you know that?! Are you spying on me?!'); } if (_root.part == 517) { _root.setGraphic('kelly2', 'angry', 'close'); _root.talker = _root.officeGirl; _root.texto('It\'s my fucking job to pay your bills! And I can send a lot of others things! Like for example that publicity scheme you have on Citadel...'); } if (_root.part == 518) { _root.talker = _root.officeGirl; _root.texto('Do we have a deal?'); _root.choiceText1 = 'Accept the quest.'; _root.choiceText2 = 'Refuse the quest.'; _root.choiceText3 = 'Negotiate.'; } if (_root.part == 518101) { _root.talker = _root.player; _root.texto('Fine! I do it. Space Jesus! I don\'t believe you are blackmailing me! You of all people!'); } if (_root.part == 518102) { _root.setGraphic('kelly2', 'shy', 'far'); _root.talker = __root.officeGirl; _root.texto('... I-I am... so...'); } if (_root.part == 518103) { _root.setGraphic('kelly2', 'shy', 'close'); _root.talker = _root.officeGirl; _root.texto('Wait! That means I am bad girl, doesn\'t it? Tee-hee! I knew I could be one!!!'); _root.part = 518; } if (_root.part == 518201) { _root.talker = _root.player; _root.texto('Pfff! Go ahead. This is the best you could dig about me? You will find more shameful and evil deeds of mine in the toilet of my cabin.'); } if (_root.part == 518202) { _root.setGraphic('kelly2', 'thinking', 'mid'); _root.talker = _root.officeGirl; _root.texto('You really don\'t care about it? Don\'t you are afraid the people may discover about you? Me for example, I would die if somethings from me came to light...'); } if (_root.part == 518203) { _root.talker = _root.player; _root.texto('The important thing is I know the truth: I am a rotten, indecent and deceptive bastard to the core. This way every night I can sleep like a baby without giving a single fuck.'); } if (_root.part == 518204) { _root.setGraphic('kelly2', 'sad', 'far'); _root.talker = _root.officeGirl; _root.texto('Oh Commmander... You are so... BADASS! I mean... I am pissed about it, but... OH... You are the real deal!'); _root.part = 35; } if (_root.part == 518301) { _root.talker = _root.player; _root.texto('I see... I hope you prepared to go forward with your bluff. It may have consequences.'); } if (_root.part == 518302) { _root.setGraphic('kelly2', 'angry', 'mid'); _root.talker = _root.officeGirl; _root.texto('I am not bluffing! This is the truth!'); } if (_root.part == 518303) { _root.talker = _root.player; _root.texto('Let\'s look for ' + _root.bossyGirl + '.'); } if (_root.part == 518305) { _root.setGraphic('kelly2', 'smile', 'far'); _root.talker = _root.officeGirl; _root.texto('Yeah! Let\'s do it! YEAH!! YEEAAAHHHHH!!!'); } if (_root.part == 518306) { _root.talker = _root.officeGirl; _root.texto('...'); } if (_root.part == 518307) { _root.setGraphic('kelly2', 'sad', 'close'); _root.talker = _root.officeGirl; _root.texto('I CAN\'T!!! I have no guts! I am not confident! I am afraid of authority! I can\'t even push a postal office clerk! I SUCK!'); } if (_root.part == 518308) { _root.talker = _root.player; _root.texto('It\'s enough. Put yourself back together!'); } if (_root.part == 518309) { _root.setGraphic('kelly2', 'shy', 'close'); _root.talker = _root.officeGirl; _root.texto('I\'m fine. I don\'t know how do you manage to stay in control of the situation all the time. You don\'t give a single step back. You really are special.'); } if (_root.part == 518310) { _root.talker = _root.player; _root.texto('Not that much. It\'s a mix of bravery and madness.'); } if (_root.part == 518311) { _root.talker = _root.officeGirl; _root.texto('I could use some of that! I know I am the weak link here. The worse part I don\'t know how I can fix that.'); } if (_root.part == 518312) { _root.talker = _root.player; _root.texto('I get it, ' + _root.officeGirl + '. I will take these medical documents and show to you we all are the same, we have flaws and no one here is that special as you think.'); } if (_root.part == 518313) { _root.setGraphic('kelly2', 'normal', 'mid'); _root.talker = _root.officeGirl; _root.texto('Thank you Commander ' + _root.player + '.'); } if (_root.part == 519) { _root.talker = _root.player; _root.texto('So, I bet I can ask ' + _root.doctorGirl + ' for those medical reports.'); } if (_root.part == 520) { _root.setGraphic('kelly2', 'normal', 'close'); _root.talker = _root.officeGirl; _root.texto('Wait! You can\'t ask her that. She is a medic. she can\'t reveal details about her patients without a formal requirement.'); } if (_root.part == 521) { _root.setGraphic('kelly2', 'smile', 'mid'); _root.talker = _root.player; _root.texto('Alright. How do i get these reports? It\'s one her Computer?'); } if (_root.part == 522) { _root.setGraphic('kelly2', 'thinking', 'mid'); _root.talker = _root.officeGirl; _root.texto('It\'s not there. I searched for it. She might be using another device to store that data. Or she just hides it. Hmmmm...'); } if (_root.part == 523) { _root.talker = _root.player; _root.texto('Don\'t jump to conclusions! Doctor ' + _root.doctorGirl + ' is a damn fine professional, there is a good reason for whatever she does. I can vouch for her.'); } if (_root.part == 524) { _root.setGraphic('kelly2', 'smile', 'far'); _root.talker = _root.officeGirl; _root.texto('Sigh... I would love to hear you defend me with this kind of passion...!'); } if (_root.part == 525) { _root.setGraphic('kelly2', 'shy', 'close'); _root.talker = _root.officeGirl; _root.texto('I will do my best to deserve the same attention ' + _root.player + '-senpai!'); } if (_root.part == 526) { _root.talker = _root.player; _root.texto('Senpa what?'); } if (_root.part == 527) { _root.setGraphic('kelly2', 'sad', 'far'); _root.talker = _root.officeGirl; _root.texto('GAH! Don\'t mind me please! Doctor ' + _root.doctorGirl + ' is on her break. This is your best chance!'); } if (_root.part == 528) { _root.fadeMC = 'in'; _root.talker = _root.player; _root.texto('Some minutes later...'); } if (_root.part == 529) { _root.fadeMC = 'out'; _root.setGraphic('quest1', 'vazio', 'fixedFar'); _root.setBG = 'sickBay'; _root.talker = _root.player; _root.texto(_root.officeGirl + ' is right. She isn\'t here. I confess I am not happy about barging in her workplace. Well, no time to waste!'); } if (_root.part == 530) { _root.talker = _root.player; _root.setGraphic('quest1', 'vazio', 'fixedFar'); _root.texto('Where do I find those medical files?'); _root.choiceText1 = 'Exam machine.'; _root.choiceText2 = 'Cabinet.'; _root.choiceText3 = 'Data Pad.'; } if (_root.part == 530201) { if (find1 == true) { _root.texto('I already searched in there.'); _root.part = 529; } else { _root.talker = _root.player; _root.texto('Let\'s try this cabinet.'); } } if (_root.part == 530202) { _root.talker = _root.player; _root.texto('It\'s open. Oooops. What is this... Is this... booze? A lot of it!'); } if (_root.part == 530203) { _root.talker = _root.player; _root.texto('I knew ' + _root.doctorGirl + ' enjoys some hard water, but damn! She does have a really big collection! I barely can tell what is half of them.'); } if (_root.part == 530204) { _root.talker = _root.player; _root.texto('Should I confiscate this? I mean, she is a medic for God sake, she shouldn\'t have work wasted! But I never saw her drunk. Or she is one of those always drunk kind of person?'); } if (_root.part == 530205) { _root.talker = _root.player; _root.texto('Decisions! Decisions! I don\'t like binary decisions, this means one of them is the wrong one! Dammit! Did i saved the game before entering this room? Why He didn\'t implemented auto-save?'); } if (_root.part == 530206) { _root.talker = _root.player; _root.texto('There is something below of the glass cup.'); } if (_root.part == 530207) { _root.talker = ''; _root.setGraphic('quest1', 'card', 'fixedFar'); _root.texto('YOU FOUND A BIO SHEET! Check the extra section on the start screen to display it.'); } if (_root.part == 530208) { _root.talker = _root.player; _root.texto('Nice, it\'s one of those cards with hot data! I will keep it.'); } if (_root.part == 530209) { _root.talker = _root.player; _root.texto('Let\'s leave this untouched! I will make sure to check if she is sobber before stiching me up next time.'); find1 = true; _root.part = 529; } if (_root.part == 530301) { if (find2 == true) { _root.texto('I already searched in there.'); _root.part = 522; } else { _root.talker = _root.player; _root.texto('She left her data pad over the table. Let\'s check it.'); } } if (_root.part == 530302) { _root.talker = _root.player; _root.texto('It\'s a log about the last week appointments. We may get something out of this.'); } if (_root.part == 530303) { _root.talker = _root.player; _root.texto('Hmmm... ' + _root.blueGirl + ' is concerned by those freckles on her face. I don\'t mind them.'); } if (_root.part == 530304) { _root.talker = _root.player; _root.texto(_root.punkGirl + ' insists she does have a serious case of glaucoma. But she doesn\'t want pills or injections, she wants a natural alternative. HA! I Already tried that!'); } if (_root.part == 530305) { _root.talker = _root.player; _root.texto(_root.quarianGirl + ' wants another sequence of exams. She says her throath is a bit sore and she might be dying. The doctor agreed to check on her by Feb 30. That\'s mean.'); } if (_root.part == 530306) { _root.talker = _root.player; _root.texto('And ' + _root.justicarGirl + ' is asking again if someone is afflicted by some terminal disease. She says she is available if anyone wishs a quick departure by duel to the death. How sweet!'); } if (_root.part == 530307) { _root.talker = _root.player; _root.texto(_root.bossyGirl + ' remarked again her orthodontical procedure to fix her buck teeth. That was the 37th time she did that. That\'s dumb, who looks to her teeth when she haves ALL that!'); } if (_root.part == 530308) { _root.talker = _root.player; _root.texto(_root.officeGirl + ' wants to do a series of comestic surgery: Breast implants, glutteal, lip, lipoaspiration, remove some ribs... WHAT THE HELL? She wants to color her skin of blue?'); } if (_root.part == 530309) { _root.talker = _root.player; _root.texto('Space Jesus! I can\'t read it anymore! Girl\'s secrets are horrofying! It challenges logic and common sense! I must preserve my sanity... for the universe!'); } if (_root.part == 530310) { _root.talker = _root.player; _root.texto('Wait. There is card inserted in the pad. What is it?'); } if (_root.part == 530311) { _root.setGraphic('quest1', 'card', 'fixedFar'); _root.talker = _root.player; _root.texto('YOU FOUND A BIO SHEET! Check the extra section on the start screen to display it.'); } if (_root.part == 530312) { _root.talker = _root.player; _root.texto('Shit! I don\'t have guts to look inside of this! I will check this later.'); find2 = true; _root.part = 529; } if (_root.part == 530101) { _root.talker = _root.player; _root.texto('If' + _root.officeGirl + ' is correct, the data must be stored in somewhere else. Let\'s try this... thing.'); } if (_root.part == 530102) { _root.talker = _root.player; _root.texto('It\'s one of those scan-bed machines. There is a console attached to it. It can\'t be harder than activating a thermo nuclear bomb.'); } if (_root.part == 530103) { _root.talker = _root.player; _root.texto('Gah! It is! It\'s fucking DOS! What is this? 1980? Shit! Goddamit! C:... where is the fucking slash key...'); } if (_root.part == 530104) { _root.talker = _root.player; _root.texto('Here! FILES directory! I found it! And I am not even a engineer! I should receive the bonus of that class, right?'); } if (_root.part == 530105) { _root.talker = _root.player; _root.texto('Got it! Medical files. All of them! This was so easy! I am master hacker! Let\'s copy those files... Hey! There is a folder with my name!'); } if (_root.part == 530106) { _root.talker = _root.player; _root.texto('... mental evaluation... narcisistic tendencies... mysoginistic... ME? I love the babes! This is completely wrong! How that bitch dare to call me mysog...ini... THAT!'); } if (_root.part == 530107) { _root.talker = _root.player; _root.texto('I have to re-write this! The truth must prevail! ' + _root.player + '... is... awesome. Stuff... of dreams. RIGHT ON! Honest... single... Family values... love animals... snakes not so much...'); } if (_root.part == 530108) { _root.talker = _root.player; _root.texto('Now this is a fucking mental evaluation! Alright! Let\'s copy these files and get the fuck out of here!'); _root.part = 530; } if (_root.part == 531) { _root.fadeMC = 'in'; _root.talker = _root.player; _root.texto('Some minutes later...'); } if (_root.part == 532) { _root.fadeMC = 'out'; _root.setBG = 'bridge'; _root.setGraphic('kelly2', 'smile', 'far'); _root.talker = _root.officeGirl; _root.texto('Tell me you got it! Wait... just blink your eyes to me! Blink with left eye if you got it, blink with the right if you don\'t got it. And blink both eyes if you got it but you have not...'); } if (_root.part == 533) { _root.talker = _root.player; _root.texto('Here is the file.'); } if (_root.part == 534) { _root.setGraphic('kelly2', 'shy', 'close'); _root.talker = _root.officeGirl; _root.texto('THANK YOU! SSSHSHHHHHHH! Silence!! Thank you... thank you...'); } if (_root.part == 535) { _root.talker = _root.player; _root.texto('You are welcome! I hope you this helps you... whatever you decide to do.'); } if (_root.part == 536) { _root.talker = _root.officeGirl; _root.texto('Yes... it will... yesssss... kukukukuku...'); } if (_root.part == 537) { _root.talker = _root.player; _root.texto('Right! Let\'s return to the... normal. Shall we?'); _root.part = 35; } } frame 9 { _root.setBG = 'end1Place'; if (_root.part == 1) { _root.setGraphic('endAct1', 'vazio', 'fixedFar'); _root.wait(100); } if (_root.part == 2) { _root.setGraphic('endAct1', 'chakwas', 'fixedFar'); _root.talker = _root.hiddenGirl1; _root.texto('So... our dear little ' + _root.player + ' found already what we\'ve be doing.'); } if (_root.part == 3) { _root.setGraphic('endAct1', 'liara', 'fixedFar'); _root.talker = _root.hiddenGirl2; _root.texto('What do you think?\n What do you you think he will do?'); } if (_root.part == 4) { if (_root.paragonStatus == 1) { _root.part = 4101; } if (_root.paragonStatus == 2) { _root.part = 4201; } if (_root.paragonStatus == 3) { _root.part = 4301; } } if (_root.part == 4301) { _root.setGraphic('endAct1', 'chakwas', 'fixedFar'); _root.talker = _root.hiddenGirl1; _root.texto('Believe me, he does looks tough and fearless. But behind all that military man mask, he is just a kitten.\n A scared little kitten.'); _root.part = 4; } if (_root.part == 4201) { _root.setGraphic('endAct1', 'chakwas', 'fixedFar'); _root.talker = _root.hiddenGirl1; _root.texto('Ah! Don\'t worry my dear!\n He will not take any action at all!\n He thinks he\'s safe among us! That fool!'); _root.part = 4; } if (_root.part == 4101) { _root.setGraphic('endAct1', 'chakwas', 'fixedFar'); _root.talker = _root.hiddenGirl1; _root.texto('It might be... troublesome.\n But don\'t you worry my darlings, the more he struggle more painfull this will be to him. It will be fun to see him realize that.'); _root.part = 4; } if (_root.part == 5) { _root.talker = _root.hiddenGirl1; _root.texto('Anyway, ' + _root.player + ' isn\'t worth of any concern.\n We should move to next stage of the plan.'); } if (_root.part == 6) { _root.talker = _root.hiddenGirl1; _root.texto('Thanks to MIGHT, you all will be able to handle your loose ends without any assistance from that silly excuse of a leader.'); } if (_root.part == 7) { if (_root.paragonStatus == 1) { _root.part = 7101; } if (_root.paragonStatus == 2) { _root.part = 7201; } if (_root.paragonStatus == 3) { _root.part = 7301; } } if (_root.part == 7301) { _root.setGraphic('endAct1', 'miranda', 'fixedFar'); _root.talker = _root.hiddenGirl2; _root.texto('I agree, we don\'t need that rotten piece of shit, womanizer, sexist, bastard... I want him below my heel!'); _root.part = 7; } if (_root.part == 7201) { _root.setGraphic('endAct1', 'samara', 'fixedFar'); _root.talker = _root.hiddenGirl2; _root.texto('It\'s was about time!\n His cowardice and lack of self respect are filthy!\n He doesn\'t deseve to be among of us! He should be extirped from this vessel!'); _root.part = 7; } if (_root.part == 7101) { _root.setGraphic('endAct1', 'tali', 'fixedFar'); _root.talker = _root.hiddenGirl2; _root.texto('He isn\'t that bad, he is just doing what he thinks is right. We just need to be more... persuasive.'); } if (_root.part == 7102) { _root.setGraphic('endAct1', 'jack', 'fixedFar'); _root.talker = _root.hiddenGirl2; _root.texto('A control-freak is what he really is! I am tired of being handled like a fucking chess piece!\n No one ows me!'); _root.part = 7; } if (_root.part == 8) { _root.setGraphic('endAct1', 'chakwas', 'fixedFar'); _root.talker = _root.hiddenGirl1; _root.texto('Enough, time is of the essence. Take this oportunity to expand your horizons.\n The more you struggle, more power MIGHT will give to you!'); } if (_root.part == 9) { _root.talker = _root.hiddenGirl2; _root.texto('Lets meet again soon. Then we\'ll give one more step toward my...\n OUR goal.'); } if (_root.part == 10) { _root.talker = _root.hiddenGirl2; _root.texto(_root.player + ' will not see us coming...'); } if (_root.part == 11) { _root.setGraphic('endAct1', 'chakwas', 'close'); _root.talker = _root.hiddenGirl2; _root.texto('... FOR HIS HEAD!!'); _root.eventChange(10); } } frame 10 { _root.setBG = 'shepBedroom'; if (_root.part == 1) { _root.setGraphic('intro2', 'cena1', 'fixedFar'); _root.wait('med'); } if (_root.part == 2) { _root.showAct(); _root.talker = _root.player; _root.texto('Unnnngh... stop ' + _root.garrusName + '...\n I don\'t... roll like that... *mumble*... hey... put that thing back...\n ....No... guh... get back...'); } if (_root.part == 3) { _root.setGraphic('intro2', 'cena2', 'close'); _root.talker = _root.player; _root.texto('NNnnNNNNNNNNNNNnnnnnNNNNNNNOOOOOOOOOOOooooOOOOOOOOOOOOooooooooooooooooooOOOOOOOOOOOOOOOOOOOOoooooooooOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOooOOOOOoOOOOOOOoOOO!!!'); } if (_root.part == 4) { _root.talker = _root.player; _root.texto('*Pant* HUMPH! Shit!\n What nightmare!!\n I thought for a second this is was one of those kind of games!'); } if (_root.part == 5) { _root.talker = _root.player; _root.texto('ALRIGHT!\n Time to comandeering around!\n The universe can\'t be saved by itself!'); } if (_root.part == 6) { _root.talker = _root.player; _root.texto('It\'s being too calm these days... \n' + _root.officeGirl + ' isn\'t bothering with those e-mails anymore...\n ' + _root.bossyGirl + ' isn\'t ordering me around...'); } if (_root.part == 7) { _root.talker = _root.player; if (_root.paragonStatus == 1) { _root.texto('DAMN IT!\n Something is happening! I feel it in my bones!\n WHERE IS MY GUN?!'); } if (_root.paragonStatus == 2) { _root.texto('I LOVE IT!\n First time I am having a blast since I returned from the grave!\n Being alive really kicks-ass!'); } if (_root.paragonStatus == 3) { _root.texto('FUCK IT!\n They know what they\'re doing!! It\'s no like I am responsible for them.\n Fuck it. Where is my coffee?'); } } if (_root.part == 8) { _root.talker = _root.player; _root.texto('Wait a minute... what if that ROID thing they used KILLED them! Or worse, turned them in ZOMBIES!!\n No, it can\'t be... this is horrifying... and LAME on the same time!'); } if (_root.part == 9) { _root.talker = _root.player; _root.texto('DAMN IT!\n I could send a security officer to check them... or I could barge in their cabins unoticied... and...hmmm... panty raid... on space...\n Hum...'); } if (_root.part == 10) { _root.talker = _root.player; _root.texto('The rewards totally makes the risk worth to be taken!\n And it\'s moraly acceptable for me to do that, after all this is a ship and I am its Captain!'); } if (_root.part == 11) { _root.talker = _root.player; _root.texto('CHALLENGE ACCEPTED!'); _root.SecondEncounterLiara = 'available'; _root.SecondEncounterJack = 'available'; _root.SecondEncounterMiranda = 'available'; _root.SecondEncounterSamara = 'available'; _root.SecondEncounterTali = 'available'; _root.SecondEncounterKelly = 'available'; _root.goToMap(); } } frame 11 { _root.setBG = 'liaraPlace'; if (_root.part == 1) { _root.wait('long'); _root.setGraphic('liara2', 'special1', 'fixedFar'); _root.scene = 'one'; } if (_root.part == 2) { _root.talker = _root.player; _root.texto('I am in! This is really exciting! It\'s like breaking in on a collector\'s dreadnought!'); } if (_root.part == 3) { _root.talker = _root.player; _root.texto('But far DANGEROUS! I really don\'t know what these blue girls hides in their closets!'); } if (_root.part == 4) { _root.talker = _root.player; _root.texto('The place is tidy. Everything clean and in place.'); } if (_root.part == 5) { _root.talker = _root.player; _root.texto('Let\'s see... books... pens... memory drives... books... HA! A secret compartment!'); } if (_root.part == 6) { _root.talker = _root.player; _root.texto('... And more books. And its the worse kind, no pictures on them.'); } if (_root.part == 7) { _root.talker = _root.player; _root.texto('Shit, even her secret stash is DULL!'); } if (_root.part == 8) { _root.talker = _root.blueGirl; _root.texto('Who is dull?'); } if (_root.part == 9) { _root.wait('extra'); _root.setGraphic('liara2', 'special2', 'fixedClose'); _root.scene = 'one'; } if (_root.part == 10) { _root.talker = _root.player; _root.texto('OH! You\'re back! Wait a minute! Where are you gone? I was looking for you... and...'); } if (_root.part == 11) { _root.talker = _root.player; _root.texto('...You got bigger, don\'t you? Are you still taking that MIGHT thing?'); } if (_root.part == 12) { _root.setGraphic('liara2', 'thinking', 'mid'); _root.talker = _root.blueGirl; _root.texto('No, its not necessary anymore. Once he is injected, their nano-agents multiply and build several micro-lin...'); } if (_root.part == 13) { _root.talker = _root.player; _root.texto('GOT IT. Please, this science talking makes me look dumb. Are you saying that muscle growing process is... continuous? For ever?'); } if (_root.part == 14) { _root.talker = _root.blueGirl; _root.texto('Affirmative. That\'s all? I am busy commander, could you...'); } if (_root.part == 15) { _root.talker = _root.player; _root.texto('I know that clothes... that bitc... I mean, your mother used something like that, right?'); } if (_root.part == 16) { _root.setGraphic('liara2', 'smile', 'mid'); _root.talker = _root.blueGirl; _root.texto('Yes. This is fitting for my high position now. Don\'t you agree?'); _root.choiceText1 = 'It\'s not much practical.'; _root.choiceText2 = 'Yea... you look real mean!'; _root.choiceText3 = 'I prefered it on your mother.'; } if (_root.part == 16101) { _root.talker = _root.player; _root.texto('I am sorry ' + _root.blueGirl + ', but i am not the ideal person to comment on that. But I can say it\'s not much practical for a militay ambient.'); } if (_root.part == 16102) { _root.setGraphic('liara2', 'shy', 'mid'); _root.talker = _root.blueGirl; _root.texto('True. But I don\'t need armors and suits anymore to assert my combat superiority anymore. I could just not wear anything more... that would be more efficient?'); } if (_root.part == 16103) { _root.talker = _root.player; _root.texto('I-I don\'t know. Please don\'t do that, I can\'t have you walking around naked! We are at war! We need to have to focus on the mission!'); } if (_root.part == 16104) { _root.setGraphic('liara2', 'shy', 'close'); _root.talker = _root.blueGirl; _root.texto('Oh, no... I don\'t want to... distract your mind, Commander. I will keep me on check.'); } if (_root.part == 16105) { _root.talker = _root.player; _root.texto('Thanks.'); _root.part = 16; } if (_root.part == 16201) { _root.talker = _root.player; _root.texto('Yeah! You like a mean and evil witch!'); } if (_root.part == 16202) { _root.setGraphic('liara2', 'angry', 'close'); _root.talker = _root.blueGirl; _root.texto('... how so?'); } if (_root.part == 16203) { _root.talker = _root.player; _root.texto('I mean... a really good looking and self-empowering witch! Sorcerer I mean!'); _root.part = 16; } if (_root.part == 16301) { _root.talker = _root.player; _root.texto('I don\'t know... I did prefer that dress on your late mother... what pair of TITS! They looked they could jump off the dress anytime! DAMN! She looked so FINE!'); } if (_root.part == 16302) { _root.setGraphic('liara2', 'sad', 'far'); _root.talker = _root.blueGirl; _root.texto('I...I... My bust is much bigger than my mother! I measured... I am sure... this dress is three times larger in the...'); } if (_root.part == 16303) { _root.setGraphic('liara2', 'thinking', 'mid'); _root.talker = _root.blueGirl; _root.texto(_root.player + '... are you trying to provoke me, don\'t you? You did fail... I am... I...am not upset.'); } if (_root.part == 16304) { _root.talker = _root.player; _root.texto('Who? Little me? NEVER! Gee! But seriously...'); } if (_root.part == 16305) { _root.talker = _root.player; _root.texto('Your mother\'s death. It was one of my biggest regrets.'); } if (_root.part == 16306) { _root.setGraphic('liara2', 'sad', 'close'); _root.talker = _root.blueGirl; _root.texto(_root.player + '...'); } if (_root.part == 16307) { _root.talker = _root.player; _root.texto('What I wouldn\'t give to motorboat her now!!'); } if (_root.part == 16308) { _root.setGraphic('liara2', 'angry', 'far'); _root.talker = _root.blueGirl; _root.texto('...bastard!'); _root.part = 16; } if (_root.part == 17) { _root.talker = _root.player; _root.texto('Ok, ok. Let\'s cut this short. I know there is something weird going on!'); } if (_root.part == 18) { _root.talker = _root.player; _root.texto('You girls are hiding something from me, huh? While I was walking to here, I found some departure permissions which I didn\'t signed it! And you was one of them!'); } if (_root.part == 19) { _root.talker = _root.player; _root.texto('I don\'t care what you do in your personal time, but while you are this ship, you can\'t just walk away! EXPLAIN TO ME!'); } if (_root.part == 20) { _root.setGraphic('liara2', 'thinking', 'mid'); _root.talker = _root.blueGirl; _root.texto('It doesn\'t concern you. Satisfied?'); _root.choiceText1 = 'Don\'t do that ever again. Okay?'; _root.choiceText2 = 'I should kick your ass out of my ship!'; _root.choiceText3 = 'This is unnacepptable!'; } if (_root.part == 20101) { _root.talker = _root.player; _root.texto('HmmmmmMMMmmm...'); } if (_root.part == 20102) { _root.talker = _root.player; _root.texto('Okayyy... But don\'t you do that ever again! Never ever. Never. And if you do... I...'); } if (_root.part == 20103) { _root.setGraphic('liara2', 'shy', 'mid'); _root.talker = _root.blueGirl; _root.texto('You\'ll do what? What you will do to me Commander ' + _root.player); } if (_root.part == 20104) { _root.talker = _root.player; _root.texto('Wha? I... Of course I will not tell you that now! My punishment will be so cruel and... and.. you will be so... oh... ' + _root.player + ' you are so mean... and manly...'); } if (_root.part == 20105) { _root.setGraphic('liara2', 'normal', 'mid'); _root.talker = _root.blueGirl; _root.texto('... I can\'t wait for that... I guess...'); _root.part = 20; } if (_root.part == 20201) { _root.talker = _root.player; _root.texto('WHA? NOW YOU ARE FUCKED! Who do you think you are talking to? I am not one of your blue slut-hippie-whore sister of yours! I am your fucking superior! I AM THE LAW!'); } if (_root.part == 20202) { _root.setGraphic('liara2', 'normal', 'mid'); _root.talker = _root.blueGirl; _root.texto('...'); } if (_root.part == 20203) { _root.talker = _root.blueGirl; _root.texto('You will send me to a court-martial?'); } if (_root.part == 20204) { _root.talker = _root.player; _root.texto('Court-martial my ASS! I will throw you down the hatch!'); } if (_root.part == 20205) { _root.setGraphic('liara2', 'smile', 'mid'); _root.talker = _root.blueGirl; _root.texto('Alright. Are you going to throw me right now? I promess I will stay still.'); } if (_root.part == 20206) { _root.talker = _root.player; _root.texto('... it\'s your luck day. If we aren\'t crossing an asteroid belt I would kick your ass out this ship in a blink of eye.'); } if (_root.part == 20207) { _root.setGraphic('liara2', 'thinking', 'mid'); _root.talker = _root.blueGirl; _root.texto('I believe you mistaken, we aren\'t moving Commander. This would be the perfect time... how did you said? ...to kick my ass through the hatch.'); } if (_root.part == 20208) { _root.talker = _root.player; _root.texto('Pf... of course we are moving. You don\'t know shit. I am the commander, if i say we are moving, we are fucking moving! You don\'t shit of ...comandeering stuff.'); } if (_root.part == 20209) { _root.talker = _root.blueGirl; _root.texto('As you say commander. As you say.'); _root.part = 20; } if (_root.part == 20301) { _root.talker = _root.player; _root.texto('I can\'t accept this kind of response ' + _root.blueGirl + '! You know we have secutity protocols. What would happen if were attacked and I needed your assistance?'); } if (_root.part == 20302) { _root.setGraphic('liara2', 'sad', 'mid'); _root.talker = _root.blueGirl; _root.texto('I believe you would have to resolve the situation without me. Simple as that.'); } if (_root.part == 20303) { _root.talker = _root.player; _root.texto('This is war ' + _root.blueGirl + '! If you aren\'t a willing party on this please tell me right now. If I can\'t count with you, please follow your way right now.'); } if (_root.part == 20304) { _root.setGraphic('liara2', 'angry', 'mid'); _root.talker = _root.blueGirl; _root.texto('How you dare? After all we passed through, you treats me like a child! I know what is on stake!'); } if (_root.part == 20305) { _root.talker = _root.player; _root.texto('Then just say it in my face! Are you IN OR OUT? If you want to stay, I have to know I HAVE YOU!'); } if (_root.part == 20306) { _root.setGraphic('liara2', 'sad', 'far'); _root.talker = _root.blueGirl; _root.texto('... Of course... you have me... ' + _root.player); _root.part = 20; } if (_root.part == 21) { _root.setGraphic('liara2', 'normal', 'mid'); _root.talker = _root.blueGirl; _root.texto('You don\'t have to be this dense, commander. I know I am doing, you may refuse to believe but I am not the same person you knew. I made enemies.'); } if (_root.part == 22) { _root.talker = _root.player; _root.texto('It\'s about the Shadow Broker guy? Is he going after you? Did he threat you? TELL ME!'); } if (_root.part == 23) { _root.setGraphic('liara2', 'smile', 'mid'); _root.talker = _root.blueGirl; _root.texto('Quite the contrary my dear. I took the fight at him. Don\'t worry, its over. I thought it would be hard... but it was quite short and pleasant trip!'); } if (_root.part == 24) { _root.talker = _root.player; _root.texto('What did you do ' + _root.blueGirl + '...'); } if (_root.part == 25) { _root.setGraphic('liara2', 'shy', 'close'); _root.talker = _root.blueGirl; _root.texto('Hu-hu... you are a curious boy don\'t you?'); _root.choiceText1 = 'I need to know if this will splash on me.'; _root.choiceText2 = 'Yeah! Tell me juicy bit! Tee-hee!'; _root.choiceText3 = 'Nah... I really don\'t care.'; } if (_root.part == 25101) { _root.talker = _root.player; _root.texto('Just give me the a general idea of yours... adventures. I have to see if I will have to make some precautions for the future. For us both.'); } if (_root.part == 25102) { _root.setGraphic('liara2', 'sad', 'mid'); _root.talker = _root.blueGirl; _root.texto('Oh ' + _root.player + '! What do you take me for? I am not like ' + _root.punkGirl + '! You should give me more credit! Of course I was careful.'); } if (_root.part == 25103) { _root.talker = _root.player; _root.texto('Didn\'t you do anything... extreme?'); } if (_root.part == 25104) { _root.setGraphic('liara2', 'smile', 'mid'); _root.talker = _root.blueGirl; _root.texto('I am saying I was very careful. I didn\'t leave any loose end. There is nothing at all to be traced back to us. No trace at all... Hu hu hu hu...'); } if (_root.part == 25105) { _root.talker = _root.player; _root.texto(_root.blueGirl + '... For God sake, what you did do?'); } if (_root.part == 25106) { _root.setGraphic('liara2', 'shy', 'mid'); _root.talker = _root.blueGirl; _root.texto('Be patient Commander! I will tell you! Every single part!! Tee-hee!'); _root.part = 25; } if (_root.part == 25201) { _root.talker = _root.player; _root.texto('HO-HO-HO! Of course I am interested! Tell me! TELL ME!'); } if (_root.part == 25202) { _root.setGraphic('liara2', 'normal', 'mid'); _root.talker = _root.blueGirl; _root.texto('Tee-hee! Easy commander! Try to keep calm! I didn\'t even started to tell you what I did to those puny mercenaries of the Shadow Broker...'); } if (_root.part == 25203) { _root.setGraphic('liara2', 'smile', 'close'); _root.talker = _root.blueGirl; _root.texto('...and of course, what I did to the Shadow Broker himself! You would be... outraged!'); } if (_root.part == 25204) { _root.talker = _root.player; _root.texto('GUUh!! TELL ME NOW! What YOU DID DO?! OH BOY! OH BOY!'); _root.part = 25; } if (_root.part == 25301) { _root.talker = _root.player; _root.texto('Curious? Me? About you boring ass trips?'); } if (_root.part == 25302) { _root.talker = _root.player; _root.texto('Every time this big guy here goes out, legends and songs are made, universes are destroyed and created. I could let you go with me sometime, but you could be in danger.'); } if (_root.part == 25303) { _root.setGraphic('liara2', 'thinking', 'mid'); _root.talker = _root.blueGirl; _root.texto('Danger? More than our usual adventures?'); } if (_root.part == 25304) { _root.talker = _root.player; _root.texto('Yes, mind-blowing danger. You know, when I roll, I roll hard. I can\'t control that.'); } if (_root.part == 25305) { _root.setGraphic('liara2', 'normal', 'mid'); _root.talker = _root.blueGirl; _root.texto('Funny. Did you know I can blow minds up for real? I can show you.'); } if (_root.part == 25306) { _root.talker = _root.player; _root.texto('Damn, you really kills my lines, sheesh. Go on. Tell your lame ass fake story.'); _root.part = 25; } if (_root.part == 26) { _root.setGraphic('liara2', 'normal', 'far'); _root.talker = _root.blueGirl; _root.texto('Alright. I just learned somepeople on Omega would have the exact location of one of the Shadow Broker\'s hideouts. After extracting this information...'); } if (_root.part == 27) { _root.talker = _root.player; _root.texto('WHOA... how did exactly you extract that information? Half part of the people from omega are murderous psychopaths, the other half is made of murderous sick fucks. How did you got the money to pay for something like that?'); } if (_root.part == 28) { _root.setGraphic('liara2', 'shy', 'mid'); _root.talker = _root.blueGirl; _root.texto('Pay? My little ' + _root.player + '... I didn\'t spend a single credit for it. Some of them just told me the directions, but... OH! Some of them resisted to obey my command! HUMmm!!'); } if (_root.part == 29) { _root.talker = _root.player; _root.texto('So did you enter on a tight spot. I guess you biotic powers really saved the day.'); } if (_root.part == 30) { _root.setGraphic('liara2', 'normal', 'mid'); _root.talker = _root.blueGirl; _root.texto('Well, my biotic skills weren\'t all that necessary, but they offered me a lot of... methods to persuade them. There is no bigger pleasure than wreck a mind after wrecking its body!'); } if (_root.part == 31) { _root.talker = _root.player; _root.texto('... ALRIGHT. Let\'s leave that for now. SO! You did discover the location of a Shadow Broker Hideout. Why did you call for reinforcements. You know I would never refuse to aid you.'); } if (_root.part == 32) { _root.setGraphic('liara2', 'sad', 'far'); _root.talker = _root.blueGirl; _root.texto('I swear that thought crossed my mind Commander. But I couldn\'t risk the Sahdow Broker to relocate to another hideout. And besides... You would only be on my way.'); } if (_root.part == 33) { _root.talker = _root.player; _root.texto('Excuse me? Me on your way? What do you mean?'); } if (_root.part == 34) { _root.setGraphic('liara2', 'sad', 'mid'); _root.talker = _root.blueGirl; _root.texto(_root.player + 'It always like that! It\'s like every choice you have to take is about the universe survival! You take too much time to make decisions!! It\'s... it\'s...'); } if (_root.part == 35) { _root.setGraphic('liara2', 'angry', 'close'); _root.talker = _root.blueGirl; _root.texto('See?! You are doing that again!'); _root.choiceText1 = 'I really don\'t know what are you talking about.'; _root.choiceText2 = 'WHAT? THIS IS AWESOME! JRPG\'s suck!!'; _root.choiceText3 = 'Three options is too much!'; } if (_root.part == 35101) { _root.talker = _root.player; _root.texto('I don\'t know what you are talking about. I think MIGHT is finally showing its side-effects.'); } if (_root.part == 35102) { _root.setGraphic('liara2', 'sad', 'far'); _root.talker = _root.blueGirl; _root.texto('ARgh!! Never mind. Your lack of self-awareness is unbelievable!'); _root.part = 35; } if (_root.part == 35201) { _root.talker = _root.player; _root.texto('Pfff!! Of course I am taking my sweet time on this! Look, CHOICES! See? This is the kick-ass choice! I always choose these types! ROCK ON!'); } if (_root.part == 35202) { _root.setGraphic('liara2', 'angry', 'mid'); _root.talker = _root.blueGirl; _root.texto('But all these choices takes you to the same place! It\'s a illusion of freedom!'); } if (_root.part == 35203) { _root.talker = _root.player; _root.texto('Shut up you! Would you prefer this game to be like an JRPG? YES and NO option? With a loop in the NO option to force you choosing the YES option? BULLSHIT!!'); _root.part = 35; } if (_root.part == 35301) { _root.talker = _root.player; _root.texto('Don\'t press me! It\'s three options! Only one is the right one! I can\'t take this pressure!'); } if (_root.part == 35302) { _root.setGraphic('liara2', 'normal', 'mid'); _root.talker = _root.blueGirl; _root.texto('There is no the right choice. Just take one of them already!'); } if (_root.part == 35303) { _root.talker = _root.player; _root.texto('It\'s easy for you to say that! Isn\'t on your shoulders the destiny of an entire race! I still have nightmare with the Rachni! I pressed the damn button by mistake!'); } if (_root.part == 35304) { _root.setGraphic('liara2', 'thinking', 'mid'); _root.talker = _root.blueGirl; _root.texto('If it mattered that much to you, why didn\'t you reload the last checkpoint?'); } if (_root.part == 35305) { _root.talker = _root.player; _root.texto('Because... I... oh... AAAAAAAHHHHHHHHHhhhhhhhhh... I FORGOT I COULD DO THAT!!!!!! NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO!!!!'); } if (_root.part == 35306) { _root.setGraphic('liara2', 'sad', 'mid'); _root.talker = _root.blueGirl; _root.texto('That\'s sad.'); _root.part = 35; } if (_root.part == 36) { _root.setGraphic('liara2', 'normal', 'mid'); _root.talker = _root.blueGirl; _root.texto('Enough of this 4th wall nonsense!! Commander ' + _root.player + '! I believe you are needed somewhere!'); } if (_root.part == 37) { _root.talker = _root.player; _root.texto('Not this fast! You said you found the hideout of the Shadow Broker. Did you convince him to cease of his evil ways? I am sure you treated him fair and just.'); } if (_root.part == 38) { _root.setGraphic('liara2', 'smile', 'close'); _root.talker = _root.blueGirl; _root.texto('Huhuhu... Of course I did. Let\'s say he is all good! Every PART of him! Huhuhu...'); } if (_root.part == 39) { _root.talker = _root.player; _root.texto('Oh God... what you did to him?'); } if (_root.part == 40) { _root.setGraphic('liara2', 'normal', 'mid'); _root.talker = _root.blueGirl; _root.texto('Of course I give on chance for him to humiliate himself towards me. Gladly, he resisted. And I made him kneel... by breaking his legs.'); } if (_root.part == 41) { _root.talker = _root.player; _root.texto('I believe that weren\'t really necessary, but I can\'t judge you because I wasn\'t there. So, he exposed his schemes and crimes to you. Did you turn him to authorities?'); } if (_root.part == 42) { _root.setGraphic('liara2', 'smile', 'mid'); _root.talker = _root.blueGirl; _root.texto('Do you take me for a fool ' + _root.player + '? He have agents in every corner of the galaxy. But, yes, I can say I... TURNED him a bit...'); } if (_root.part == 43) { _root.talker = _root.player; _root.texto('I am afraid to ask more about this...'); } if (_root.part == 44) { _root.setGraphic('liara2', 'shy', 'far'); _root.talker = _root.blueGirl; _root.texto('Hummm... I never felt that... smothering someone between my biceps... the sound of bones cracking... my muscles getting tighter and tighter... OHHHHhhh... it did over too soon!'); } if (_root.part == 45) { _root.setGraphic('liara2', 'sad', 'mid'); _root.talker = _root.blueGirl; _root.texto('What? Why are you so silent?'); _root.choiceText1 = 'This is outrageous!'; _root.choiceText2 = 'I am confused! I am excited and in panic!'; _root.choiceText3 = 'I can relate to that.'; } if (_root.part == 45101) { _root.talker = _root.player; _root.texto('This is revolting! Outrageous! We are the good guys! You don\'t... do that kind of stuff!'); } if (_root.part == 45102) { _root.setGraphic('liara2', 'smile', 'close'); _root.talker = _root.blueGirl; _root.texto('Are you calling me a BAD GIRL, Commander?'); } if (_root.part == 45103) { _root.talker = _root.player; _root.texto('I think you did passed that level of badness some miles away ' + _root.blueGirl + '! Space Jesus! Now what we\'ll do?'); } if (_root.part == 45104) { _root.setGraphic('liara2', 'thinking', 'mid'); _root.talker = _root.blueGirl; _root.texto('Rejoice?'); _root.part = 45; } if (_root.part == 45201) { _root.talker = _root.player; _root.texto('I am having a hard time here! I have a boner! And I am shiting on my pants! It\'s me fraking me out!'); } if (_root.part == 45202) { _root.setGraphic('liara2', 'shy', 'close'); _root.talker = _root.blueGirl; _root.texto('Huhu hu hu!! Just get used to it my little ' + _root.player + '! You know... I don\'t know if I will be able to control this urge around you...'); } if (_root.part == 45203) { _root.talker = _root.player; _root.texto('Oh, shit! Oh shit! Just stop!'); _root.part = 45; } if (_root.part == 45301) { _root.talker = _root.player; _root.texto('Well... I can relate to that. I am a fulltime badass. Weird and sick shit like that is my butter and bread. Wait... let\'s keep food out of this. That\'s too far even for me.'); } if (_root.part == 45302) { _root.setGraphic('liara2', 'smile', 'mid'); _root.talker = _root.blueGirl; _root.texto('Really? Did you even crushed someone using just your bare hands?'); } if (_root.part == 45303) { _root.talker = _root.player; _root.texto('Of course! I... I... well, I do like to pop some bubble wraps. But I do it in a hyper manly and bat-shit way! It\'s BRUTAL! Do this with a person its so... overated and so last century!'); } if (_root.part == 45304) { _root.setGraphic('liara2', 'sad', 'far'); _root.talker = _root.blueGirl; _root.texto('Sigh... I\'ll agree to that just for we move on.'); _root.part = 45; } if (_root.part == 46) { _root.talker = _root.player; _root.texto('Anyway! The most important of this little adventure yours its wasn\'t sanctioned by me.'); } if (_root.part == 47) { _root.setGraphic('liara2', 'normal', 'mid'); _root.talker = _root.blueGirl; _root.texto(_root.bossyGirl + ' gave me the clearance.'); } if (_root.part == 48) { _root.talker = _root.player; _root.texto('WHAT? This is even worse! I can\'t believe this! Where is she? Don\'t tell me she left the ship as well!'); } if (_root.part == 49) { _root.talker = _root.blueGirl; _root.texto('I think she took a time off. But I believe she is back already. You should visit her right away. By the way...'); } if (_root.part == 50) { _root.setGraphic('liara2', 'shy', 'mid'); _root.talker = _root.blueGirl; _root.texto('Did you miss me Commander?'); _root.choiceText1 = 'Not really.'; _root.choiceText2 = 'OH MY GOD! YES! WHY DID YOU LEFT ME?'; _root.choiceText3 = 'Your absence was felt.'; } if (_root.part == 50101) { _root.talker = _root.player; _root.texto('Hummmmmmmmmmmmmm...'); } if (_root.part == 50102) { _root.setGraphic('liara2', 'normal', 'mid'); _root.talker = _root.blueGirl; _root.texto('...'); } if (_root.part == 50103) { _root.talker = _root.player; _root.texto('... Not really. I didn\'t know you were gone. I am a busy person you know. Saving the universe requires a lot of my attention.'); } if (_root.part == 50104) { _root.talker = _root.blueGirl; _root.texto('You never changes...'); } if (_root.part == 50105) { _root.talker = _root.player; _root.texto('Yep, that\'s ol\' ' + _root.player + '! Too good to remain dead. I should write a book about my life.'); } if (_root.part == 50106) { _root.setGraphic('liara2', 'thinking', 'far'); _root.talker = _root.blueGirl; _root.texto('It\'s antonishing how you makes everything turns around yourself.'); _root.part = 50; } if (_root.part == 50201) { _root.talker = _root.player; _root.texto('If I did miss you?!'); } if (_root.part == 50202) { _root.talker = _root.player; _root.texto('OH! MY! GOD!! YES! I can\'t believe you left without telling me! I felt... I FELT SO ALONE!'); } if (_root.part == 50203) { _root.setGraphic('liara2', 'sad', 'far'); _root.talker = _root.blueGirl; _root.texto('What? Are... Are you being serious?!'); } if (_root.part == 50204) { _root.talker = _root.player; _root.texto('I can\'t believe you doubt my feelings! I came here to search for you... to see your face again... to feel your smell...'); } if (_root.part == 50205) { __root.talker = _root.blueGirl; _root.texto('I-I see... that\'s why you were searching into my drawers?'); } if (_root.part == 50206) { _root.talker = _root.player; _root.texto('Oh? I... YES! I was looking for a memento! Something to apease my mind!'); } if (_root.part == 50207) { _root.setGraphic('liara2', 'shy', 'close'); _root.talker = _root.blueGirl; _root.texto('Oh... ' + _root.player + '! If I knew my absence would be so painful for you... I would... I would... Oh...'); } if (_root.part == 50208) { _root.talker = _root.player; _root.texto('But you are here now! So... I am okay! See? HAhahaHA!'); } if (_root.part == 50209) { _root.talker = _root.blueGirl; _root.texto('Yes, it\'s good to be back!'); _root.part = 50; } if (_root.part == 50301) { _root.talker = _root.player; _root.texto('Yes, you absence was felt.'); } if (_root.part == 50302) { _root.setGraphic('liara2', 'thinking', 'mid'); _root.talker = _root.blueGirl; _root.texto('Ohhh... really...'); } if (_root.part == 50303) { _root.talker = _root.player; _root.texto('We have no scientific advisor with experience in combat as you. I would be in world of hurt if we had a situation which requires that expertise.'); } if (_root.part == 50304) { _root.setGraphic('liara2', 'sad', 'mid'); _root.talker = _root.player; _root.texto('I see. I should be expecting that.'); } if (_root.part == 50305) { _root.talker = _root.player; _root.texto('And what else you were expecting from me?'); } if (_root.part == 50306) { _root.setGraphic('liara2', 'sad', 'far'); _root.talker = _root.player; _root.texto('Nothing. Never mind.'); _root.part = 50; } if (_root.part == 51) { _root.talker = _root.player; _root.texto('Anyway, this is the end of the Beta'); _root.goToMap(); } } frame 12 { _root.setBG = 'jackPlace'; if (_root.part == 1) { _root.wait('long'); _root.setGraphic('jack2', 'special1', 'close'); _root.scene = 'one'; } if (_root.part == 2) { _root.talker = _root.player; _root.texto('I think this is the spot ' + _root.punkGirl + 'sleeps. Or hide, more like it.'); } if (_root.part == 3) { _root.talker = _root.player; _root.texto('But its so clean now. I guess she isn\'t living here anymore. That girl lives like a BUM, but a least she doesn\'t like one!'); } if (_root.part == 4) { _root.talker = _root.player; _root.texto('Oh well, let\'s search in these things if I can find a clue about her vanishment. I hope she covered her junky-needles with something, i don\'t want to catch something!'); } if (_root.part == 5) { _root.talker = _root.player; _root.texto('That would be a pretty lame way to die!'); } if (_root.part == 6) { _root.setGraphic('jack2', 'special1', 'close'); _root.scene = 'two'; _root.wait('long'); } if (_root.part == 7) { _root.talker = _root.player; _root.texto('Great. Don\'t tell me ' + _root.bossyGirl + ' forgot to pay the bills.'); } if (_root.part == 8) { _root.setGraphic('jack2', 'special1', 'close'); _root.scene = 'three'; _root.wait('long'); } if (_root.part == 9) { _root.talker = '???'; _root.texto('GGGGGGRRRrrrrr...'); _root.choiceText1 = 'AAAAAAAIIIIEEEEEEEE!!!'; _root.choiceText2 = 'You will not take me alive!'; _root.choiceText3 = 'Identify yourself!'; } if (_root.part == 9101) { _root.talker = _root.player; _root.texto('AAAAAaaaAAAIIIIIIIIiiiiEEEEEEEEEEEEEEEeeeeeeee!!!!'); } if (_root.part == 9102) { _root.setGraphic('jack2', 'special1', 'close'); _root.scene = 'four'; _root.wait('long'); } if (_root.part == 9103) { _root.setGraphic('jack2', 'smile', 'mid'); _root.talker = _root.punkGirl; _root.texto('...damn... that was... DAMN! You scream like a little girl! What shriek!!'); } if (_root.part == 9104) { _root.talker = _root.player; _root.texto(_root.punkGirl + '... is that you? Ho, ho... I didn\'t shriek, it was just a quick response... to... to confuse you! That\'s it!'); } if (_root.part == 9105) { _root.talker = _root.punkGirl; _root.texto('It worked like a charm! I am... speechless! And i thought you were a butch guy!'); } if (_root.part == 9106) { _root.talker = _root.punkGirl; _root.texto('BUT I AM A BUTCH GUY! ALRIGHT, ALRIGHT! Let\'s forget about this!'); _root.part = 9; } if (_root.part == 9201) { _root.talker = _root.player; _root.texto('Oh... WHAT THE HELL! BACK OFF! You will not me alive! NOT TODAY! Taste my lead creature of the darkn...'); } if (_root.part == 9202) { _root.setGraphic('jack2', 'special1', 'close'); _root.scene = 'four'; _root.wait('long'); } if (_root.part == 9203) { _root.setGraphic('jack2', 'angry', 'far'); _root.talker = _root.punkGirl; _root.texto('If you shoot me I swear i will rip you arm off and beat you with it!'); } if (_root.part == 9204) { _root.talker = _root.player; _root.texto(_root.punkGirl + '? WHAT THE FUCK!? Do not to stalk me ever again! SPACE JESUS!'); } if (_root.part == 9205) { _root.setGraphic('jack2', 'smile', 'close'); _root.talker = _root.punkGirl; _root.texto('Don\'t worry ' + _root.player + '. You will see me coming when I kill you.'); } if (_root.part == 9206) { _root.talker = _root.player; _root.texto('HA HA! I was kinda missing this. Talking thrash with you, the death treats...'); } if (_root.part == 9207) { _root.setGraphic('jack2', 'shy', 'mid'); _root.talker = _root.punkGirl; _root.texto('Yeah, me too.'); _root.part = 9; } if (_root.part == 9301) { _root.talker = _root.player; _root.texto('WHAT THE... IDENTIFY YOURSELF! Who let you board MY SHIP!?'); } if (_root.part == 9302) { _root.setGraphic('jack2', 'special1', 'close'); _root.scene = 'four'; _root.wait('long'); } if (_root.part == 9303) { _root.setGraphic('jack2', 'angry', 'close'); _root.talker = _root.punkGirl; _root.texto('WHAT THE FUCK! WHO LET YOU TOUCH MY SHIT! YOU SHIT-SHITTER!'); } if (_root.part == 9304) { _root.talker = _root.player; _root.texto(_root.punkGirl + '? Is that you? You look a bit different.'); } if (_root.part == 9305) { _root.talker = _root.punkGirl; _root.texto('And you still looks the same shit-eater as always!'); } if (_root.part == 9306) { _root.talker = _root.player; _root.texto('Careful... I am still your commander and this is still my ship! And...'); } if (_root.part == 9307) { _root.setGraphic('jack2', 'thinking', 'close'); _root.talker = _root.punkGirl; _root.texto('And YOU WHAT?! WHAT?!'); } if (_root.part == 9308) { _root.talker = _root.player; _root.texto('Its good to see you again.'); } if (_root.part == 9309) { _root.setGraphic('jack2', 'shy', 'mid'); _root.talker = _root.punkGirl; _root.texto('... Shut up...!'); _root.part = 9; } if (_root.part == 10) { _root.talker = _root.player; _root.texto('Humph. OK. Back to business! Explain yourself!'); } if (_root.part == 11) { _root.setGraphic('jack2', 'normal', 'mid'); _root.talker = _root.punkGirl; _root.texto('Nah, I am fine. Are we done? I should be doing something else.'); } if (_root.part == 12) { _root.talker = _root.player; _root.texto('You do know you need my authorization to leave and board this ship. MY SHIP!'); } if (_root.part == 13) { _root.setGraphic('jack2', 'thinking', 'mid'); _root.talker = _root.punkGirl; _root.texto('Yeah. So?'); } if (_root.part == 14) { _root.talker = _root.player; _root.texto('I DIDN\'T GIVE YOU AUTHORIZATION TO LEAVE THE SHIP!'); } if (_root.part == 15) { _root.talker = _root.punkGirl; _root.texto('Sigh... '); } if (_root.part == 16) { _root.talker = _root.player; _root.texto('Anyway, this is the end of the Beta'); _root.goToMap(); } } frame 13 { _root.setBG = 'TaliPlace'; if (_root.part == 1) { _root.setGraphic('tali2', 'special1', 'fixedFar'); _root.scene = 'one'; _root.wait('med'); } if (_root.part == 2) { _root.talker = _root.player; _root.texto('WHAT THE HELL! QUARIAN SOLDIERS!'); } if (_root.part == 3) { _root.talker = _root.player; _root.texto('WE ARE BEING INVADED! TO THE BATTLESTATIONS! YOU CHOSE THE WRONG DAY TO JACK MY SHIP! HUZZZAAAHHHHHH!!!'); } if (_root.part == 4) { _root.talker = '???'; _root.texto('WAIT!! ' + _root.player + '!! WAIT!!!'); } if (_root.part == 5) { _root.talker = _root.player; _root.texto('Who is there? Show yourself! Are those your men?!'); } if (_root.part == 6) { _root.talker = '???'; _root.texto('YES! It\'s me Commander! IT\'S MEEEEEE!!!'); } if (_root.part == 7) { _root.talker = _root.player; _root.texto('What the hell...?'); } if (_root.part == 8) { _root.setGraphic('tali2', 'special2', 'fixedClose'); _root.scene = 'one'; _root.wait('long'); } if (_root.part == 9) { _root.talker = _root.quarianGirl; _root.texto('Admiral ' + _root.quarianGirl + ' requests permission to enter the ship.'); } if (_root.part == 10) { _root.talker = _root.player; _root.texto('A-A-A-ADMIRAL...?'); } if (_root.part == 11) { _root.setGraphic('tali2', 'thinking', 'mid'); _root.talker = _root.quarianGirl; _root.texto('Commander? Are you alright?'); _root.choiceText1 = 'You are already inside DUMB.'; _root.choiceText2 = 'Admiral?'; _root.choiceText3 = 'Did you changed your outfit?'; } if (_root.part == 11101) { _root.talker = _root.player; _root.texto('You are already inside of my ship you... purple... muscle... huge... biceps...person!'); } if (_root.part == 11102) { _root.setGraphic('tali2', 'shy', 'mid'); _root.talker = _root.quarianGirl; _root.texto('Ah! It\'s true! Tee-hee! I was just being formal! ' + _root.bossyGirl + ' gave me the clearance to board the ship.'); } if (_root.part == 11103) { _root.talker = _root.player; _root.texto('Yeah... this is happening a lot on these days! FINE! But put these fuckers of yours out of my sight. My fingers get itchy when I see aliens with guns. No offense taken I hope.'); } if (_root.part == 11104) { _root.setGraphic('tali2', 'smile', 'mid'); _root.talker = _root.quarianGirl; _root.texto('O-Okay! I-I mean... AFFIRMATIVE.'); _root.part = 11; } if (_root.part == 11201) { _root.talker = _root.player; _root.texto('Admiral... Admiral ' + _root.quarianGirl + '? How did this happened? That was fast!'); } if (_root.part == 11202) { _root.setGraphic('tali2', 'smile', 'mid'); _root.talker = _root.quarianGirl; _root.texto('Tee-hee! Indeed! I just pushed here and there... and then... ADMIRAL! Are you proud of me Commander?'); } if (_root.part == 11203) { _root.talker = _root.player; _root.texto('Hell yeah! I could use these pushing of yours around here!!'); } if (_root.part == 11204) { _root.setGraphic('tali2', 'shy', 'mid'); _root.talker = _root.quarianGirl; _root.texto('I would love to push you around ' + _root.player + '!'); } if (_root.part == 11205) { _root.talker = _root.quarianGirl; _root.texto('OH, forgive my indiscretion Commander!'); } if (_root.part == 11206) { _root.talker = _root.player; _root.texto('It\'s okay, you have credits on the house.'); } if (_root.part == 11207) { _root.talker = _root.player; _root.texto('Thank you...'); _root.part = 11; } if (_root.part == 11301) { _root.talker = _root.player; _root.texto('You are different! I mean, LOOK to that... it\'s so big...'); } if (_root.part == 11302) { _root.setGraphic('tali2', 'thinking', 'mid'); _root.talker = _root.quarianGirl; _root.texto('Y-yes! I was worried you would approve this... this kind of... I wanna...'); } if (_root.part == 11303) { _root.talker = _root.player; _root.texto('Fine by me! I absolutely love CAPES! I can\'t say no to them! I could be using one myself but these dawn militaries and their rules... ArgH!'); } if (_root.part == 11304) { _root.setGraphic('tali2', 'angry', 'mid'); _root.talker = _root.quarianGirl; _root.texto('M-my cape? You were talking about my cape? THE ONLY THING YOU NOTICIED WAS... MY CAPE?!'); } if (_root.part == 11305) { _root.talker = _root.player; _root.texto('Yeah, why the surprise... OH. Look. You skin is purple! Or something more Blue-ish? Who would guess that? HA! AWESOME!'); } if (_root.part == 11306) { _root.setGraphic('tali2', 'sad', 'far'); _root.talker = _root.quarianGirl; _root.texto('...'); _root.part = 11; } if (_root.part == 12) { _root.setGraphic('tali2', 'normal', 'mid'); _root.talker = _root.quarianGirl; _root.texto('Commander ' + _root.player + '! I bring the support of the Aquarian people to our cause! We have soldiers. We have ships. You have...'); } if (_root.part == 13) { _root.setGraphic('tali2', 'smile', 'close'); _root.talker = _root.quarianGirl; _root.texto('...me.'); } if (_root.part == 14) { _root.talker = _root.player; _root.texto('A... that is... ah...'); } if (_root.part == 15) { _root.talker = _root.quarianGirl; _root.texto('I wanted to say you have an Aquarian Admiral as an asset in your war room! Tee-hee!'); } if (_root.part == 16) { _root.talker = _root.player; _root.texto('OH! I see! I accept you... your assistence Admiral!'); } if (_root.part == 17) { _root.talker = _root.player; _root.texto('But, sadly, this is the end of the Beta!'); _root.goToMap(); } } frame 14 { } frame 15 { } frame 16 { } frame 17 { _root.setBG = 'shepBedroom'; _root.place = _root.player + ' Cabin'; if (_root.part == 1) { _root.setGraphic('end2', 'nothing', 'nothing'); _root.scene = 'one'; _root.wait('med'); } if (_root.part == 2) { _root.showAct(); _root.talker = _root.player; _root.texto('UUUunnnngh... I am wasted! I am so glad this day is over and I didn\'t got killed... again!'); } if (_root.part == 3) { _root.talker = _root.player; _root.texto('I am outnumbered! All these muscular... sexy... angry... women... I should be happy but I ain\'t! Something is bothering me!'); } if (_root.part == 4) { _root.talker = _root.player; _root.texto('Maybe you did should listen to your gut Commander.'); } if (_root.part == 5) { _root.talker = _root.player; _root.texto(_root.JusticarGirl + '?! Hou did you enter my cabin without my say so?'); } if (_root.part == 6) { _root.talker = _root.player; _root.texto('It wasn\'t that hard if you must to know Commander. I think you shouldn\'t worry about that right now.'); } if (_root.part == 7) { _root.talker = _root.player; _root.texto('Please tell me what I should be worrying about ' + _root.blueGirl + '! What is this?'); } if (_root.part == 8) { _root.talker = _root.player; _root.texto('Hu-Hu! I told you he would be pissing his pants all over!'); } if (_root.part == 9) { _root.talker = _root.player; _root.texto('...'); } if (_root.part == 10) { _root.talker = _root.player; _root.texto('What? Don\'t you allow girls on your bunk? Are you afraid what we will find over your bed?'); } if (_root.part == 11) { _root.talker = _root.player; _root.texto('He keeps his sweet stuff on the lower drawer on his closet! I saw it! Tee-hee!'); } if (_root.part == 12) { _root.talker = _root.player; _root.texto('Enough! What is this!? I demand answers! '); } if (_root.part == 13) { _root.talker = _root.player; _root.texto('I know! This is...'); _root.choiceText1 = '... a mutiny! A rebellion!'; _root.choiceText2 = '... a fuck party!'; _root.choiceText3 = '...Oh fuck. I am screwed, right?'; } if (_root.part == 13101) { _root.talker = _root.player; _root.texto('... A MUTINY! A REBELLION! You want to take the ship by force, don\'t you? Guess what? OVER MY DEAD BODY.'); } if (_root.part == 13102) { _root.talker = _root.player; _root.texto('Sigh... I had so much work on piecing you together. What shame.'); } if (_root.part == 13103) { _root.talker = _root.player; _root.texto('Stop it ' + _root.officeGirl + '. You aren\'t helping.'); } if (_root.part == 13201) { _root.talker = _root.player; _root.texto('... A FUCK PARTY! I will get some booty in this game finally! ' + _root.quarianGirl + '... you naughty girl!'); } if (_root.part == 13202) { _root.talker = _root.player; _root.texto('Wha-wha... I-I... We aren\'t... Ah!'); } if (_root.part == 13203) { _root.talker = _root.player; _root.texto('Please, can i pop a new one on him already?'); } } frame 18 { } frame 19 { } frame 20 { } frame 21 { } frame 104 { gotoAndStop(_root.event); } } instance gameScript of movieClip 1567 { onClipEvent (load) { this.gotoAndStop(_root.event); } onClipEvent (enterFrame) { this.gotoAndStop(_root.event); } } movieClip 1569 { } instance animationScript of movieClip 1569 { onClipEvent (load) { i = 1; j = 0; } onClipEvent (enterFrame) { if (_root.startCounting == true) { if (_root.skipActivate == true) { i += 5; } else { ++i; } } if (i >= _root.countField * 0.5) { _root.stopTalking(); _root.startCounting = false; i = 1; } } } movieClip 1575 { } movieClip 1576 { frame 195 { stop(); } } instance of movieClip 1576 { onClipEvent (load) { this.gotoAndStop('vazio'); } onClipEvent (enterFrame) { if (_root.graphicAct == true) { this.gotoAndPlay(1); _root.graphicAct = false; } } } movieClip 1581 { } movieClip 1589 { } movieClip 1593 { } movieClip 1594 { instance of movieClip 1589 { onClipEvent (load) { this.gotoAndStop(_root.paragonPoints); } onClipEvent (enterFrame) { this.gotoAndStop(_root.paragonPoints); } } instance of movieClip 1593 { onClipEvent (load) { this.gotoAndStop(_root.moodType); } } instance of movieClip 1593 { onClipEvent (load) { this.gotoAndStop(_root.moodType); } } instance of movieClip 1593 { onClipEvent (load) { this.gotoAndStop(_root.moodType); } } frame 161 { stop(); } } instance of movieClip 1594 { onClipEvent (load) { this.gotoAndStop('vazio'); } onClipEvent (enterFrame) { if (_root.showParagon == true) { _root.showParagon = false; this.play(); } } } movieClip 1599 { } movieClip 1602 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 1603 { instance of movieClip 1599 { onClipEvent (enterFrame) { this.gotoAndStop(_root.romancePoints); } } instance of movieClip 1602 { onClipEvent (enterFrame) { this.gotoAndStop(_root.romanceType); } } frame 100 { stop(); } } instance of movieClip 1603 { onClipEvent (load) { this.gotoAndStop('vazio'); } onClipEvent (enterFrame) { if (_root.showRomance == true) { _root.showRomance = false; this.play(); } } } button 1609 { on (press, keyPress 'a') { _root.autoPlayButton(); } } button 1615 { on (press, keyPress 's') { _root.skipButton(); } } movieClip 1618 { frame 1 { stop(); } } movieClip 1619 { instance of movieClip 1618 { onClipEvent (load) { this.gotoAndStop(_root.autoPlayActivate); } onClipEvent (enterFrame) { this.gotoAndStop(_root.autoPlayActivate); } } instance of movieClip 1618 { onClipEvent (load) { this.gotoAndStop(_root.skipActivate); } onClipEvent (enterFrame) { this.gotoAndStop(_root.skipActivate); } } } instance of movieClip 263 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } movieClip 1629 { instance of movieClip 364 { onClipEvent (load) { this.gotoAndStop(_root.girlMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.girlMood); } } instance of movieClip 370 { onClipEvent (enterFrame) { if (_root.girlAction == 'salute') { this.play(); _root.girlAction = ''; } if (_root.girlAction == 'rest') { this.play(); _root.girlAction = ''; } if (_root.girlAction == 'still') { this.gotoAndStop(1); } } } instance of movieClip 397 { onClipEvent (load) { this.gotoAndStop(_root.girlMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.girlMood); } } } instance of movieClip 1629 { onClipEvent (load) { this.gotoAndStop(_root.girlPosition); } onClipEvent (enterFrame) { this.gotoAndStop(_root.girlPosition); } } instance of movieClip 372 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } movieClip 1630 { instance of movieClip 229 { onClipEvent (load) { this.gotoAndStop(_root.shepMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepMood); } } } instance of movieClip 1630 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } instance of movieClip 263 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } button 1634 { on (release) { nextFrame(); } } button 1665 { on (press) { _root.gotoAndStop('start'); } } movieClip 1666 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } } button 1668 { on (press) { if (_root.gameOn == true) { _root.gotoAndStop('map'); } else { _root.gotoAndStop('start'); } } } button 1673 { on (release) { gotoAndStop('graphicViewer'); } } button 1677 { on (release) { gotoAndStop('eventViewer'); } } button 1681 { on (release) { gotoAndStop('bio'); } } button 1685 { on (release) { gotoAndStop('FMGReport'); } } frame 711 { _root.startGraphicViewer(); } instance of movieClip 1537 { onClipEvent (load) { this.gotoAndStop(_root.eventGraphic); } onClipEvent (enterFrame) { this.gotoAndStop(_root.eventGraphic); } } movieClip 1693 { } button 1706 { on (release) { gotoAndStop('extras'); } } button 1710 { on (release) { if (_root.graphicStance > 1) { --_root.graphicStance; _root.graphicViewerStance(); } } } button 1711 { on (release) { if (_root.graphicStance < 6) { ++_root.graphicStance; _root.graphicViewerStance(); } } } button 1714 { on (release) { if (_root.graphicZoom > 1) { --_root.graphicZoom; _root.graphicViewerZoom(); } } } button 1715 { on (release) { if (_root.graphicZoom < 3) { ++_root.graphicZoom; _root.graphicViewerZoom(); } } } button 1716 { on (release) { if (_root.extraGraphicKelly0 == true) { _root.graphicViewerSelect(11); } else { _root.tipUnlock(11); } } } button 1717 { on (release) { if (_root.extraGraphicKelly1 == true) { _root.graphicViewerSelect(12); } else { _root.tipUnlock(12); } } } button 1718 { on (release) { if (_root.extraGraphicKelly2 == true) { _root.graphicViewerSelect(13); } else { _root.tipUnlock(13); } } } button 1719 { on (release) { if (_root.extraGraphicLiara1 == true) { _root.graphicViewerSelect(21); } else { _root.tipUnlock(21); } } } button 1720 { on (release) { if (_root.extraGraphicLiara2 == true) { _root.graphicViewerSelect(22); } else { _root.tipUnlock(22); } } } button 1721 { on (release) { if (_root.extraGraphicJack1 == true) { _root.graphicViewerSelect(31); } else { _root.tipUnlock(31); } } } button 1722 { on (release) { if (_root.extraGraphicJack2 == true) { _root.graphicViewerSelect(32); } else { _root.tipUnlock(32); } } } button 1723 { on (release) { if (_root.extraGraphicTali1 == true) { _root.graphicViewerSelect(41); } else { _root.tipUnlock(41); } } } button 1724 { on (release) { if (_root.extraGraphicTali2 == true) { _root.graphicViewerSelect(42); } else { _root.tipUnlock(42); } } } button 1725 { on (release) { if (_root.extraGraphicSamara1 == true) { _root.graphicViewerSelect(51); } else { _root.tipUnlock(51); } } } button 1726 { on (release) { if (_root.extraGraphicSamara2 == true) { _root.graphicViewerSelect(52); } else { _root.tipUnlock(52); } } } button 1727 { on (release) { if (_root.extraGraphicMiranda1 == true) { _root.graphicViewerSelect(61); } else { _root.tipUnlock(61); } } } button 1728 { on (release) { if (_root.extraGraphicMiranda2 == true) { _root.graphicViewerSelect(62); } else { _root.tipUnlock(62); } } } button 1729 { on (release) { if (_root.extraGraphicChakwas1 == true) { _root.graphicViewerSelect(71); } else { _root.tipUnlock(71); } } } movieClip 1733 { } movieClip 1735 { } movieClip 1741 { } movieClip 1742 { instance of movieClip 1741 { onClipEvent (load) { this.gotoAndStop(_root.selectBioColor); } onClipEvent (enterFrame) { this.gotoAndStop(_root.selectBioColor); } } } movieClip 1745 { } movieClip 1746 { } movieClip 1752 { } movieClip 1754 { } movieClip 1760 { } movieClip 1762 { } movieClip 1768 { } movieClip 1770 { } movieClip 1771 { instance of movieClip 1752 { onClipEvent (load) { this.gotoAndStop(_root.selectBioColor); } onClipEvent (enterFrame) { this.gotoAndStop(_root.selectBioColor); } } instance of movieClip 1760 { onClipEvent (load) { this.gotoAndStop(_root.selectBioColor); } onClipEvent (enterFrame) { this.gotoAndStop(_root.selectBioColor); } } instance of movieClip 1768 { onClipEvent (load) { this.gotoAndStop(_root.selectBioColor); } onClipEvent (enterFrame) { this.gotoAndStop(_root.selectBioColor); } } } movieClip 1777 { } movieClip 1779 { } movieClip 1785 { } movieClip 1787 { } movieClip 1793 { } movieClip 1795 { } movieClip 1796 { instance of movieClip 1777 { onClipEvent (load) { this.gotoAndStop(_root.selectBioColor); } onClipEvent (enterFrame) { this.gotoAndStop(_root.selectBioColor); } } instance of movieClip 1785 { onClipEvent (load) { this.gotoAndStop(_root.selectBioColor); } onClipEvent (enterFrame) { this.gotoAndStop(_root.selectBioColor); } } instance of movieClip 1793 { onClipEvent (load) { this.gotoAndStop(_root.selectBioColor); } onClipEvent (enterFrame) { this.gotoAndStop(_root.selectBioColor); } } } movieClip 1799 { } movieClip 1800 { } movieClip 1802 { } movieClip 1803 { instance of movieClip 1742 { onClipEvent (load) { this.gotoAndStop(_root.selectBioBikini); } onClipEvent (enterFrame) { this.gotoAndStop(_root.selectBioBikini); } } instance of movieClip 1771 { onClipEvent (load) { this.gotoAndStop(_root.selectBioBikini); } onClipEvent (enterFrame) { this.gotoAndStop(_root.selectBioBikini); } } instance of movieClip 1796 { onClipEvent (load) { this.gotoAndStop(_root.selectBioBikini); } onClipEvent (enterFrame) { this.gotoAndStop(_root.selectBioBikini); } } } movieClip 1804 { } movieClip 1805 { } movieClip 1806 { } instance of movieClip 1806 { onClipEvent (load) { this.gotoAndStop(_root.selectBioV); } onClipEvent (enterFrame) { this.gotoAndStop(_root.selectBioV); } } button 1838 { on (press) { _root.selectBioCor(); } } button 1843 { on (press) { _root.selectBioBik(); } } button 1853 { on (press) { _root.selectBioView(); } } movieClip 1861 { frame 1 { stop(); } }




http://swfchan.com/40/198229/info.shtml
Created: 1/8 -2019 08:54:24 Last modified: 1/8 -2019 08:54:24 Server time: 29/04 -2024 13:17:45