Page 1 of 1

landing regions not working ?

Posted: Sat Aug 20, 2011 11:07 pm
by acryptozoo
i added a new cp too my space map and added the landing regions and the spawns ...etc and everything works fine
except the landing region won't work :runaway:

heres a snippet from my lua

Code: Select all

    AddDeathRegion("deathregion2")
    AddLandingRegion("all-CP1Con")
    AddLandingRegion("All-CP2Con")
    AddLandingRegion("imp-CP1Con")
all-Cp2Con is my new cp

any ideas what i did wrong?

Re: landing regions not working ?

Posted: Sat Aug 20, 2011 11:33 pm
by Tears2Roses
acryptozoo wrote:i added a new cp too my space map and added the landing regions and the spawns ...etc and everything works fine
except the landing region won't work :runaway:

heres a snippet from my lua
Hidden/Spoiler:
AddDeathRegion("deathregion2")
AddLandingRegion("all-CP1Con")
AddLandingRegion("All-CP2Con")
AddLandingRegion("imp-CP1Con")[/Hide
all-Cp2Con is my new cp

any ideas what i did wrong?
The parts in red maybe? Capital letters/spelling is very important. or is it....

Re: landing regions not working ?

Posted: Sat Aug 20, 2011 11:41 pm
by Unlucky13
I think that a "all-Cp2Con is my new cp" was not in his lua, he didn't add the "]" sign on the hide tag, but you might be on the right track.
I am no expert on this but you might want to change this,
AddLandingRegion("All-CP2Con")
to this.
AddLandingRegion("all-CP2Con")

Re: landing regions not working ?

Posted: Sun Aug 21, 2011 4:14 am
by Darth_Spiderpig
I have this problem on Boz Pity too, and I didn't get to work it out yet, but when I find something I'll let you know.