SCED/objects/EncounterSets.304ffc.ttslua
2024-07-31 10:14:16 +02:00

12 lines
243 B
Plaintext

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