Removing Regions Other Than Death/Landing
Moderator: Moderators
-
xwingguy
Removing Regions Other Than Death/Landing
What I need to do is to have a damage region in my map but not have it present at the very begginning of the game. RemoveRegion() doesn't work so what can I use?
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
RE: Removing Regions Other Than Death/Landing
Use DeactivateRegion("regionName")
Off-Topic -- this verb is really useful in creating XL mode really fast. You simply use the Conquest layer (which keeps all CP's and vehicles) then use DeactivateRegion() to get rid of each capture region.
Off-Topic -- this verb is really useful in creating XL mode really fast. You simply use the Conquest layer (which keeps all CP's and vehicles) then use DeactivateRegion() to get rid of each capture region.
-
xwingguy
RE: Removing Regions Other Than Death/Landing
It doesn't work for me, unfortunately.
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
RE: Removing Regions Other Than Death/Landing
You need to include both of the "
-
xwingguy
Code: Select all
DeactivateRegion("all1-deadlife")
DeactivateRegion("imp1-deadlife")
