Dev Blaze Posted October 24, 2012 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 212 Reputation: 5 Joined: 01/24/12 Last Seen: February 19, 2019 Share 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 Link to comment Share on other sites More sharing options...
Bin4ry Posted October 24, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share Posted October 24, 2012 Just add 1 more { to last line. Quote Link to comment Share on other sites More sharing options...
Dev Blaze Posted October 24, 2012 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 212 Reputation: 5 Joined: 01/24/12 Last Seen: February 19, 2019 Author Share 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 Link to comment Share on other sites More sharing options...
Bin4ry Posted October 24, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share Posted October 24, 2012 Closing line } sorry. Quote Link to comment Share on other sites More sharing options...
Valiente Posted October 25, 2012 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 132 Reputation: 8 Joined: 07/19/12 Last Seen: January 29, 2017 Share 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 Link to comment Share on other sites More sharing options...
Question
Dev Blaze
Guys help me wht is wrong with this script
http://pastebin.com/fQkB13px
Line 430

Edited by o GM Mark oLink to comment
Share on other sites
4 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.