﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,phab_field
6780,"Remove redundant reference to ""Script"" in scenario maps",Langbart,,"- the `""Script""` doesn't trigger anything in `scenario` maps, there is no reason to be in there, it's just confusing, use `""TriggerScripts""` for additional `.js` code
[[source:ps/trunk/binaries/data/mods/public/maps/scenarios/triggers_demo.xml@27589#L65|maps/scenarios/triggers_demo.xml]]

{{{#!xml lineno=63 marks=65
  ""Preview"": ""pyrenean_sierra.png"",
  ""RevealMap"": false,
  ""Script"": ""pyrenean_sierra.js"",
  ""Size"": 256,
  ""TriggerScripts"": [""scenarios/triggers_demo.js""],
  ""VictoryConditions"": []
}}}

==== affected files
{{{#!sh
# 0ad/binaries/data/mods/public/maps/scenarios
rg --files-with-matches '""Script""'
}}}

- azure_coast_2p.xml
- azure_coast_4p.xml
- azure_coast_8p.xml
- cinema_demo.xml
- sandbox_seleucids.xml
- the_persian_gates.xml
- triggers_demo.xml

==== optional
- add a check in `checkrefs.py`",defect,new,Should Have,Alpha 27,Maps,,,,
