Test_Signal_Encounter
Server/EncounterManager/Test_Signal_Encounter.json, 577 B
Fields
| Field | Type |
|---|---|
Class | string |
Type | string |
Instructions | array[1] |
Source
{
"Class": "EncounterManager",
"Type": "Generic",
"Instructions": [
{
"Instructions": [
{
"Sensor": { "Type": "Player", "Range": 16 },
"Instructions": [
{
"Sensor": { "Type": "Any", "Once": true },
"Actions": [
{ "Type": "Log", "Message": "[Test] Encounter sending SignalWorldEvent: test_signal_complete" },
{ "Type": "SignalWorldEvent", "SignalId": "test_signal_complete", "Once": true }
]
}
]
}
]
}
]
}