youtube Posted August 4, 2013 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 171 Reputation: 0 Joined: 06/19/13 Last Seen: March 16, 2014 Share Posted August 4, 2013 item trade to Cashpoint? Quote Link to comment Share on other sites More sharing options...
Joseph Posted August 4, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share 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 Link to comment Share on other sites More sharing options...
rans Posted August 4, 2013 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 429 Reputation: 60 Joined: 08/19/12 Last Seen: Tuesday at 02:03 PM Share Posted August 4, 2013 here. just edit it.http://pastebin.com/AZi0kPHs 1 Quote Link to comment Share on other sites More sharing options...
Question
youtube
item trade to Cashpoint?
Link to comment
Share on other sites
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.