SCED/objects/EncounterSets.304ffc.ttslua

12 lines
243 B
Plaintext
Raw Normal View History

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