SCED/objects/EncounterSets.304ffc.ttslua

12 lines
243 B
Plaintext
Raw Normal View History

2023-01-08 19:42:45 +01:00
function onLoad()
self.addContextMenuItem("Download", download)
end
2024-04-03 18:26:33 +02:00
function download(playerColor)
2024-07-31 10:14:16 +02:00
Global.call('placeholder_download', {
filename = self.getGMNotes(),
player = Player[playerColor],
replace = self.guid
})
2023-01-08 19:42:45 +01:00
end