From 2a41b4350acc579af54373e390fc8734e46aacbe Mon Sep 17 00:00:00 2001 From: Christian Haas Date: Sun, 6 Mar 2016 14:48:31 +0100 Subject: [PATCH] #43 documented "use quota" of actions --- levelObjects/12_Markers/levelMarkerEntry.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/levelObjects/12_Markers/levelMarkerEntry.md b/levelObjects/12_Markers/levelMarkerEntry.md index 803def0..ccee594 100644 --- a/levelObjects/12_Markers/levelMarkerEntry.md +++ b/levelObjects/12_Markers/levelMarkerEntry.md @@ -24,10 +24,14 @@ Trigger Types: **Trigger Marker Data** (22 bytes) 0000 byte Action - 0001 byte Unknown + 0001 byte Use quota 0002 [4]byte Condition 0006 [16]byte Trigger action details +The ```Use quota``` indicates how often more this action can be executed. ```0``` means endless. +The value is only decremented if it is not zero and the condition was met. +If the value is decremented to zero after the action was executed, the object is deleted. + #### Trigger Action 0: Do nothing or the default