ah_sce_unpacked/unpacked/Custom_Model Encounter Sets 304ffc.ttslua
2024-06-09 10:10:21 -04:00

7 lines
223 B
Plaintext

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