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

4 lines
130 B
Plaintext
Raw Normal View History

2024-03-17 20:18:03 -04:00
function on_game_start()
-- Custom Callbacks
AddScriptCallback("hf_on_furniture_place") -- Params: (number: id of object)
end