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

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

Mass Attraction Beta 4.2 by blackkheart.swf

This is the info page for
Flash #198119

(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() { 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'; } } 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 (romancePoints > 10) { _root.romancePoints = 10; } if (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; } } } 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.minervaRomance = 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.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'; } 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(); } } frame 705 { _root.blockButton = false; _root.placeSet(); _root.showAct(); } movieClip 98 { } movieClip 99 { } button 103 { on (press) { if (_root.blockButton == false) { _root.blockButton = true; _root.event = 9; _root.map = 'false'; _root.fade.gotoAndPlay(2); } } } button 105 { 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 107 { 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 109 { 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 111 { 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 113 { 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 119 { on (release) { _root.saveGame(); _root.saveSystem.alert.gotoAndPlay(1); } } movieClip 121 { frame 19 { stop(); } } movieClip 122 { instance alert of movieClip 121 { onClipEvent (load) { this.gotoAndPlay('vazio'); } } } button 131 { on (press) { if (_root.blockButton == false) { _root.blockButton = true; _root.event = 11; _root.map = 'false'; _root.fade.gotoAndPlay(2); _root.place = _root.place1; } } } button 133 { 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 141 { on (press) { if (_root.blockButton == false) { _root.blockButton = true; _root.event = 1; _root.map = 'false'; _root.fade.gotoAndPlay(2); } } } movieClip 150 { } movieClip 163 { 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 164 { instance of movieClip 163 { onClipEvent (load) { this.gotoAndStop(_root.setBG); } onClipEvent (enterFrame) { this.gotoAndStop(_root.setBG); } } } movieClip 166 { } movieClip 168 { } movieClip 170 { } movieClip 173 { } movieClip 174 { frame 1 { stop(); } } movieClip 180 { frame 53 { gotoAndPlay(2); } } movieClip 182 { } movieClip 184 { } movieClip 186 { } movieClip 188 { frame 238 { gotoAndPlay(1); } frame 341 { gotoAndPlay(239); } frame 440 { gotoAndPlay(342); } } movieClip 190 { } movieClip 192 { } movieClip 194 { } movieClip 199 { } movieClip 202 { } movieClip 203 { frame 1 { stop(); } instance of movieClip 170 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.shepTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } instance of movieClip 174 { onClipEvent (load) { this.gotoAndStop(_root.shepLooking); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepLooking); } } instance of movieClip 180 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.shepTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } instance of movieClip 188 { onClipEvent (load) { this.gotoAndStop(_root.shepLooking); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepLooking); } } instance of movieClip 190 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.shepTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } instance of movieClip 192 { onClipEvent (load) { this.gotoAndStop(_root.shepLooking); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepLooking); } } instance of movieClip 194 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.shepTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } instance of movieClip 174 { onClipEvent (load) { this.gotoAndStop(_root.shepLooking); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepLooking); } } } movieClip 205 { } movieClip 207 { } movieClip 209 { } movieClip 213 { } movieClip 215 { } movieClip 217 { } movieClip 221 { } movieClip 223 { } movieClip 225 { } movieClip 227 { } movieClip 229 { } movieClip 230 { frame 1 { stop(); } instance of movieClip 213 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.shepTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } instance of movieClip 221 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.shepTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } instance of movieClip 213 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.shepTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 232 { } movieClip 234 { } movieClip 236 { } movieClip 237 { instance of movieClip 203 { onClipEvent (load) { this.gotoAndStop(_root.shepMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepMood); } } instance of movieClip 230 { onClipEvent (load) { this.gotoAndStop(_root.shepMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepMood); } } } movieClip 241 { } movieClip 242 { } movieClip 244 { } movieClip 248 { } movieClip 251 { } movieClip 272 { } movieClip 291 { } movieClip 292 { } movieClip 299 { } movieClip 301 { frame 4 { stop(); _root.scene = 'four'; } } movieClip 304 { } movieClip 306 { } movieClip 308 { } movieClip 310 { } movieClip 312 { } movieClip 313 { } movieClip 315 { } movieClip 317 { } movieClip 318 { instance of movieClip 313 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 319 { } movieClip 320 { frame 1 { play(); } instance of movieClip 237 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } frame 180 { stop(); } } movieClip 322 { } movieClip 324 { } movieClip 326 { } movieClip 331 { } movieClip 332 { } movieClip 338 { frame 5 { stop(); } frame 9 { stop(); _root.girlAction = 'still'; } } movieClip 339 { instance of movieClip 332 { onClipEvent (load) { this.gotoAndStop(_root.girlMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.girlMood); } } instance of movieClip 338 { 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 340 { } movieClip 342 { } movieClip 349 { } movieClip 354 { } movieClip 359 { } movieClip 364 { } movieClip 365 { instance of movieClip 349 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 366 { instance of movieClip 365 { onClipEvent (load) { this.gotoAndStop(_root.girlMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.girlMood); } } instance of movieClip 338 { 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 367 { instance of movieClip 230 { onClipEvent (load) { this.gotoAndStop(_root.shepMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepMood); } } } movieClip 368 { frame 1 { play(); } instance of movieClip 340 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } frame 50 { stop(); } } movieClip 370 { } movieClip 374 { } movieClip 376 { } movieClip 378 { } movieClip 379 { instance of movieClip 374 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 381 { } movieClip 383 { } movieClip 384 { } movieClip 385 { } movieClip 389 { } movieClip 392 { frame 46 { gotoAndPlay(7); } frame 49 { stop(); _root.graphicType = 'normal'; } } movieClip 396 { } movieClip 398 { } movieClip 400 { } movieClip 401 { instance of movieClip 396 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } 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 414 { frame 13 { stop(); } } movieClip 418 { } movieClip 420 { } movieClip 422 { } movieClip 423 { instance of movieClip 418 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 424 { } movieClip 429 { } movieClip 435 { } movieClip 436 { instance of movieClip 429 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 438 { } movieClip 439 { frame 5 { stop(); } } movieClip 440 { instance of movieClip 392 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } } movieClip 441 { frame 1 { view = 'far'; } instance of movieClip 440 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 443 { } movieClip 445 { } movieClip 446 { } movieClip 448 { } movieClip 449 { } movieClip 451 { } movieClip 452 { } movieClip 455 { } movieClip 457 { } movieClip 459 { frame 46 { gotoAndPlay(7); } frame 49 { stop(); _root.graphicType = 'normal'; } } movieClip 461 { } movieClip 462 { } movieClip 463 { } movieClip 464 { } movieClip 465 { frame 1 { _root.shepLooking = 'front'; _root.shepFacing = 'front'; _root.shepMood = 'normal'; } instance of movieClip 237 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } frame 61 { _root.shepLooking = 'front'; _root.shepFacing = 'frontSideLeft'; _root.shepMood = 'angry'; } instance of movieClip 237 { 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 466 { instance of movieClip 459 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } frame 100 { stop(); } } movieClip 468 { } movieClip 470 { } movieClip 472 { } movieClip 474 { } movieClip 475 { frame 85 { gotoAndPlay(35); } } movieClip 479 { } movieClip 480 { } movieClip 484 { frame 1 { stop(); } } movieClip 486 { } movieClip 488 { instance of movieClip 486 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 490 { } movieClip 492 { } movieClip 494 { } movieClip 496 { } movieClip 498 { } movieClip 500 { } movieClip 502 { instance of movieClip 500 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 504 { } movieClip 506 { } movieClip 507 { frame 40 { gotoAndPlay(2); } frame 72 { gotoAndPlay(42); } frame 108 { gotoAndPlay(74); } frame 152 { gotoAndPlay(110); } frame 191 { gotoAndPlay(154); } frame 205 { stop(); } } movieClip 508 { instance of movieClip 507 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } } movieClip 509 { frame 1 { view = 'far'; } instance of movieClip 508 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 512 { frame 1 { stop(); } } movieClip 514 { } movieClip 516 { } movieClip 520 { } movieClip 522 { } movieClip 524 { } movieClip 525 { instance of movieClip 520 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 526 { } movieClip 528 { } movieClip 530 { } movieClip 534 { } movieClip 536 { } movieClip 538 { instance of movieClip 534 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 539 { } movieClip 544 { } movieClip 546 { } movieClip 550 { } movieClip 552 { } movieClip 554 { instance of movieClip 550 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 555 { } movieClip 558 { } movieClip 559 { } movieClip 563 { } movieClip 565 { } movieClip 568 { instance of movieClip 563 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 569 { } movieClip 573 { } movieClip 575 { } movieClip 577 { instance of movieClip 573 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 579 { } movieClip 580 { } movieClip 584 { } movieClip 586 { } movieClip 588 { instance of movieClip 584 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 590 { } movieClip 592 { } movieClip 593 { } movieClip 595 { } movieClip 597 { } movieClip 598 { frame 1 { _root.shepLooking = 'right'; _root.shepFacing = 'front'; _root.shepMood = 'angry'; stop(); } instance of movieClip 237 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } frame 2 { prevFrame(); } frame 8 { stop(); } } movieClip 599 { frame 100 { stop(); } } movieClip 601 { } movieClip 603 { } movieClip 605 { } movieClip 607 { } movieClip 608 { } movieClip 610 { } movieClip 611 { } movieClip 612 { frame 1 { _root.shepLooking = 'front'; _root.shepFacing = 'front'; _root.shepMood = 'angry'; } instance of movieClip 237 { 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 615 { } movieClip 618 { } movieClip 619 { } movieClip 621 { } movieClip 625 { } movieClip 627 { } movieClip 630 { instance of movieClip 625 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 633 { } movieClip 634 { } movieClip 637 { } movieClip 638 { } movieClip 641 { } movieClip 642 { } movieClip 644 { } movieClip 646 { } movieClip 647 { } movieClip 649 { } movieClip 651 { } movieClip 652 { } movieClip 654 { } movieClip 657 { instance of movieClip 625 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 658 { } movieClip 659 { frame 2 { prevFrame(); } frame 59 { gotoAndPlay(3); } frame 96 { gotoAndPlay(60); } instance face of movieClip 630 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { this.gotoAndStop('still'); } } frame 149 { gotoAndPlay(107); } frame 151 { prevFrame(); } frame 166 { stop(); } } movieClip 660 { instance of movieClip 598 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } instance of movieClip 612 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } instance of movieClip 659 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } } movieClip 661 { frame 1 { view = 'far'; } instance of movieClip 660 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 663 { } movieClip 665 { } movieClip 669 { } movieClip 671 { } movieClip 673 { instance of movieClip 669 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 675 { } movieClip 676 { } movieClip 680 { } movieClip 682 { } movieClip 684 { instance of movieClip 680 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 686 { } movieClip 687 { } movieClip 689 { } movieClip 693 { } movieClip 695 { } movieClip 697 { instance of movieClip 693 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 699 { } movieClip 700 { } movieClip 704 { } movieClip 706 { } movieClip 708 { instance of movieClip 704 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 710 { } movieClip 711 { } 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 722 { } movieClip 726 { } movieClip 728 { } movieClip 730 { instance of movieClip 726 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 732 { } movieClip 734 { } movieClip 735 { } movieClip 739 { frame 1 { stop(); } } movieClip 741 { } movieClip 742 { frame 1 { _root.shepLooking = 'front'; _root.shepFacing = 'front'; _root.shepMood = 'angry'; } instance of movieClip 237 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } frame 61 { prevFrame(); } frame 62 { _root.shepLooking = 'front'; _root.shepFacing = 'frontSideRight'; _root.shepMood = 'angry'; } instance of movieClip 237 { 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 739 { onClipEvent (load) { this.gotoAndStop(2); } } frame 240 { _root.shepLooking = 'front'; _root.shepFacing = 'frontSideLeft'; _root.shepMood = 'sad'; } frame 312 { stop(); } } movieClip 743 { frame 100 { stop(); } } movieClip 746 { } movieClip 748 { } movieClip 754 { } movieClip 756 { } movieClip 759 { } movieClip 761 { } movieClip 764 { frame 1 { stop(); } } movieClip 766 { } movieClip 768 { } movieClip 770 { } movieClip 774 { } movieClip 780 { instance of movieClip 774 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 782 { } movieClip 784 { } movieClip 786 { } movieClip 788 { } movieClip 790 { } movieClip 792 { } movieClip 794 { } movieClip 797 { } movieClip 799 { } movieClip 801 { } movieClip 803 { } movieClip 805 { } movieClip 807 { } movieClip 811 { frame 8 { stop(); } } movieClip 812 { 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 813 { instance of movieClip 742 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } instance of movieClip 812 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } movieClip 814 { frame 1 { view = 'far'; } instance of movieClip 813 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 817 { frame 1 { stop(); } } movieClip 821 { } movieClip 822 { instance of movieClip 821 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 825 { frame 1 { stop(); } } movieClip 828 { frame 1 { stop(); } } movieClip 829 { } movieClip 833 { } movieClip 834 { instance of movieClip 833 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 837 { frame 1 { stop(); } } movieClip 838 { } movieClip 840 { frame 1 { stop(); } } movieClip 842 { } movieClip 843 { } movieClip 846 { frame 1 { stop(); } } movieClip 847 { } movieClip 850 { frame 1 { stop(); } } movieClip 851 { } movieClip 854 { frame 1 { stop(); } } movieClip 855 { } movieClip 856 { frame 1 { _root.shepLooking = 'front'; _root.shepFacing = 'front'; _root.shepMood = 'normal'; } instance of movieClip 237 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } frame 61 { _root.shepLooking = 'left'; _root.shepFacing = 'front'; _root.shepMood = 'angry'; stop(); } } movieClip 857 { frame 100 { stop(); } } movieClip 860 { } movieClip 862 { } movieClip 864 { } movieClip 866 { } movieClip 867 { } movieClip 868 { } movieClip 869 { } movieClip 871 { } movieClip 874 { } movieClip 876 { frame 1 { stop(); } } movieClip 879 { frame 1 { stop(); } } movieClip 881 { } movieClip 884 { frame 1 { stop(); } } movieClip 887 { frame 1 { stop(); } } movieClip 889 { } movieClip 891 { } movieClip 893 { } movieClip 895 { } movieClip 897 { } movieClip 899 { } movieClip 904 { } movieClip 906 { frame 1 { stop(); } } movieClip 908 { } movieClip 910 { frame 1 { stop(); } } movieClip 914 { } movieClip 918 { } movieClip 925 { } movieClip 927 { } movieClip 929 { } movieClip 930 { frame 1 { _root.shepLooking = 'front'; _root.shepFacing = 'side'; _root.shepMood = 'angry'; stop(); } instance of movieClip 237 { 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 931 { instance of movieClip 930 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } } movieClip 932 { frame 1 { view = 'far'; } instance of movieClip 931 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 934 { } movieClip 936 { } movieClip 938 { } movieClip 942 { } movieClip 944 { } movieClip 947 { instance of movieClip 942 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 948 { } movieClip 950 { } movieClip 954 { } movieClip 956 { } movieClip 959 { instance of movieClip 954 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 960 { } movieClip 962 { } movieClip 966 { } movieClip 968 { } movieClip 971 { instance of movieClip 966 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 972 { } movieClip 974 { } movieClip 978 { } movieClip 980 { } movieClip 983 { instance of movieClip 978 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 985 { } movieClip 986 { } movieClip 990 { } movieClip 992 { } movieClip 993 { instance of movieClip 990 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 995 { } movieClip 996 { } movieClip 1000 { } movieClip 1002 { } movieClip 1005 { instance of movieClip 1000 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1007 { } movieClip 1008 { } movieClip 1010 { } movieClip 1012 { } movieClip 1014 { } movieClip 1016 { } movieClip 1017 { } movieClip 1018 { } movieClip 1019 { } movieClip 1022 { frame 1 { _root.girlEye = 'close'; _root.shepLooking = 'right'; _root.shepFacing = 'front'; _root.shepMood = 'normal'; } instance of movieClip 237 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } instance of movieClip 1005 { 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 1023 { frame 100 { stop(); } } movieClip 1025 { } movieClip 1027 { } movieClip 1031 { } movieClip 1033 { instance of movieClip 1031 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1035 { } movieClip 1037 { } movieClip 1040 { } movieClip 1047 { instance of movieClip 1040 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1049 { } movieClip 1051 { } movieClip 1053 { } movieClip 1055 { } movieClip 1058 { frame 1 { stop(); } } movieClip 1060 { } movieClip 1062 { } movieClip 1064 { } movieClip 1065 { 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 1066 { instance of movieClip 1065 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } } movieClip 1067 { frame 1 { view = 'far'; } instance of movieClip 1066 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 1069 { } movieClip 1071 { } movieClip 1073 { } movieClip 1077 { } movieClip 1079 { } movieClip 1085 { instance of movieClip 1077 { 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 1086 { } movieClip 1088 { } movieClip 1092 { } movieClip 1094 { } movieClip 1095 { instance of movieClip 1092 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1096 { } movieClip 1098 { } movieClip 1100 { } movieClip 1104 { } movieClip 1110 { } movieClip 1114 { instance of movieClip 1104 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } frame 105 { gotoAndPlay(1); } } movieClip 1115 { } movieClip 1117 { } movieClip 1119 { } movieClip 1123 { } movieClip 1125 { } movieClip 1128 { instance of movieClip 1123 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1129 { } movieClip 1131 { } movieClip 1135 { } movieClip 1137 { } movieClip 1140 { instance of movieClip 1135 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1141 { } movieClip 1143 { } movieClip 1147 { } movieClip 1149 { } movieClip 1152 { instance of movieClip 1147 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1153 { } movieClip 1161 { } movieClip 1163 { } movieClip 1164 { } movieClip 1166 { frame 1 { _root.girlEye = 'down'; } instance of movieClip 237 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } instance of movieClip 1085 { 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 1114 { 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 1167 { frame 100 { stop(); } } movieClip 1171 { frame 1 { stop(); } } movieClip 1174 { frame 1 { stop(); } } movieClip 1177 { frame 1 { stop(); } } movieClip 1178 { } movieClip 1181 { } movieClip 1182 { } movieClip 1184 { } movieClip 1186 { } movieClip 1188 { } movieClip 1193 { } movieClip 1198 { instance of movieClip 1193 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1200 { } movieClip 1202 { } movieClip 1204 { } movieClip 1208 { } movieClip 1213 { instance of movieClip 1208 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1215 { } movieClip 1216 { 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 1217 { instance of movieClip 1166 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } instance of movieClip 1216 { onClipEvent (load) { this.gotoAndPlay(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndPlay(_root.scene); _root.scene = ''; } } } } movieClip 1218 { frame 1 { view = 'far'; } instance of movieClip 1217 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 1226 { } movieClip 1227 { frame 1 { view = 'far'; } instance of movieClip 1226 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 1232 { frame 57 { stop(); } } movieClip 1233 { } movieClip 1234 { frame 1 { view = 'far'; } instance of movieClip 1233 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 1236 { } movieClip 1238 { } movieClip 1240 { } movieClip 1243 { frame 1 { stop(); } } movieClip 1245 { } movieClip 1247 { } movieClip 1249 { } movieClip 1251 { } movieClip 1253 { } movieClip 1255 { } movieClip 1258 { frame 1 { stop(); } } movieClip 1260 { } movieClip 1265 { } movieClip 1268 { instance of movieClip 1265 { onClipEvent (load) { this.gotoAndStop('still'); } onClipEvent (enterFrame) { if (_root.girlTalk == true) { this.play(); } else { this.gotoAndStop('still'); } } } } movieClip 1269 { 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 1271 { } movieClip 1273 { } movieClip 1276 { frame 1 { stop(); } } movieClip 1278 { } movieClip 1279 { } movieClip 1281 { } movieClip 1283 { } movieClip 1285 { } movieClip 1287 { } movieClip 1289 { } movieClip 1290 { } movieClip 1292 { } movieClip 1294 { } movieClip 1296 { } movieClip 1298 { } movieClip 1300 { } movieClip 1301 { } movieClip 1303 { } movieClip 1305 { } movieClip 1307 { } movieClip 1309 { } movieClip 1310 { } movieClip 1312 { } movieClip 1314 { } movieClip 1316 { } movieClip 1317 { } movieClip 1319 { frame 205 { stop(); } } movieClip 1320 { frame 130 { stop(); } } movieClip 1321 { } movieClip 1322 { frame 1 { view = 'far'; } instance of movieClip 1321 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 1326 { frame 2 { stop(); } } movieClip 1329 { frame 1 { stop(); } } movieClip 1332 { frame 1 { stop(); } } movieClip 1335 { frame 1 { stop(); } } movieClip 1338 { frame 1 { stop(); } } movieClip 1349 { } movieClip 1351 { } movieClip 1353 { } movieClip 1355 { } movieClip 1357 { } movieClip 1359 { } movieClip 1361 { } movieClip 1362 { } movieClip 1372 { } movieClip 1383 { } movieClip 1384 { } movieClip 1386 { } movieClip 1388 { } movieClip 1389 { } movieClip 1391 { } movieClip 1393 { } movieClip 1395 { } movieClip 1396 { } movieClip 1398 { } movieClip 1400 { } movieClip 1402 { } movieClip 1404 { } movieClip 1406 { } movieClip 1408 { } movieClip 1409 { } movieClip 1411 { } movieClip 1413 { } movieClip 1414 { } movieClip 1416 { } movieClip 1418 { } movieClip 1419 { } movieClip 1420 { } movieClip 1421 { frame 1 { view = 'far'; } instance of movieClip 1420 { onClipEvent (load) { this.gotoAndStop(_root.graphicType); } onClipEvent (enterFrame) { this.gotoAndStop(_root.graphicType); } } frame 17 { view = 'mid'; } frame 33 { view = 'close'; } } movieClip 1422 { instance of movieClip 320 { onClipEvent (load) { this.gotoAndStop(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndStop(_root.scene); _root.scene = ''; } } } instance of movieClip 368 { onClipEvent (load) { this.gotoAndStop(_root.scene); _root.scene = ''; } onClipEvent (enterFrame) { if (_root.scene != '') { this.gotoAndStop(_root.scene); _root.scene = ''; } } } instance of movieClip 441 { 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 509 { 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 661 { 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 814 { 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 932 { 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 1067 { 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 1218 { 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 1227 { 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 1234 { 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 1322 { 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 1421 { 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 1422 { onClipEvent (load) { this.gotoAndStop(_root.eventGraphic); } onClipEvent (enterFrame) { this.gotoAndStop(_root.eventGraphic); } } movieClip 1427 { frame 75 { stop(); } } button 1434 { on (press, keyPress '<Space>') { _root.nextLine(); } } movieClip 1439 { } button 1446 { 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 1447 { 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 1448 { 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 1449 { instance radial of movieClip 1439 { onClipEvent (load) { this.gotoAndStop(4); } } } movieClip 1450 { } movieClip 1452 { 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 of movieClip 1450 { 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(1); _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 { _root.setBG = 'liaraPlace'; if (_root.part == 1) { _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 me 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.'); } 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(); } } frame 4 { _root.setBG = 'jackPlace'; if (_root.part == 1) { _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('... Hmmmmmmmmmmmmmm.... Oh... ahhhhh...'); } if (_root.part == 19) { _root.talker = _root.punkGirl; _root.texto('BURP!'); } if (_root.part == 20) { _root.setGraphic('jack1', 'normal', 'mid'); _root.talker = _root.punkGirl; _root.texto('Oh wait, it\'s not the truth who came out. It was gases.'); _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 that. Probably. The universe is dangerous. I am dangerous. It pays to have friends here and there.'); } if (_root.part == 20206) { _root.talker = _root.punkGirl; _root.setGraphic('jack1', 'thinking', 'far'); _root.texto('...'); _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(); } } frame 5 { _root.setBG = 'TaliPlace'; if (_root.part == 1) { _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?'); } if (_root.part == 61) { _root.setGraphic('tali1', 'fmg', 'far'); _root.scene = 'eight'; _root.talker = _root.quarianGirl; _root.texto('It\'s my suit! It\'s breached!'); _root.choiceText1 = 'Go patch your suit.'; _root.choiceText2 = 'A-HA! I told ya!'; _root.choiceText3 = 'I could help you, but...'; } if (_root.part == 61101) { _root.paragonChange(1); _root.talker = _root.player; _root.texto('Go patch your suit. Don\'t forget to send me the list of the materials you need.'); _root.part = 61; } if (_root.part == 61201) { _root.paragonChange(3); _root.talker = _root.player; _root.texto('HA! Told ya! DUMMY! You even broke the damn door! You will pay for that! LOSER!'); _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('Just worry about you. 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(); } } frame 6 { _root.setBG = 'SamaraPlace'; if (_root.part == 1) { _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. Is that Yoga?'); _root.part = 3; } 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!'); _root.part = 3; } 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 = 3; } if (_root.part == 4) { _root.talker = _root.justicarGirl; _root.texto('Before you say anything, i know the cause what brings you here.'); } if (_root.part == 5) { _root.talker = _root.player; _root.texto('Okay.'); } 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(); } } frame 7 { _root.setBG = 'MirandaPlace'; if (_root.part == 1) { _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. They are too busy in managing this crisis to research this kind of technology.'); } if (_root.part == 29) { _root.talker = _root.player; _root.texto('Ok. 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(); } } frame 8 { _root.setBG = 'bridge'; if (_root.part == 1) { _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!'); } if (_root.part == 36) { _root.talker = _root.officeGirl; _root.texto('You don\'t have to hid it from me. 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(); } } 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 == 7302) { _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', 'normal', '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.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.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.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.talker = _root.blueGirl; _root.texto('...!'); } 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.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.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.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.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.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.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.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.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.talker = _root.blueGirl; _root.texto('Alright. Are you coming now?'); } 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.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.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.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.talker = _root.blueGirl; _root.texto('... Of course... you have me... ' + _root.player); _root.part = 20; } if (_root.part == 21) { _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.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.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.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.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('... oh... ' + _root.blueGirl + '... what you did do?'); } if (_root.part == 25106) { _root.talker = _root.blueGirl; _root.texto('Be patient Commander! I will tell you! Every single part! Every... part!'); _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.talker = _root.blueGirl; _root.texto('Hu hu hu! 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.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 come with me sometime, but you could be in danger.'); } if (_root.part == 25303) { _root.talker = _root.blueGirl; _root.texto('Danger?'); } 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.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.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.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 entered on a tight spot. I guess you biotic powers really saved the day.'); } if (_root.part == 30) { _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.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('Be on your way? What do you mean?'); } if (_root.part == 34) { _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! I can\'t take this anymore!'); } if (_root.part == 35) { _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.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.talker = _root.blueGirl; _root.texto('But all these choices takes you to the same place! It\'s a freedom illusion!'); } 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!'); } if (_root.part == 35302) { _root.talker = _root.blueGirl; _root.texto('You know, there is no 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.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.talker = _root.blueGirl; _root.texto('That\'s sad.'); _root.part = 35; } if (_root.part == 36) { _root.talker = _root.blueGirl; _root.texto('Enough of this nonsense chatter! 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.talker = _root.blueGirl; _root.texto('Huhuhu... HAhahahahaHAhahahahahahAHAHAHAHAHAHAHAHAAHhahahahaha!'); } if (_root.part == 39) { _root.talker = _root.player; _root.texto('Oh God... what you did to him?'); } if (_root.part == 40) { _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.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.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.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.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 degree some miles away ' + _root.blueGirl + '! Space Jesus! Now what we\'ll do?'); } if (_root.part == 45104) { _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.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.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 last century.'); } if (_root.part == 45304) { _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.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.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.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.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.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 doybt 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 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.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.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.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.talker = _root.player; _root.texto('Nothing. Never mind.'); _root.part = 50; } if (_root.part == 51) { _root.talker = _root.blueGirl; _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', 'normal', 'mid'); _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 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.wait('long'); _root.setGraphic('jack2', 'special1', 'fixedFar'); _root.scene = 'two'; } 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.wait('long'); _root.setGraphic('jack2', 'special1', 'fixedFar'); _root.scene = 'three'; } if (_root.part == 9) { _root.talker = '???'; _root.texto('Grrrrr...'); _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', 'fixedFar'); _root.scene = 'four'; _root.talker = _root.punkGirl; _root.texto('...'); } if (_root.part == 9103) { _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!'); } 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', 'fixedFar'); _root.scene = 'four'; _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 == 9203) { _root.talker = _root.player; _root.texto(_root.punkGirl + '? WHAT THE FUCK!? Do not to stalk me ever again! SPACE JESUS!'); } if (_root.part == 9204) { _root.talker = _root.player; _root.texto('Don\'t worry ' + _root.player + '. You will see me coming when I kill you.'); } if (_root.part == 9205) { _root.talker = _root.player; _root.texto('HA HA! I was kinda missing this. Talking thrash with you, the death treats...'); } if (_root.part == 9206) { _root.talker = _root.player; _root.texto('Yeah, me too.'); } 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', 'fixedFar'); _root.scene = 'four'; _root.talker = _root.punkGirl; _root.texto('WHAT THE FUCK! WHO LET YOU TOUCH MY SHIT! YOU SHIT-SHITTER!'); } if (_root.part == 9203) { _root.talker = _root.player; _root.texto(_root.punkGirl + '? Is that you? You look a bit different.'); } if (_root.part == 9204) { _root.talker = _root.player; _root.texto('And you still looks the same shit-eater as always!'); } if (_root.part == 9205) { _root.talker = _root.player; _root.texto('Careful... I am still your commander and this is still my ship! And...'); } if (_root.part == 9206) { _root.talker = _root.player; _root.texto('And...'); } if (_root.part == 9207) { _root.talker = _root.player; _root.texto('Its good to see you again.'); } if (_root.part == 9208) { _root.talker = _root.player; _root.texto('... Shut up...!'); } if (_root.part == 10) { _root.talker = _root.player; _root.texto('Humph. OK. Back to business! Explain yourself!'); } if (_root.part == 11) { _root.talker = _root.player; _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.talker = _root.player; _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.player; _root.texto('I think now is the time you to step your game up ' + _root.player + '! It\'s time to pussy down and man up. Just tell me one thing:'); } if (_root.part == 16) { _root.talker = _root.player; _root.texto('What are you gonna do... BITCH?'); _root.choiceText1 = 'WHAT-THE-FUCK-YOU-SAID?'; _root.choiceText2 = 'Cute. Is that supposed to anger me?'; _root.choiceText3 = 'I will... I gonna... I should...!!'; } } frame 13 { _root.setBG = 'TaliPlace'; if (_root.part == 1) { _root.wait('med'); _root.setGraphic('tali2', 'special1', 'fixedFar'); _root.scene = 'one'; } 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.player; _root.texto('WAIT!! ' + _root.player + '!! WAIT!!!'); } if (_root.part == 5) { _root.talker = _root.player; _root.texto('Who is there? I know that voice... ' + _root.quarianGirl + '?'); } if (_root.part == 6) { _root.talker = _root.player; _root.texto('YES! That\'s me Commander! IT\'S MEEEEEE!!!'); } if (_root.part == 7) { _root.talker = _root.player; _root.texto('Ah! I mean...'); } if (_root.part == 8) { _root.setGraphic('tali2', 'special2', 'fixedClose'); _root.scene = 'one'; _root.wait('long'); } if (_root.part == 9) { _root.talker = _root.player; _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.talker = _root.player; _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.talker = _root.player; _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.talker = _root.player; _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.talker = _root.player; _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.talker = _root.player; _root.texto('I would love to push you around ' + _root.player + '!'); } if (_root.part == 11205) { _root.talker = _root.player; _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.talker = _root.player; _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.talker = _root.player; _root.texto('M-my cape? You were talking about my cape? DID YOU NOTICIED... MY CAPE?!'); } if (_root.part == 11305) { _root.talker = _root.player; _root.texto('Yeah, why the surprise... OH. Look. You are purple! Or something more Blue-ish? Who would guess that? HA! AWESOME!'); } if (_root.part == 11306) { _root.talker = _root.player; _root.texto('HahahaheheHe... sigh...'); _root.part = 11; } if (_root.part == 12) { _root.talker = _root.player; _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.talker = _root.player; _root.texto('...me.'); } if (_root.part == 14) { _root.talker = _root.player; _root.texto('A... that is... ah...'); } if (_root.part == 15) { _root.talker = _root.player; _root.texto('Irrrk! I wanted to say you have an Aquarian Admiral as an asset in your war room!'); } if (_root.part == 16) { _root.talker = _root.player; _root.texto('OH! I see! I accept you... your assistence Admiral!'); } } 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 1452 { onClipEvent (load) { this.gotoAndStop(_root.event); } onClipEvent (enterFrame) { this.gotoAndStop(_root.event); } } movieClip 1454 { } instance animationScript of movieClip 1454 { 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 1460 { } movieClip 1461 { frame 195 { stop(); } } instance of movieClip 1461 { onClipEvent (load) { this.gotoAndStop('vazio'); } onClipEvent (enterFrame) { if (_root.graphicAct == true) { this.gotoAndPlay(1); _root.graphicAct = false; } } } movieClip 1466 { } movieClip 1474 { } movieClip 1478 { } movieClip 1479 { instance of movieClip 1474 { onClipEvent (load) { this.gotoAndStop(_root.paragonPoints); } onClipEvent (enterFrame) { this.gotoAndStop(_root.paragonPoints); } } instance of movieClip 1478 { onClipEvent (load) { this.gotoAndStop(_root.moodType); } } instance of movieClip 1478 { onClipEvent (load) { this.gotoAndStop(_root.moodType); } } instance of movieClip 1478 { onClipEvent (load) { this.gotoAndStop(_root.moodType); } } frame 161 { stop(); } } instance of movieClip 1479 { onClipEvent (load) { this.gotoAndStop('vazio'); } onClipEvent (enterFrame) { if (_root.showParagon == true) { _root.showParagon = false; this.play(); } } } movieClip 1484 { } movieClip 1487 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 1488 { instance of movieClip 1484 { onClipEvent (enterFrame) { this.gotoAndStop(_root.romancePoints); } } instance of movieClip 1487 { onClipEvent (enterFrame) { this.gotoAndStop(_root.romanceType); } } frame 100 { stop(); } } instance of movieClip 1488 { onClipEvent (load) { this.gotoAndStop('vazio'); } onClipEvent (enterFrame) { if (_root.showRomance == true) { _root.showRomance = false; this.play(); } } } button 1494 { on (press, keyPress 'a') { _root.autoPlayButton(); } } button 1500 { on (press, keyPress 's') { _root.skipButton(); } } movieClip 1503 { frame 1 { stop(); } } movieClip 1504 { instance of movieClip 1503 { onClipEvent (load) { this.gotoAndStop(_root.autoPlayActivate); } onClipEvent (enterFrame) { this.gotoAndStop(_root.autoPlayActivate); } } instance of movieClip 1503 { onClipEvent (load) { this.gotoAndStop(_root.skipActivate); } onClipEvent (enterFrame) { this.gotoAndStop(_root.skipActivate); } } } instance of movieClip 237 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } movieClip 1514 { instance of movieClip 332 { onClipEvent (load) { this.gotoAndStop(_root.girlMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.girlMood); } } instance of movieClip 338 { 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 365 { onClipEvent (load) { this.gotoAndStop(_root.girlMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.girlMood); } } } instance of movieClip 1514 { onClipEvent (load) { this.gotoAndStop(_root.girlPosition); } onClipEvent (enterFrame) { this.gotoAndStop(_root.girlPosition); } } instance of movieClip 340 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } movieClip 1515 { instance of movieClip 203 { onClipEvent (load) { this.gotoAndStop(_root.shepMood); } onClipEvent (enterFrame) { this.gotoAndStop(_root.shepMood); } } } instance of movieClip 1515 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } instance of movieClip 237 { onClipEvent (load) { this.gotoAndStop(_root.shepFacing); } } button 1520 { on (release) { nextFrame(); } } button 1557 { on (press) { _root.gotoAndStop('start'); } } movieClip 1558 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } } button 1562 { on (press) { _root.gotoAndStop('start'); } }




http://swfchan.com/40/198119/info.shtml
Created: 12/10 -2018 21:28:17 Last modified: 12/10 -2018 21:28:17 Server time: 28/04 -2024 22:05:42