Okay, so I have many zones in my map for zombies to spawn when a door is open, that's all well and good, but the riser spots are not working, they are just spawning from the zombie spawner themselves. I believe I have used the correct KVPs though, any suggestions/changes to my KVPs?
Last Edit: July 19, 2015, 07:44:38 am by BakedXTHC
What's the last pic about? Did you make the door's target the script_struct's? That looks a bit weird to me, did you add all your zone's in you mapname.gsc etc?
What's the last pic about? Did you make the door's target the script_struct's? That looks a bit weird to me, did you add all your zone's in you mapname.gsc etc?
I wouldn't know how to do just that, BluntStuffy
Last Edit: July 19, 2015, 08:14:48 am by BakedXTHC
If you want scripts / features made for you, then contact me by PM or email / skype etc it will cost you tho so if you have no intention of reciprocating don't even waste my time
I've tried this, and it doesn't work still But thanks for the suggestion, Daedra Double Post Merge: July 19, 2015, 08:14:48 amI wouldn't know how to do just that, BluntStuffy
What both of them said is correct
the zone should target the spawner, the door should not be targeting the zombie spawner, and the risers wont work without that KVP
Last Edit: July 19, 2015, 08:26:47 am by Harry Bo21
'walk trough you map' in radiant past each door: -each door connects two zone's: for example: zone1 & zone2 -each door has one or two triggers ( if you can acces from both side's -> two triggers ) GIVE BOTH TRIGGERS THE SAME SCRIPT_FLAG! ( if you have two ) for example: zone1_connect_zone2
in your mapname.gsc for each door ( not each trigger ) add a line:
because zone's work both ways in .gsc you dont need to worry about walking another route if you do it like this. Adding another line like below is NOT needed, it would mean the same to the .gsc as the line above..
'walk trough you map' in radiant past each door: -each door connects two zone's: for example: zone1 & zone2 -each door has one or two triggers ( if you can acces from both side's -> two triggers ) GIVE BOTH TRIGGERS THE SAME SCRIPT_FLAG! ( if you have two ) for example: zone1_connect_zone2
in your mapname.gsc for each door ( not each trigger ) add a line:
because zone's work both ways in .gsc you dont need to worry about walking another route if you do it like this. Adding another line like below is NOT needed, it would mean the same to the .gsc as the line above..