viewing paste script menu / labels | Athena

Posted on the
1 2 3 4 5 6 7 8
menu "Twin Santa Hat",L_1,"OCA",L_2,"OPB",L_3,"OBB",L_4,"Gift Box",L_5,"Santa Bag",L_6,"DB",L_7,"BB",L_8,"Firecrackers",L_9;
            L_1 : {
                if (countitem(7539) < 25) goto NoItems;
                delitem 7539,25;
                getitem 5488,1;
                mes "[Lutin Suspect]":
                mes "Le voici, joyeux Noël !";
            }
Viewed 549 times, submitted by Guest.