SCED/objects/EncounterSets.304ffc.ttslua
2024-03-06 11:23:44 +01:00

8 lines
227 B
Plaintext

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