UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

can some one help me with this script im getting a error

broken avatar :(
Created 10 years ago
by chronoshero
0 Members and 1 Guest are viewing this topic.
1,482 views
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 28 August 2016
Last active: 8 years ago
Posts
1
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
×
chronoshero's Groups
chronoshero's Contact & Social Links
here is the error i get in the mod tool console'

Code Snippet
Plaintext
********************************************************************************
UNRECOVERABLE ERROR:
  ^1SCRIPT ERROR: No generated data for 'scripts/zm/zm_thewartoendallwars.gsc'



Linker will now terminate.
********************************************************************************

==================================================
Linker summary:

There were no errors or warnings.

==================================================

^1 _zm_zonemgr
^1-----------^
^1ERR(0) scripts/zm/zm_thewartoendallwars.gsc (78,12)  : syntax error, unexpected TOKEN_IDENTIFIER, expecting $end : _zm_zonemgr

here is the code where the "error" is

Code Snippet
Plaintext
76       zm_zonemgr::add_adjacent_zone( "start_zone", "zone1", "enter_zone1");
77    zm_zonemgr::add_adjacent_zone( "zone1", "zone3", "enter_zone3"};
78    zm_zonemgr::add_adjacent_zone( "start_zone", "zone2", "enter_zone2");
79    zm_zonemgr::add_adjacent_zone( "zone3", "zone4", "enter_zone4");
80    zm_zonemgr::add_adjacent_zone( "zone4", "zone2", "enter_zone2");
81    level flag::init( "always_on" );
82    level flag::set( "always_on" );
83       }
Last Edit: November 19, 2016, 05:14:03 pm by Sidzzz
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 11 March 2014
Last active: 5 years ago
Posts
264
Respect
Forum Rank
Mr. Elemental
Primary Group
Member
Signature
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."
×
buttkicker845's Groups
buttkicker845's Contact & Social Links
on line 72 you have a } instead of a ) for your closing parenthesis

 
Loading ...