


Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now! maps\_zombiemode::main();
if(level.ugxm_settings["objectives"])
thread objectives_init();
objectives_init()
{
}
objective_add
objective_state
objective_string
objective_add(objectiveUniqueID,"state","text of the objective");
objective_state(objectiveUniqueID,"state");
objective_string(objectiveUniqueID,"text of the objective");
objectives_init()
{
objective_add(1,"current","Turn on the power");
level waittill("electricity_on");
objective_state(1,"done");
}
objectives_init()
{
objective_add(1,"current","Turn on the power");
level waittill("electricity_on");
objective_state(1,"done");
objective_add(2,"current","Advance to the town");
trig = getEnt("objective_trigger","targetname");
trig waittill("trigger");
objective_state(2,"done");
level notify("end_game");
}
objectives_init()
{
level.ugxm_comosea_win = false;
objective_add(1,"current","Turn on the power");
level waittill("electricity_on");
objective_state(1,"done");
objective_add(2,"current","Advance to the town");
trig = getEnt("objective_trigger","targetname");
trig waittill("trigger");
objective_state(2,"done");
level.ugxm_comosea_win = true;
level notify("end_game");
}
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
This is cool man. Thanks.
If you get a chance would you mind putting a picture up what what it looks like. If I am understanding this, I think what it will do is display the text of the objective until you complete it? Like a hud? Does it show a directional hud for your next objective or anything like that or just the text?
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
It makes it show the objectives when you press the TAB button ingame
Ah great stuff! A much needed tutorial.