Posts
215
Respect
107Add +1
Forum Rank
Mr. Elemental
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!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 |
You'll have to combine the two effects of in_water and find_flesh. Relatively simple:
You'll have to combine the two effects of in_water and find_flesh. Relatively simple:
1. Copy _zombiemode_spawner.gsc from raw/maps to mod/maps IF it doesn't already exist.
2. Find the following line (line 359 for unchanged file)
Change it to this:
3. Find the following line (line 3498 for unchanged file)
Change it to this:
4. For your script_noteworthy, use "find_flesh_water".
That should be it, any problems just reply back or PM.
Nice! If I may, I would like to suggest using IsSubStr instead of the || with another kvp. Not that there is anything wrong with what you did, just a suggestion to see if you like that way.
For example:
Then they could use both kvps together... find_flesh in_water
Nice! If I may, I would like to suggest using IsSubStr instead of the || with another kvp. Not that there is anything wrong with what you did, just a suggestion to see if you like that way.