Page MenuHomeFeedback Tracker

No entry ".model" on static turrets.
New, NormalPublic

Description

Ok so i was trying to add more magazines to static turrets in vanilla arma with this code:

this addMagazineTurret [currentMagazine this, [0],100];

when you place this code on a static turret in eden Editor and player is on that turret nothing happends everything works, but
if you put this code on a static turret that AI is on you get this popout:

currentMagazine is returning "" on the turrets
but when you get in it then it returns the magazine

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
  1. Place 2 static turrets down with AI. In my case i used static turrets with classname: "I_HMG_02_high_F" (but this is happening on most static turrets).
  2. 1 turret should be player another turret should be AI. Example Picture:

  1. Put this code:
this addMagazineTurret [currentMagazine this, [0],100];

in init of static turrets with player, and AI.

  1. Press play.
Additional Information

None.

Event Timeline

LegionP1 created this task.Sep 9 2023, 12:00 AM
LegionP1 updated the task description. (Show Details)Sep 9 2023, 12:16 AM
This comment was removed by LouMontana.