home *** CD-ROM | disk | FTP | other *** search
- precache:
- // thrall sounds
- //cachesound "monsters/thrall/meager.wav"
- //cachesound "monsters/thrall/cometome2.wav"
- //cachesound "monsters/thrall/pain5.wav"
- //cachesound "monsters/thrall/pain3.wav"
- //cachesound "monsters/thrall/thinkso.wav"
- //cachesound "monsters/thrall/laff2.wav"
- //cachesound "monsters/thrall/timedie.wav"
- //cachesound "monsters/thrall/notsurv3.wav"
- //cachesound "monsters/thrall/growl2.wav"
- // blade sounds
- //cachesound "dialog/thrall/blade/meager.wav"
- //cachesound "dialog/thrall/blade/bringon.wav"
- //cachesound "dialog/thrall/blade/getguys.wav"
- //cachesound "dialog/thrall/blade/cantgood.wav"
- //cachesound "dialog/thrall/blade/sorryup.wav"
- cachesound "dialog/thrall/blade/diebitch.wav"
- end
-
- // ------------------------------------------------------------------
- // Dialog for the Final Showdown
- // ------------------------------------------------------------------
-
- // -----------------------------
- // Dialog for the Final Showdown
- // -----------------------------
-
- thrall_blade_dialog1:
- // Thrall says, "Am I a dog that you provide for me this meager offering!"
- dialog "i_thrall" "Am I a dog that you provide for me this meager offering!" "monsters/thrall/meager.wav"
- waitForSound "monsters/thrall/meager.wav" .1
- // Blade says "Meager my ASS!"
- dialog "i_blade" "Meager my ASS!" "dialog/thrall/blade/meager.wav"
- waitForSound "dialog/thrall/blade/meager.wav" .1
- // Thrall says, "Come to me and I will give your flesh to the birds of the air and the beasts of the field!"
- dialog "i_thrall" "Come to me and I will give your flesh to the birds of the air and the beasts of the field!" "monsters/thrall/cometome2.wav"
- waitForSound "monsters/thrall/cometome2.wav" .1
- // Blade says "Bring it on!"
- dialog "i_blade" "Bring it on!" "dialog/thrall/blade/bringon.wav"
- waitForSound "dialog/thrall/blade/bringon.wav" .1
- end
-
- thrall_stage1_recovery:
- // Thrall in pain
- dialogsound "monsters/thrall/pain5.wav"
- waitForSound "monsters/thrall/pain5.wav" .1
- // Thrall breathes
- dialogsound "monsters/thrall/pain3.wav"
- waitForSound "monsters/thrall/pain3.wav" .1
- // Thrall says, "I don't think so little man!"
- dialog "i_thrall" "I don't think so little man!" "monsters/thrall/thinkso.wav"
- waitForSound "monsters/thrall/thinkso.wav" .1
- // Thrall says, "HA, HA, HA, HA!!!!!!"
- dialogsound "monsters/thrall/laff2.wav"
- waitForSound "monsters/thrall/laff2.wav" .1
- // Thrall says, "Time to DIE!"
- dialogsound "monsters/thrall/timedie.wav"
- waitForSound "monsters/thrall/timedie.wav" .1
- // Blade says "Holy shit where do they get these guys?!"
- dialog "i_blade" "Holy shit where do they get these guys?!" "dialog/thrall/blade/getguys.wav"
- waitForSound "dialog/thrall/blade/getguys.wav" 1
- end
-
- thrall_stage2_recovery:
- // Blade says "Oh man! That can't feel good at all!"
- dialog "i_blade" "Oh man! That can't feel good at all!" "dialog/thrall/blade/cantgood.wav"
- waitForSound "dialog/thrall/blade/cantgood.wav" 2
- // Thrall says, "You shall not survive."
- dialog "i_thrall" "You shall not survive" "monsters/thrall/notsurv3.wav"
- waitForSound "monsters/thrall/notsurv3.wav" 2
- // Blade says "You're gonna be sorry you got up!"
- dialog "i_blade" "You're gonna be sorry you got up!" "dialog/thrall/blade/sorryup.wav"
- waitForSound "dialog/thrall/blade/sorryup.wav" 1
- // Thrall growls
- dialogsound "monsters/thrall/growl2.wav"
- waitForSound "monsters/thrall/growl2.wav" .1
- end
-
- thrall_dies:
- // Blade says "DIE! You ugly son of a bitch!"
- dialog "i_blade" "DIE! You ugly son of a bitch!" "dialog/thrall/blade/diebitch.wav"
- waitForSound "dialog/thrall/blade/diebitch.wav" 1
- end
-