*comment ñáéç *gotoref "bank"&bank_ctrl *label bank0 One of the many advantages to Wainwright Bank & Trust is that it is open until 10pm year-round. This allows you to get business done on your own, rather than having to send someone in on your behalf. There are some benefits to living in the 21st century, after all. *choice #I'd like to discuss my banking. *if metblanca Blanca welcomes you back to Wainwright Bank and Trust. *goto bank_screen *else A woman introduces herself as Blanca Martinez, and she says that she will be your personal banker. *set metblanca true *goto bank_screen *if met_manny = false #If I'm going to acquire some influence here, I need to find somewhere to start. You relax in the lounge, pretending to read a recent issue of the Financial Times, while observing the employees of the bank. *choice *if Stealth > 1 *if perception > 2 #That's the guy. His name is Manny... I'll follow him once he finishes his shift. *set met_manny true *goto meet_manny *if Stealth > 1 *if fighting > 1 #One of the employees has the look of a boxer. That could at least start a conversation if I 'bump' into him somewhere... *set met_manny true *goto meet_manny #I can't identify any likely candidates. And, in any event, I'd have a hard time following him out of here without some better shadowing skills. *set been_to_bank true *goto_scene boston *label meet_manny *set been_to_boxing true Manny leaves the bank around 11, carrying a gym bag. You follow him onto the T, and from there to a boxing club on the edge of the Greens. Once inside, you watch him warm up. You don't think he's seen you yet. *choice *if Fighting > 1 #I climb into the ring with him... *if Fighting = 2 ...and get my ass kicked. After sparring, he invites you to get a drink around the corner. *goto bar_with_manny *if Fighting = 3 ...and hold my own with him. After sparring, he invites you to get a drink around the corner. *goto bar_with_manny *if Fighting > 3 ...and get the better of him. He seems a little embarrassed, but accepts your invitation to a drink afterwards. *goto bar_with_manny *else *goto bar_with_manny *comment I don't exactly understand why these two lines make the above block work. Is this the best solution to the problem? *if charm > 3 #I invite him to a drink, hoping my charm encourages him to overlook the oddness of the request... *goto bar_with_manny #I hope he doesn't notice me! *goto_scene boston *label bar_with_manny After a workout and a few drinks, Manny thinks you're his new best friend. *set wealth -50 *set bank_ctrl +1 *goto_scene boston *label bank1 *choice #I'd like to discuss my banking. *if metblanca Blanca welcomes you back to Wainwright Bank and Trust. *goto bank_screen *else Blanca introduces herself as your personal banker. *set metblanca true *goto bank_screen *if bankmanagerpresence < 6 #Ask Manny to introduce you to the Mr. Carver, the bank manager. *goto meet_winston *label meet_winston Winston Carver stands to shake your hand as you enter his office, then gestures for you to take a seat. *choice *if charm > 4 #I make it known to Mr. Carver how fortunate he is to have made my acquaintance. *set bank_ctrl +1 *goto_scene boston #I talk about the weather. *goto_scene boston *label bank2 *choice #I'd like to discuss my banking. *if metblanca Blanca welcomes you back to Wainwright Bank and Trust. *goto bank_screen *else Blanca introduces herself as your personal banker. *set metblanca true *goto bank_screen #I wonder if Winston can introduce me to one of the members of the board? Winston hangs up the phone and informs you that the appointment has been arranged. *set bankdirectorappt true *goto_scene boston *label bank3 *choice #I'd like to discuss my banking. *if metblanca Blanca welcomes you back to Wainwright Bank and Trust. *goto bank_screen *else Blanca introduces herself as your personal banker. *set metblanca true *goto bank_screen *label bank_screen "What can I do for you today?" she inquires. *choice *if wealth > 10000 #I'd like to invest some of my money. *choice #$10,000 Blanca suggests a CD with a good return. *set wealth -10000 *set income +1 *goto_scene boston *if wealth > 5000 #$50,000 Blanca suggests a CD with a good return! *set wealth -50000 *set income +5 *goto_scene boston *if wealth > 100000 #$100,000 Blanca suggests a CD with a better return. *set wealth -100000 *set income +10 *goto_scene boston *if wealth > 250000 #$250,000 Blanca suggests a CD with a lovely return. *set wealth -250000 *set income +25 *goto_scene boston *if wealth > 500000 #$500,000 Blanca suggests a CD with a great return. *set wealth -500000 *set income +50 *goto_scene boston *if income > 0 *if bank_refinance = 0 #I'd like to review and reorganize my investments. Blanca is happy to help you reorganize your investments for a slightly better return. *set income *1.1 *set bank_refinance +1 *goto_scene boston *if income > 50000 *if bank_refinance = 1 *if bank_ctrl > 0 #I'd like to review and reorganize my investments.${empty} Blanca is happy to help you reorganize your investments for a marginably better return. *set income *1.15 *set bank_refinance +1 *goto_scene boston *if income > 150000 *if bank_refinance = 2 *if bank_ctrl > 1 #I'd like to review and reorganize my investments.${empty}${empty} Blanca is happy to help you reorganize your investments for a better return. *set income *1.2 *set bank_refinance +1 *goto_scene boston *if income > 400000 *if bank_refinance = 3 *if bank_ctrl > 2 #I'd like to review and reorganize my investments.${empty}${empty}${empty} Blanca is happy to help you reorganize your investments for a notably better return. *set income *1.25 *set bank_refinance +1 *goto_scene boston *if income >= 1 #I'd like to raise some capital. *choice #I need $10,000 *set income -1 *set wealth +10000 *goto_scene boston *if income >= 5 #I need $50000 *set income -5 *set wealth +50000 *goto_scene boston *if income >= 10 #I need $100,000 *set income -10 *set wealth +100000 *goto_scene boston *if income >= 25 #I need $250,000 *set income -25 *set wealth +250000 *goto_scene boston *if income >= 50 #I need $500,000 *set income -50 *set wealth +500000 *goto_scene boston #You know, I've changed my mind. *goto_scene boston