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

PLEASE HELP! Unknown Command Error

broken avatar :(
Created 9 years ago
by CamericanAndy
0 Members and 1 Guest are viewing this topic.
1,047 views
broken avatar :(
×
broken avatar :(
Location: gb
Date Registered: 22 May 2017
Last active: 9 years ago
Posts
3
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
×
CamericanAndy's Groups
CamericanAndy's Contact & Social Links
Code Snippet
Plaintext
Hi All,
I'm receiving an unknown command error for my map, the line that is the problems is:
level.zone_manager_init_func = ::dlc3_zone_init;

here's some of the code leading before and after:


[code=]/*--------------------
ZOMBIE MODE
----------------------*/
[[level.DLC3.weapons]]();
[[level.DLC3.powerUps]]();


maps\_zombiemode::main();

/*--------------------
FUNCTION CALLS - POST _Load
----------------------*/
level.zone_manager_init_func = ::dlc3_zone_init;
level thread DLC3_threadCalls2();


dlc3_zone_init()

add_adjacent_zone("initial_zone", "zone1", "enter_zone1" );
add_adjacent_zone("zone_1", "zone_2", "enter_zone2" );

/*
=============
///ScriptDocBegin
"Name: add_adjacent_zone( <zone_1>, <zone_2>, <flag>, <one_way> )"
"Summary: Sets up adjacent zones."
"MandatoryArg: <zone_1>: Name of first Info_Volume"
"MandatoryArg: <zone_2>: Name of second Info_Volume"
"MandatoryArg: <flag>: Flag to be set to initiate zones"
"OptionalArg: <one_way>: Make <zone_1> adjacent to <zone_2>. Defaults to false."
"Example: add_adjacent_zone( "receiver_zone", "outside_east_zone", "enter_outside_east" );"
///ScriptDocEnd
=============
Please help, this is so frustrating as I'm new to modding.
Last Edit: June 30, 2017, 08:45:14 pm by MZslayer11

 
Loading ...