I have already tried the below:
Code: Select all
OnEnterRegion(
function(region, character)
<callbacks n' stuff>
end,
"region1","region2","region3","region4
)Also, before anyone suggests creating multiple events applying each one to each region, I spent quite some time working on a script that, depending on which region is entered, cause some events to happen on a location. Since these events are all very similar, I'd like to keep them all in one place.


