SCED/objects/EncounterSets.304ffc.ttslua

8 lines
224 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-03-06 05:23:44 -05:00
Global.call('placeholder_download', { url = self.getGMNotes(), player = Player[playerColor], replace = self.guid })
2023-01-08 13:42:45 -05:00
end