moc_para01,38,162,2 script Code the Redeemer#Give1 405,{ if (checkweight(1201,1) == 0 || MaxWeight - Weight < 2000) { mes "^0000ffHold it right there!"; mes "You're carrying too many items and don't have enough inventory space to receive any rewards. Please make more inventory space available and come back to take this challenge.^000000"; close; } mes "[Code the Redeemer]"; mes "Welcome, "+strcharinfo(0)+"!"; mes "I've been expecting you."; next; mes "[Code the Redeemer]"; mes "I am a distributor of all the"; mes "items that adventurers like"; mes "yourself purchase on websites"; mes "or receive as promotions."; next; mes "[Code the Redeemer]"; mes "^0000FFIf the list is empty,"; mes "that means that you have"; mes "not purchased, or inputted"; mes "your serial code from the purchasing website.^000000"; next; // If you have a code redemption system, write your SQL queries here. select(""); close; }