To create an empty script file, it is enough to:

  1. 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).
  2. Copy the example provided below into this new empty file.

{
	"counters":
	[
		
	],

	"interruptions":
	[
	
	],
		
	"quests":
	[
	
	]
}