Joseph Posted August 4, 2013 Posted August 4, 2013 payon,110,114,3 script Item Trader 100,{ .@itemID = 1234; // Item ID .@itemAmt = 1; // Item Amount .@cashPts = 1; // CashPoints if (countitem(.@itemID) >= .@itemAmt) { delitem .@itemID, .@itemAmt; #CASHPOINTS += .@cashPts; dispbottom "You've gained " + .@cashPts + " CashPoints."; end; } dispbottom "Requirement: " + .@itemAmt + " " + getitemname(.@itemID) + " for " + .@cashPts + " CashPoints."; end; } Edit: Oh I'm late. Quote
rans Posted August 4, 2013 Posted August 4, 2013 here. just edit it.http://pastebin.com/AZi0kPHs 1 Quote
Question
youtube
item trade to Cashpoint?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.