Divergent/mods/Hideout Furniture/gamedata/scripts/aaa_hf_callbacks.script

4 lines
130 B
Plaintext

function on_game_start()
-- Custom Callbacks
AddScriptCallback("hf_on_furniture_place") -- Params: (number: id of object)
end