its me again...im gonna give as much detail as possible because i have read the wiki for zones and zombie and dog spawners and i cant seem to fix it so ill give you the kvp for doors zones dogs and zombies
[code]start zone kvps
nothing was changed
target- start_zone_spawners
[code]start zone kvps
nothing was changed
target- start_zone_spawners
10 years ago
I've had this problem countless times.
Make sure you're door trigger has the "script_flag" kvp so it activates the zone.
(Just saw that you said they are all linked, disregard this...
10 years ago
It sounds like you forgot to use this (CoD Project Mover)! http://ugx-mods.com/forum/index.php?topic=394.0
It will tell you how to use on the threa...
10 years ago
Since you are using ! before isDefined, it means it will throw a script error if your variable, level.names, IS defined. If you want to stop the game when level.names IS NOT defined, remove the '!' from that l...
10 years ago
I finally have my menu working, but now it gives me a script run time error assert fail. and when i look in the console it has this
[code]******* script runtime error *******
assert fail: (file 'maps/_names.gsc', line 7)
assert( !IsDefined( level.names ) );
*
Err...
[code]******* script runtime error *******
assert fail: (file 'maps/_names.gsc', line 7)
assert( !IsDefined( level.names ) );
*
Err...
10 years ago
Sorry guys, I have posted a few times on here about mapping. I finally have my map able to load. However I know run into two other issues. First, my menu, even though i have created one, will not show up as what i made. I have saved it and copied the created files for my menu and loadscreen into bot...
10 years ago