This is all I could come up with. Pretty sure it is completely wrong.:cry:
do
local function S_EVENT_SHOT:onEvent(event)
if event.id == world.event.S_EVENT_SHOT then
if wpnType == “155mm HE” then
trigger.action.setUserFlag(10, true)
end
end
end
world.addEventHandler(S_EVENT_SHOT)
end ARTY script test 3.lua