To create an empty script file, it is enough to:
- Create an empty file with the .json extension and give it a name that exactly matches the name of the map (to which the script is being attached).
- Copy the example provided below into this new empty file.
{
"counters":
[
],
"interruptions":
[
],
"quests":
[
]
}