viewing paste Unknown #497 | C#

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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
prt_fild08,54,59,4  script  Замороженный маг::ice_mage2  924,{
    if (evilmage == 1) goto L_1;
    if(smognah == 1) goto pristupim;
    mes "Маг заморожен. Но все таки кажется, что он еще живой.";
    close;
    pristupim:
    mes "^00aa00["+strcharinfo(0)+"]^000000";
    mes "Так вот значит ты где. Сейчас мы тебя разморозим...";
    next;
    mes "^00aa00["+strcharinfo(0)+"]^000000";
    mes "Надо вспомнить заклинание...";
    next;
    menu "Fulgura tollat. Fulgura fervet...",L_11,"Aqua non tollat. Aqua reddit...",L_12,"Luminum ascendit et materiam...",L_13;
    L_11:   goto qe2;
    L_12:   goto qe2;
    L_13:   set qe_ma,qe_ma+1;  goto qe2;
    qe2:
    mes "^00aa00["+strcharinfo(0)+"]^000000";
    mes "...";
    next;
    menu "Fulgura tollat. Fulgura fervet...",L_21,"Aqua non tollat. Aqua reddit...",L_22,"Luminum ascendit et materiam...",L_23;
    L_21:   set qe_ma,qe_ma+1;  goto qe3;
    L_22:   goto qe3;
    L_23:   goto qe3;
    qe3:
    mes "^00aa00["+strcharinfo(0)+"]^000000";
    mes "...";
    next;
    menu "Fulgura tollat. Fulgura fervet...",L_31,"Aqua non tollat. Aqua reddit...",L_32,"Luminum ascendit et materiam...",L_33;
    L_31:   goto qe4;
    L_32:   set qe_ma,qe_ma+1;  goto qe4;
    L_33:   goto qe4;   
    qe4:
    mes "^00aa00["+strcharinfo(0)+"]^000000";
    mes "...";
    next;
    menu "Aqua",L_41,"Ignis",L_42,"Fulgura",L_43;
    L_41:   set qe_ma,qe_ma+1;  goto qe5;
    L_42:   goto qe5;
    L_43:   goto qe5;
    qe5:
    mes "^00aa00["+strcharinfo(0)+"]^000000";
    mes "...";
    next;
    menu "Aqua",L_51,"Ignis",L_52,"Fulgura",L_53;
    L_51:   goto qe6;
    L_52:   set qe_ma,qe_ma+1;  goto qe6;
    L_53:   goto qe6;
    qe6:
    mes "^00aa00["+strcharinfo(0)+"]^000000";
    mes "...";
    next;
    menu "Aqua",L_61,"Ignis",L_62,"Fulgura",L_63;
    L_61:   goto qe7;
    L_62:   goto qe7;
    L_63:   set qe_ma,qe_ma+1;  goto qe7;
    qe7:
    mes "^00aa00["+strcharinfo(0)+"]^000000";
    mes "...";
    next;
    menu "Пусть лед растопится!",L_71,"Etiam scutum rumpet glaciem...",L_72,"Scutum glasiem rumpet Ignis...",L_73,"Ice, I want you broke...",L_74,"Das Eis taut auf!",L_75;
    L_71:   goto qe8;
    L_72:   set qe_ma,qe_ma+1;  goto qe8;
    L_73:   goto qe8;
    L_74:   goto qe8;
    L_75:   goto qe8;
    qe8:
    if(qe_ma != 7) goto break_magic;
    hideonnpc "ice_mage2";
    hideoffnpc "norm_mage2";
    hideonnpc "ice_mage";
    hideoffnpc "norm_mage";
    set $rasmorozilsya,1;
    mes "^00aa00["+strcharinfo(0)+"]^000000";
    mes "Неужели у меня получилось...";
    set qe_ma,0;
    close2;
        sleep2 30000;
        set $@razgovor,0;
        hideonnpc "norm_mage2";
        hideoffnpc "ice_mage2";
        hideonnpc "norm_mage";
        hideoffnpc "ice_mage";
        end;
    break_magic:
    mes "^00aa00["+strcharinfo(0)+"]^000000";
    mes "Эх, не получилось. Нужно попробовать еще раз...";
    set qe_ma,0;
    close;
    L_1:
    mes "^00aa00["+strcharinfo(0)+"]^000000";
    if(sex == 1)    mes "Странно, я же вроде его размораживал.";
    if(sex == 0)    mes "Странно, я же вроде его размораживала.";
    close;
}
Viewed 861 times, submitted by Guest.