Skip to content
Flowaria edited this page Jul 31, 2022 · 6 revisions

How to Use

  1. Install
  2. Edit your DataBlock Event data as following formats / events

Default Format

{
	"Type": "EVENT_NAME",

	//Any Other objective event properties such as Delay, Trigger, WardenIntel, SoundID can be used

	"SubObjective": {
		"DoUpdate": false,
		"CustomSubObjectiveHeader": 15, //ID of new CustomSubObjectiveHeader
		"CustomSubObjective": 0, //ID of new CustomSubObjectiveHeader
	},
	"Fog": {
		"DoUpdate": false,
		"FogSetting": 64,
		"FogTransitionDuration": 20.0
	}
}

Clone this wiki locally