Quote'set_rain_mode' maps/hyrule/b3.lua:4: in main chunkWhat does your file 'b3.lua' contain? Something like that?
Code Select
local map = ...
local game = map:get_game()
function map:on_started()
game:set_world_rain_mode("outside_world", "rain")
end