ah_sce_unpacked/unpacked/Custom_Model Encounter Sets 304ffc.ttslua

7 lines
223 B
Plaintext
Raw Permalink Normal View History

2023-01-29 19:31:52 -05:00
function onLoad()
self.addContextMenuItem("Download", download)
end
2024-06-09 10:10:21 -04:00
function download(playerColor)
Global.call('placeholder_download', { url = self.getGMNotes(), player = Player[playerColor], replace = self.guid })
2024-02-04 10:51:51 -05:00
end