mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
14 lines
249 B
Plaintext
14 lines
249 B
Plaintext
// by commy2
|
|
#include "script_component.hpp"
|
|
|
|
private "_logic";
|
|
|
|
_logic = _this;
|
|
|
|
[QGVAR(setMarkerJIP), _logic, [
|
|
GETGVAR(allMapMarkers,[]),
|
|
GETGVAR(allMapMarkersProperties,[]),
|
|
_logic
|
|
]
|
|
] call EFUNC(common,targetEvent);
|