Hi,
Is it possible to check the regions at a certain chunk? I tried doing this:
but it didn't work.
Thank you.
Is it possible to check the regions at a certain chunk? I tried doing this:
Code:
on chunk unload:
loop regions at chunk:
"%loop-value%" contains "pinksos"
cancel event
Thank you.