Closed jodli closed 4 years ago
Utilize the script_raised_built, script_raised_destroyed and script_raised_revive events. These events tell other mods that we built, destroyed or revived something.
script_raised_built
script_raised_destroyed
script_raised_revive
This means we should refactor the util.lua functions related to these things.
util.lua
Utilize the
script_raised_built
,script_raised_destroyed
andscript_raised_revive
events. These events tell other mods that we built, destroyed or revived something.This means we should refactor the
util.lua
functions related to these things.