viewing paste Unknown #23245 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
        .@randtalk = rand(1,10);
        if(.@randtalk == 1) {
        npctalk "Thank you "+strcharinfo(0)+" for saving my life.";
        sleep 2000;
}
    if(.@randtalk == 2) {
        npctalk "Thank you so much "+strcharinfo(0)+". I almost felt like a popsicle!";
        sleep 2000;
}
    if(.@randtalk == 3) {
        npctalk "My toes and fingers feel so numb. Glad I didn't get frost-biten, thank you "+strcharinfo(0)+".";
        sleep 2000;
}
    if(.@randtalk == 4) {
        npctalk ""+strcharinfo(0)+" you're the best! Now go get those Ice Titans out of here!";
        sleep 2000;
}
    if(.@randtalk == 5) {
        npctalk "Take out those Ice Titans and save El Dicastes!";
        sleep 2000;
}
    if(.@randtalk == 6) {
        npctalk "Thank you! Burn away their ice-cold hearts "+strcharinfo(0)+"!";
        sleep 2000;
}
    if(.@randtalk == 7) {
        npctalk "I wish they would just melt away! Please protect us!";
        sleep 2000;
}
    if(.@randtalk == 8) {
        npctalk "Melt their icy souls into a puddle of water "+strcharinfo(0)+"!";
        sleep 2000;
}
    if(.@randtalk == 9) {
        npctalk "If I had a flamethrower they wouldn't have had me! Take care of them "+strcharinfo(0)+"!";
        sleep 2000;
}
    if(.@randtalk == 10) {
        npctalk "Finally, I will leave and alert the others "+strcharinfo(0)+"";
        sleep 2000;
}
Viewed 612 times, submitted by Guest.