New plugin! Custom Event Triggers v1.0.0 [MV|MZ]
Added 2023-09-06 10:50:53 +0000 UTCPlugin description: Allows you to use custom event triggers.
Available triggers:
1. Steps - A trigger that activates an event when the number of steps in at party is a multiple of X
Use the comment <trigger: steps x>
x - steps, which must be a multiple of the number of party steps
Example: <trigger: steps 5>
When the number of steps is a multiple of 5 (steps = 5, 10, 15, etc.), then the event is activated
2. Vehicle Exit - Trigger that activates an event when the vehicle exits
Use the comment <trigger: vehicleOff>
3. Jump - A trigger that activates an event when the player jumps
Use the comment <trigger: jump>
4. Run - Trigger that activates the event when the player runs
Use the comment <trigger: run>