//JC: "Ok boss, we're looking for a shipment on this ship. Have you thought about looking in the cargo holds?"
//Blade: "How would you like to spend some time in a wheel chair JC?."
dialog "i_jc" "Ok boss, we're looking for a shipment on this ship. Have you thought about looking in the cargo holds?" "dialog/ship/jc/holds.wav" 1 5
waitforsound "dialog/ship/jc/holds.wav"
//wait 2
dialog "i_blade" "How would you like to spend some time in a wheel chair JC?." "dialog/ship/blade/wheel.wav" 1 5
//waitforsound "dialog/ship/blade/wheel.wav" .3
wait 1
end
blade_has_walkie_talkie:
//about 45 seconds after blade gets walkie talkie from the bridge
//Thug voice: "Bridge unit. Bridge unit come in."
//Blade: "Uh, umm, This is Bridge unit, go ahead."
//Thug voice: "Hey dude this is Eddie down in the cargo hold. We were wondering if you'd seen any sign of that intruder yet?"
//Blade: "Oh hey Eddie. Hows it going. No we haven't seen any sign of him."
dialog "i_thugthree" "Bridge unit. Bridge unit come in." "dialog/ship/eddie/bridge.wav" 1 5
waitForSound "dialog/ship/eddie/bridge.wav"
dialog "i_blade" "Uh, umm, This is Bridge unit, go ahead." "dialog/ship/blade/goahead.wav" 1 5
waitForSound "dialog/ship/blade/goahead.wav"
dialog "i_thugthree" "Hey dude this is Eddie down in the cargo hold. We were wondering if you'd seen any sign of that intruder yet?" "dialog/ship/eddie/eddie.wav" 1 5
waitForSound "dialog/ship/eddie/eddie.wav"
dialog "i_blade" "Oh hey Eddie. Hows it going. No we haven't seen any sign of him." "dialog/ship/blade/nosign.wav" 1 5
waitForSound "dialog/ship/blade/nosign.wav"
end
blade_at_hold:
//Blade gets to cargo hold door, finds it locked
//Blade: "Damn this one won't open."
//JC: "Maybe theres some way around it."
dialog "i_blade" "Damn this won't open." "dialog/ship/blade/wontopen.wav" 1 5
waitForSound "dialog/ship/blade/wontopen.wav"
dialog "i_jc" "Maybe theres some way around it." "dialog/ship/jc/wayar.wav" 1 5
waitForSound "dialog/ship/jc/wayar.wav"
end
blade_at_hold_walkie:
//suffix: (check to be sure its at least 45 seconds later, and blade got the walkie talkie from the bridge)
//Blade: "JC I've got an idea."
//JC: "Uh-Oh."
//Blade: "Eddie, this is bridge crew come in, over."
//Thug voice: "Bridge this is Eddie, over."
//Blade: "Hey Eddie we made some coffee, you wanta open the door, I've got a thermos for you, over."
//Thug voice: "Hey that sounds good. Over."
dialog "i_blade" "JC I've got an idea." "dialog/ship/blade/idea.wav" 1 5
dialog "i_thugthree" "Yeah this is Eddie in the hold. We're getting sea sick, dump some more water into the bilges ok?" "dialog/ship/eddie/seasick.wav" 1 5