- Joined
- Aug 15, 2007
- Messages
- 26
Hello!
This is my first post at this forum, as I need help with some triggers and other stuff..
So, first I'm wondering how to make an area non-buildable, so I tried this:
But that didn't work..
Anyone have any ideas?
This is my first post at this forum, as I need help with some triggers and other stuff..
So, first I'm wondering how to make an area non-buildable, so I tried this:
Code:
Events
Time - Elapsed game time is 1.00 seconds
Condition
Actions
Environment - Set terrain pathing at (Center of Region 007 <gen>) of type Buildability to Off
Environment - Set terrain pathing at (Center of Region 008 <gen>) of type Buildability to Off
Environment - Set terrain pathing at (Center of Region 009 <gen>) of type Buildability to Off
Environment - Set terrain pathing at (Center of Region 010 <gen>) of type Buildability to Off
Environment - Set terrain pathing at (Center of Region 011 <gen>) of type Buildability to Off
But that didn't work..
Anyone have any ideas?