Page MenuHomeFeedback Tracker

suppressFor doesn't seem to work
New, NormalPublic

Description

The suppressFor parameter doesn't seem to work, it is always capped at around 15 seconds from my tests. This happens on version 2.14.15057, but it's happened as long as the command has existed. I'm just now reporting it. It's possible I'm misunderstanding the suppressFor command.

I would expect with a suppressFor parameter to be set to 120, the entity would suppress for 120 seconds.

Details

Severity
Major
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Repro steps

  • Make a scenario, one player, one AI entity named AIEntity.
  • Preview, run the below in the debug window
AIentity  doSuppressiveFire [(getPosASL player) select 0, (getPosASL player) select 1,((getPosASL player) select 2) + 2]; 
AIentity suppressFor 120;

Event Timeline

kevb0 created this task.Oct 1 2023, 4:30 PM