youtube Posted June 24, 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 June 24, 2013 please post here Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 24, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted June 24, 2013 prontera,150,150,0 script Test 123,{ set .@cost,100 // set the amount of zeny mes "Do you want to buy Stats?"; next; switch(select("Yes!:Nope!")) { case 1: mes "How many points do you want to buy?"; mes "Each points cost 100 zeny."; next; input .@amt; if( Zeny < ( .@amt * .@cost ) ) { mes "Insufficient Zeny!"; close; } else { set Zeny, Zeny - ( .@amt * .@cost ); set StatusPoint, StatusPoint + .@amt; mes "Here you go!"; } case 2: mes "Alright!"; close; } } Quote Link to comment Share on other sites More sharing options...
Patskie Posted June 24, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 13 hours ago Share Posted June 24, 2013 http://rathena.org/board/topic/64413-requesting-stat-seller/ Quote Link to comment Share on other sites More sharing options...
Question
youtube
please post here
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.