Famous Posted August 24, 2012 Posted August 24, 2012 Can I request for this script every time the breaker will break the emp during woe he can het points that can trade to example TCG Quote
Nipsino Posted August 24, 2012 Posted August 24, 2012 (edited) You could set a variable after OnAgitBreak: like... set empbrk,empbrk+1; And then you could have a TCG Exchanger that'll be based on the 'empbrk' variable. if(empbrk >= 1) goto menu; mes "I'm sorry but you haven't broke an emperium yet. Come talk to me when you do."; close; menu: mes "Current exchange rates are 1 Emp Break for 10 TCGs. Would you like to trade?"; switch(select("Yes:No thanks!")) { case 1: mes "Here ya go!"; set empbrk,empbrk-1; getitem xxx,10; // Change xxx to item id of TCG. close; case 2: close; } } Edited August 24, 2012 by Eden Quote
Question
Famous
Can I request for this script every time the breaker will break the emp during woe he can het points that can trade to example TCG
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.