1
Your scripts / Re: New rain script
« on: February 25, 2021, 09:08:36 PM »
Hi,
i have imported the script in the link and i have the same problems.
i have tested game:set_rain_mode("rain")
I get a error in the console
Error: In maps/hyrule/b3: scripts/weather/rain_manager.lua:212: attempt to index upvalue 'timers' (a nil value)
stack traceback:
[C]: in function '__index'
scripts/weather/rain_manager.lua:212: in function 'stop_timers'
scripts/weather/rain_manager.lua:224: in function 'start_rain_mode'
scripts/weather/rain_manager.lua:59: in function 'set_rain_mode'
maps/hyrule/b3.lua:4: in main chunk
i have imported the script in the link and i have the same problems.
i have tested game:set_rain_mode("rain")
Code: [Select]
function map:on_started()
game:set_rain_mode("rain")
end
I get a error in the console
Error: In maps/hyrule/b3: scripts/weather/rain_manager.lua:212: attempt to index upvalue 'timers' (a nil value)
stack traceback:
[C]: in function '__index'
scripts/weather/rain_manager.lua:212: in function 'stop_timers'
scripts/weather/rain_manager.lua:224: in function 'start_rain_mode'
scripts/weather/rain_manager.lua:59: in function 'set_rain_mode'
maps/hyrule/b3.lua:4: in main chunk