-- sr2_gotr.lua -- LUA functions added by GotR. -- Adapted for "Seabound's Essentials" by ~SeaboundSaint~. function sr2_gotr_init() load_chunky() thread_new("dlc04_main") -- Custom Missions (GotR's mission_globals.lua) thread_new("dlc05_main") end function load_chunky() city_chunk_swap("sr2_chunk111", "yacht", false, true, false) city_chunk_swap("sr2_intsrmisyacht01empty", "yacht", true, true, false) debug_print("Gentlemen of the Row 1.9 Loaded \n") end