Dev Blaze Posted October 24, 2012 Posted October 24, 2012 (edited) Guys help me wht is wrong with this script http://pastebin.com/fQkB13px Line 430 Edited October 24, 2012 by o GM Mark o Quote
Dev Blaze Posted October 24, 2012 Author Posted October 24, 2012 @darristan Same error line 430 lhz_cube.gat,124,74,3 script winnerPrize#3vs3 818,2,2,{ sc_end SC_ALL; mes "[Winner Prize]"; mes "Congratulations, you're the winners! Here's your prize ~ "; next; getitem 22555,1; percentheal 100,100; if(@PRTYPRTY_x) {warp @PRTYPRTY_city$,@PRTYPRTY_x,@PRTYPRTY_y;} else { warp "prontera",156,174;} set @PRTYPRTY_city$, 0; set @PRTYPRTY_x, 0; set @PRTYPRTY_y, 0; end; }{ <<<<<<<<------------------- ERROR Quote
Valiente Posted October 25, 2012 Posted October 25, 2012 (edited) As you @darristan Same error line 430 lhz_cube.gat,124,74,3 script winnerPrize#3vs3 818,2,2,{ sc_end SC_ALL; mes "[Winner Prize]"; mes "Congratulations, you're the winners! Here's your prize ~ "; next; getitem 22555,1; percentheal 100,100; if(@PRTYPRTY_x) {warp @PRTYPRTY_city$,@PRTYPRTY_x,@PRTYPRTY_y;} else { warp "prontera",156,174;} set @PRTYPRTY_city$, 0; set @PRTYPRTY_x, 0; set @PRTYPRTY_y, 0; end; }{ <<<<<<<<------------------- ERROR Based on what you have posted, there's an extra open curly parenthesis. Remove it. To be more specific, this line: }{ <<<<<<<<------------------- ERROR Remove the {. Edited October 25, 2012 by Valiente Quote
Question
Dev Blaze
Guys help me wht is wrong with this script
http://pastebin.com/fQkB13px
Line 430

Edited by o GM Mark o4 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.