Skip to content

Current questions and answers regarding the map editor.

User Avatar
#4777
Auto-translated
OrnsteinDragonslayer
Regions. I made it so that a certain region is blocked for a certain player. Is there a script that will remove this block during the game?
If you are talking about the SetRegionBlocked function, then its second parameter is true or nil. Just write the same function for the same region, but with nil instead of true, and the block will be removed.