// per-campaign-level configuration file. Used to execute scripts and other commands for campaign levels // do NOT attempt to set cvars here! Those cvars must be set from the campaign file properly // this is only for scripts and other commands you wish to run for a given level // set our character for this campaign level settemp _cl_name "Vore Princess" settemp _cl_playermodel models/player/vixen.zym settemp _cl_playerskin 0 // ---------------------------------------------------------------- // Automated chat bot code: // ---------------------------------------------------------------- // this is a chat bot system, used in campaign levels to simulate dialogues between the player and bots // it only makes the player automatically speak certain messages, just like manually be typing them // eg. In a campaign level where you try to advance to the next area, you can make the script say "Bot: I will not let you pass!" // that does print "My-Playername: Bot: message", but it's the best this script can do // chat script settings set chatbot_msg_count 36 "number of messages (chatbot_msg_# cvars)" set chatbot_msg_time 20 "each message is posted after this many seconds" set chatbot_tmp_counter 0 "chatbot system variable, used to cycle the messages (do not set this manualy)" // chat script messages set chatbot_msg_0 "^2Vore Princess (self): ^7Snack! Mystic, Silver! You all made it! You're here!" set chatbot_msg_1 "^3Snack's spirit: ^7We sure are. And this time we're ready to do what is right and finish this once and for all!" set chatbot_msg_2 "^6Destroyer (voice in your mind): ^7Haaaah! You have only come toward your destruction! You fools. You will be the first to whitness my new reign of evil." set chatbot_msg_3 "^3Mystic's spirit: ^7With our heards in the right place, we will win over your evil and hate. We won't hate you or hate what you do, like we did in the past." set chatbot_msg_4 "^6Destroyer (voice in your mind): ^7Noooooooo! You WILL HATE me! How could you not? Look at what I am doing..." set chatbot_msg_5 "^3Silver's spirit: ^7That mistake will not happen again. We are all united together... more than you and your nightmare guards are." set chatbot_msg_6 "^6Destroyer (voice in your mind): ^7Enough! My guards will DESTROY you!" set chatbot_msg_7 "^2Vore Princess (self): ^7Let's all stick together. If we let our love for each other run free, it will make us invincible to him." set chatbot_msg_8 "^1Nightmare guard 1: ^7Raaaargh! Fleeeeesh meaaaaaat!" set chatbot_msg_9 "^6Destroyer (voice in your mind): ^7Go after them, my children of evil. Go and make them suffer, as much as you can. Make them scream in pain!" set chatbot_msg_10 "^1Nightmare guard 4: ^7Heeeeaaaaay! Huuuu mush diiieeeeeee!" set chatbot_msg_11 "^3Mystic's spirit: ^7We are stronger this time. Since I connected with all of you again... I feel stronger than I ever have before." set chatbot_msg_12 "^3Silver's spirit: ^7We all do. We are truly united, and this gives us formidable power. As long as we use this power wisely, which we will." set chatbot_msg_13 "^3Snack's spirit: ^7Hey. After all of this is over, can we go to a pretty astral realm and spend some vorry time there? Maybe more than vorry, hehe." set chatbot_msg_14 "^3Mystic's spirit: ^7After this is over we sure will, silly. It won't be long now, just keep hope in your hearts." set chatbot_msg_15 "^2Vore Princess (self): ^7I will be able to join you in any astral realm. We'll sure get to spend some time together, after it's all over!" set chatbot_msg_16 "^3Snack's spirit: ^7Oh yay! I really love you all you know? You're the most wonderful friends I ever had! I'd never want to be without you again." set chatbot_msg_17 "^6Destroyer (voice in your mind): ^7ENOUGH! Destroy them guardians! They have brought the blasphemy of love to our realm! SHOW NO MERCY!!!" set chatbot_msg_18 "^1Nightmare guard 1: ^7Hhhhaaaargh! Buuuuurn en heeeeeeeel! Feeeel teh paaaaaain..." set chatbot_msg_19 "^3Mystic's spirit: ^7Yes! This is working! The Destroyer is losing his power. I can feel the positive energy coming here." set chatbot_msg_20 "^6Destroyer (voice in your mind): ^7Noooooo! Never! NEVER! You cannot defeat me, I am invincible!" set chatbot_msg_21 "^3Snack's spirit: ^7Oh shut up you. You're so gonna get digested... and this time not by sadistic guards and monsters!" set chatbot_msg_22 "^6Destroyer (voice in your mind): ^7MAKE, THEM, DIEEEEE! Unleash your selves upon them! Show them our true evil... our true power!" set chatbot_msg_23 "^3Mystic's spirit: ^7Those guards scare me so badly. Not to mention how bad their digestion hurts. They are so cruel..." set chatbot_msg_24 "^2Vore Princess (self): ^7They are doing their best to harm us as much as possible. We must do our best to stop them, but not for the purpose of harming them back." set chatbot_msg_25 "^3Silver's spirit: ^7I'm feeling stronger. I'm feeling the light... the strength to do this." set chatbot_msg_26 "^6Destroyer (voice in your mind): ^7NO! This cannot be! They can't be stronger! They can't defeat ME!!!" set chatbot_msg_27 "^6Destroyer (voice in your mind): ^7Forces of evil! Gather and give me strength! Bring pain and hate upon these infidels! You will make me stronger. Yeeees... you will!" set chatbot_msg_28 "^2Vore Princess (self): ^7Don't listen to him. He's not getting any stonrger than this, no matter what he does. Trust me, I fought evil all my life." set chatbot_msg_29 "^6Destroyer (voice in your mind): ^7No, no, NOOOO! Give me power! Let me destroy them! Forces of darkness, don't leave me! NOOOOOOOOOOO..." set chatbot_msg_30 "^2Vore Princess (self): ^7It's slowly happening, his strength is going away! Let's do this loves, and restore order to this world and those who live on it." set chatbot_msg_31 "^2Vore Princess (self): ^7I ask the forces of light that all this evil is stopped. And that the Destroyer's fate will not be based on revenge, but on what is right." set chatbot_msg_32 "^3Snack's spirit: ^7Ok folks, this is it! He is weak and ready to be taken down. I can't wait for what comes next! Here I goooooo!" set chatbot_msg_33 "^3Silver's spirit: ^7Yes. It is finally happening. I too can feel the evil going away. I have never felt more content, and right. Here I go as well..." set chatbot_msg_34 "^3Mystic's spirit: ^7I am happier than I could describe. The right thing is finally happening. Here I go too... we'll see each other again soon!" set chatbot_msg_35 "^2Vore Princess (self): ^7Yes... it's finally happening. Order is being restored. It's all shining... all bright. Everything... is as it should be." // chat script system alias chatbot_count "qc_cmd rpn /chatbot_tmp_counter chatbot_tmp_counter 1 add $chatbot_msg_count mod def" alias chatbot_say "say ${$1}" alias chatbot_do "chatbot_say chatbot_msg_$chatbot_tmp_counter;chatbot_count" alias chatbot_loop "chatbot_do;defer $chatbot_msg_time chatbot_loop" // kill the chat script when the match ends alias cl_hook_campaign_gameend "alias chatbot_loop \"\"" // start the chat script defer $chatbot_msg_time chatbot_loop // ---------------------------------------------------------------- // End of automated chat bot code. // ----------------------------------------------------------------