Modme Forums

debris door says “not available”

Game Modding | Call of Duty: Black Ops 3 | Radiant


ModmeBot:

Thread By: TheRipppa
My first debris door works fine, tried to make others into the other zones and it just says not available. ive made them exactly like first door, added the zones in the gsc...any ideas?


ModmeBot:

Reply By: Harry Bo21

TheRipppa
My first debris door works fine, tried to make others into the other zones and it just says not available. ive made them exactly like first door, added the zones in the gsc...any ideas?

means the trigger has not had anything run on it, you must have set a kvp wrong


ModmeBot:

Reply By: TheRipppa
hmm ok, thanks Harry.ill double check for grammer error in kvps

figured out it was cuz i had the second door trigger name as "zombie_debris1", figured each trigger needed a separate targetname
But saw a tutorial saying you cant repeat the same zone in the gsc like this, if true then how do you have start room going into 2 separate zones?

zm_zonemgr::add_adjacent_zone( "start_zone", "zone1", "enter_zone1");
    zm_zonemgr::add_adjacent_zone( "zone1", "zone3", "enter_zone3");
    zm_zonemgr::add_adjacent_zone( "start_zone", "zone2", "enter_zone2");