For the complete documentation index, see llms.txt. This page is also available as Markdown.

Adapt our script with ToxicFire

While waiting for the update of the Toxic fire script to make our script compatible with his.

Go to the file server/server.lua

Put the following lines at the bottom of the file

exports('GetAllFires', function()
    return AllFires
end)

Last updated