As soon as I launched the map, I was immediately greeted with an error about the missing region RegionFight7, which is referenced in 2 lines in the RegionFight2F function. I commented them out, restarted the map, and now I get an error with the caravan when I try to turn it. The sleep(4) is in the wrong place; it should be before SetObjectRotation (as in the code I originally sent). You posted it in the previous message with the note "This is what I got." Because of this, the game doesn't have time to load the caravan, and then it immediately tries to turn it, breaking the script because it's trying to affect an object that technically isn't on the map yet (it works like DeployReserveHero). Also, set the rotation angle to -90, because it turns to face the corner of the map
I saw the region error when I sent it and fixed it, but I guess I forgot to save it 😁
Thanks for the help - I'll try moving the sleep function when I get home.
