viewing paste Unknown #9179 | Athena

Posted on the | Last edited on
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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332
sec_in01,94,156,4   script  Gabrielle   720,{
    mes "[ ^F660ABGabrielle^000000 ]";
    mes "Hi ^F4123F"+strcharinfo(0)+"^000000";
    mes "I can trade several beautiful scarfs to you";
    mes "Do you want to know what i have in store?";
    next;
                switch(select("Yes Please:No")) {
                    case 2:
                    mes "[ ^F660ABGabrielle^000000 ]";
                    mes "Comeback Soon!... >.>";
                    close; 
    case 1:
    next;
    mes "I have a collection of special magical Scarfs";
    next;
    switch(select("^F4123FBlue Scarf^000000:^F4123FCyan Scarf^000000:^F4123FBlack Scarf^000000:^F4123FRed Scarf^000000:^F4123FPink Scarf^000000:^F4123FGreen Scarf^000000:^F4123FExit^000000")) {
 
case 1:
        Emotion e_ho;
        next;
        mes "[ ^F660ABGabrielle^000000 ]";
        mes "I need the following items for  me to give you";
        mes "1 ^0000FFBlue Scarf^000000";
        next;
        mes "[ ^F660ABGabrielle^000000 ]";
        mes "1 TCG Card";
        mes "5 Santa's Hat";
        mes "500 Well baked Cookie";
        mes "500 Candy";
        mes "10 Cobalt Blue Dyestuff";
        mes "10 White Dyestuff";
        mes "100 Tiger Panty";
        mes "100 Alice's Apron";
        mes "10 Silver Coins";
        mes "What do you say?";
        next;
        if(countitem(7227) >= 1 && countitem(2236) >= 5 && countitem(538) >= 500 && countitem(529) >= 500 && countitem(978) >= 10 && countitem(982) >= 10 && countitem(7267) >= 100 && countitem(7047) >= 100 && countitem(675) >= 10){
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "Wow! You've Collected it all!";
            next;
            delitem 7227,1;
            delitem 2236,5;
            delitem 538,500;
            delitem 529,500;
            delitem 978,10;
            delitem 982,10;
            delitem 7267,100;
            delitem 7047,100;
            delitem 675,10;
            mes "[ ^F660Gabrielle^000000 ]";
            mes "Here you go";
            getitem 21290,1;
            Emotion e_grat;
            next;
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "See you around!";
            Emotion e_bo;
            close;
        }
        else {
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "You don't meet my standards go away!";
            Emotion e_heh;
            close;          
        }
 
 
    case 2:
        Emotion e_ho;
        next;
        mes "[ ^F660ABGabrielle^000000 ]";
        mes "I need the following items for  me to give you";
        mes "1 ^0000FFCyan Scarf^000000";
        next;
        mes "[ ^F660ABGabrielle^000000 ]";
        mes "1 TCG Card";
        mes "5 Santa's Hat";
        mes "500 Well baked Cookie";
        mes "500 Candy";
        mes "10 Cobalt Blue Dyestuff";
        mes "10 White Dyestuff";
        mes "100 Tiger Panty";
        mes "100 Alice's Apron";
        mes "10 Silver Coins";
 
        mes "What do you say?";
        next;
        
            if(countitem(7227) >= 1 && countitem(2236) >= 5 && countitem(538) >= 500 && countitem(529) >= 500 && countitem(978) >= 10 && countitem(982) >= 10 && countitem(7267) >= 100 && countitem(7047) >= 100 && countitem(675) >= 10){
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "Wow! You've Collected it all!";
            next;
            delitem 7227,1;
            delitem 2236,5;
            delitem 538,500;
            delitem 529,500;
            delitem 978,10;
            delitem 982,10;
            delitem 7267,100;
            delitem 7047,100;
            delitem 675,10;
            mes "[ ^F660Gabrielle^000000 ]";
            mes "Here you go";
            getitem 21290,1;
            Emotion e_grat;
            next;
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "See you around!";
            Emotion e_bo;
            close;
        }
        else {
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "You don't meet my standards go away!";
            Emotion e_heh;
            close;          
        }
 
    case 3:
        Emotion e_ho;
        next;
        mes "[ ^F660ABGabrielle^000000 ]";
        mes "I need the following items for  me to give you";
        mes "1 ^0000FFBlack Scarf^000000";
        next;
        mes "[ ^F660ABGabrielle^000000 ]";
        mes "1 TCG Card";
        mes "5 Santa's Hat";
        mes "500 Well baked Cookie";
        mes "500 Candy";
        mes "10 Cobalt Blue Dyestuff";
        mes "10 White Dyestuff";
        mes "100 Tiger Panty";
        mes "100 Alice's Apron";
        mes "10 Silver Coins";
 
        mes "What do you say?";
        next;
        
            if(countitem(7227) >= 1 && countitem(2236) >= 5 && countitem(538) >= 500 && countitem(529) >= 500 && countitem(978) >= 10 && countitem(982) >= 10 && countitem(7267) >= 100 && countitem(7047) >= 100 && countitem(675) >= 10){
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "Wow! You've Collected it all!";
            next;
            delitem 7227,1;
            delitem 2236,5;
            delitem 538,500;
            delitem 529,500;
            delitem 978,10;
            delitem 982,10;
            delitem 7267,100;
            delitem 7047,100;
            delitem 675,10;
            mes "[ ^F660Gabrielle^000000 ]";
            mes "Here you go";
            getitem 21290,1;
            Emotion e_grat;
            next;
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "See you around!";
            Emotion e_bo;
            close;
        }
        else {
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "You don't meet my standards go away!";
            Emotion e_heh;
            close;          
        }
 
    case 4:
            Emotion e_ho;
        next;
        mes "[ ^F660ABGabrielle^000000 ]";
        mes "I need the following items for  me to give you";
        mes "1 ^0000FFRed Scarf^000000";
        next;
        mes "[ ^F660ABGabrielle^000000 ]";
        mes "1 TCG Card";
        mes "5 Santa's Hat";
        mes "500 Well baked Cookie";
        mes "500 Candy";
        mes "10 Cobalt Blue Dyestuff";
        mes "10 White Dyestuff";
        mes "100 Tiger Panty";
        mes "100 Alice's Apron";
        mes "10 Silver Coins";
 
        mes "What do you say?";
        next;
        
            if(countitem(7227) >= 1 && countitem(2236) >= 5 && countitem(538) >= 500 && countitem(529) >= 500 && countitem(978) >= 10 && countitem(982) >= 10 && countitem(7267) >= 100 && countitem(7047) >= 100 && countitem(675) >= 10){
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "Wow! You've Collected it all!";
            next;
            delitem 7227,1;
            delitem 2236,5;
            delitem 538,500;
            delitem 529,500;
            delitem 978,10;
            delitem 982,10;
            delitem 7267,100;
            delitem 7047,100;
            delitem 675,10;
            mes "[ ^F660Gabrielle^000000 ]";
            mes "Here you go";
            getitem 21290,1;
            Emotion e_grat;
            next;
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "See you around!";
            Emotion e_bo;
            close;
        }
        else {
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "You don't meet my standards go away!";
            Emotion e_heh;
            close;          
        }
 
 
    case 5:
                Emotion e_ho;
        next;
        mes "[ ^F660ABGabrielle^000000 ]";
        mes "I need the following items for  me to give you";
        mes "1 ^0000FFPink Scarf^000000";
        next;
        mes "[ ^F660ABGabrielle^000000 ]";
        mes "1 TCG Card";
        mes "5 Santa's Hat";
        mes "500 Well baked Cookie";
        mes "500 Candy";
        mes "10 Cobalt Blue Dyestuff";
        mes "10 White Dyestuff";
        mes "100 Tiger Panty";
        mes "100 Alice's Apron";
        mes "10 Silver Coins";
 
        mes "What do you say?";
        next;
        
            if(countitem(7227) >= 1 && countitem(2236) >= 5 && countitem(538) >= 500 && countitem(529) >= 500 && countitem(978) >= 10 && countitem(982) >= 10 && countitem(7267) >= 100 && countitem(7047) >= 100 && countitem(675) >= 10){
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "Wow! You've Collected it all!";
            next;
            delitem 7227,1;
            delitem 2236,5;
            delitem 538,500;
            delitem 529,500;
            delitem 978,10;
            delitem 982,10;
            delitem 7267,100;
            delitem 7047,100;
            delitem 675,10;
            mes "[ ^F660Gabrielle^000000 ]";
            mes "Here you go";
            getitem 21290,1;
            Emotion e_grat;
            next;
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "See you around!";
            Emotion e_bo;
            close;
        }
        else {
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "You don't meet my standards go away!";
            Emotion e_heh;
            close;          
        }
 
    case 6:
            Emotion e_ho;
        next;
        mes "[ ^F660ABGabrielle^000000 ]";
        mes "I need the following items for  me to give you";
        mes "1 ^0000FFGreen Scarf^000000";
        next;
        mes "[ ^F660ABGabrielle^000000 ]";
        mes "1 TCG Card";
        mes "5 Santa's Hat";
        mes "500 Well baked Cookie";
        mes "500 Candy";
        mes "10 Cobalt Blue Dyestuff";
        mes "10 White Dyestuff";
        mes "100 Tiger Panty";
        mes "100 Alice's Apron";
        mes "10 Silver Coins";
 
        mes "What do you say?";
        next;
        
            if(countitem(7227) >= 1 && countitem(2236) >= 5 && countitem(538) >= 500 && countitem(529) >= 500 && countitem(978) >= 10 && countitem(982) >= 10 && countitem(7267) >= 100 && countitem(7047) >= 100 && countitem(675) >= 10){
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "Wow! You've Collected it all!";
            next;
            delitem 7227,1;
            delitem 2236,5;
            delitem 538,500;
            delitem 529,500;
            delitem 978,10;
            delitem 982,10;
            delitem 7267,100;
            delitem 7047,100;
            delitem 675,10;
            mes "[ ^F660Gabrielle^000000 ]";
            mes "Here you go";
            getitem 21290,1;
            Emotion e_grat;
            next;
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "See you around!";
            Emotion e_bo;
            close;
        }
        else {
            mes "[ ^F660ABGabrielle^000000 ]";
            mes "You don't meet my standards go away!";
            Emotion e_heh;
            close;          
        }
 
    case 7:
        mes "[ ^F660ABGabrielle^000000 ]";
        mes "Alright!";
        mes "Just come back , Ill be waiting baby!";
        Emotion e_no1;
        close;
        }
    }
}
Viewed 1491 times, submitted by Dynasty.