ah_sce_unpacked/unpacked/Custom_Model Encounter Sets 304ffc.ttslua
2023-01-29 19:31:52 -05:00

7 lines
182 B
Plaintext

function onLoad()
self.addContextMenuItem("Download", download)
end
function download()
Global.call('placeholder_download', { url = self.getGMNotes(), replace = self.guid })
end