SCED/objects/EncounterSets.304ffc.ttslua

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