Something like
_G.burn = function burn() --[[code]]-- end
I'm not sure if its possible but it would save time.
Yeah it's possible. But I prefer to use this way instead:
function _G.Test() --Do something end
Hope this helped!