
Posts
16
Respect
Forum Rank
Legless Crawler
Primary Group
Member
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!Yes, look at 3arc code and piece together, if you wanna know useful functions or any at all http://ugx-mods.com/script/ also, start simple with I don't know look at how to make something move from one place to another, which is really simple also here, https://confluence.ugx-mods.com/display/UGXMODS/Script this has a couple things to help like a guide and helpful functions.
Variables store info.
If you wish to access one variable from multiple functions, there are two approaches. You have to either pass that variable into the function, or you have to declare that variable as 'global'. The CoD syntax for a global variable is to store said variable inside the 'level' variable using the dot operator.
Dot Operator: A variable within a variable (inception!).
![]() | 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 |
Does anyone know any good Youtube channel or website where I can learn to script? I really want to get into making mods and stuff like that.