-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Flowaria edited this page Jul 31, 2022
·
6 revisions
- Install
- Edit your DataBlock Event data as following formats / events
{
"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
}
}