Here Use this instead
Code:
/*
################################################## ######
#OdinMS Wedding Poster NPC! # # # # # # # # # #
#MADE BY [GM] Auku Of LostGM! # # # # # # # # #
################################################## ######
*/
function start() {
cm.sendSimple ("<Wedding> \r\n Heres All the Lovly Couples
That have been Married :D<3\r\n\r\n#B100#\r\n#L0##bGm
Weddings\r\n\#L1#Gold Rank Couples\r\n#L2#Silver Rank
Couples\r\n#L3#Bronze Rank Couples\r\n#L4#Normal Rank
Marriages\r\n#L5##gHow to Use\r\n#B100#");
}
function action(mode, type, selection) {
cm.dispose();
if (selection == 0) {
cm.sendOk ("#B100#\r\nHere's All the GM
Couples<3\r\n#b \r\nBlank Spot#v5200002#\r\n
Blank spot#v5200002#\r\n#B100#");
} else if (selection == 1) {
cm.sendOk ("Here's All the Gold Couples\r\nEmpty
Slot #v5200002#\r\nEmpty Slot #v5200002#\r\nEmpty Slot
#v5200002#\r\nEmpty Slot #v5200002#\r\nEmpty Slot
#v5200002#\r\nEmpty Slot #v5200002#\r\nEmpty Slot
#v5200002#\r\nEmpty Slot #v5200002#\r\nEmpty Slot
#v5200002#\r\nEmpty Slot #v5200002#\r\n");
} else if (selection == 2) {
cm.sendOk ("Here's All the Silver Couples\r\nEmpty
Slot #v5200001#\r\nEmpty Slot #v5200001#\r\nEmpty Slot
#v5200001#\r\nEmpty Slot #v5200001#\r\nEmpty Slot
#v5200001#\r\nEmpty Slot #v5200001#\r\nEmpty Slot
#v5200001#\r\nEmpty Slot #v5200001#\r\nEmpty Slot
#v5200001#\r\nEmpty Slot #v5200001#\r\n");
} else if (selection == 3) {
cm.sendOk ("Here's All the Bronze Couples\r\nEmpty
Slot #v5200000#\r\nEmpty Slot #v5200000#\r\nEmpty Slot
#v5200000#\r\nEmpty Slot #v5200000#\r\nEmpty Slot
#v5200000#\r\nEmpty Slot #v5200000#\r\nEmpty Slot
#v5200000#\r\nEmpty Slot #v5200000#\r\nEmpty Slot
#v5200000#\r\nEmpty Slot #v5200000#\r\n");
} else if (selection == 4) {
cm.sendOk ("Here's All the Plain Couples\r\nEmpty
Slot #v5220000#\r\nEmpty Slot #v5220000#\r\nEmpty Slot
#v5220000#\r\nEmpty Slot #v5220000#\r\nEmpty Slot
#v5220000#\r\nEmpty Slot #v5220000#\r\nEmpty Slot
#v5220000#\r\nEmpty Slot #v5220000#\r\nEmpty Slot
#v5220000#\r\nEmpty Slot #v5220000#\r\n");
} else if (selection == 5) {
cm.sendOk ("This is How you use this NPC!\r\n First of
all, To get posted on this NPC You'll need to talk to GM [Auku]\r\n1. Get
Married\r\n2. Talk to Auku to APQ\r\n3. The Better You and your Partner are
in APQ, The higher Rank You'll Get! \r\n (Please note that you cant APQ For
rankings yet, Thanks you :D) ALL NEW MARRIAGES WILL GET A SILVER
RANK!");
} else {
cm.dispose();
}
}