KoffeinFlummi / AGM

Authentic Gameplay Modification for A3 | THIS PROJECT IS NO LONGER BEING WORKED ON. ALL ISSUES AND PULL REQUESTS WILL BE IGNORED.
Other
125 stars 84 forks source link

interaction possible after 25 seconds #2135

Closed SecMeyo closed 9 years ago

SecMeyo commented 9 years ago

i wrote some script that spawns boxes the other day and i want to drag those boxes using AGM, which works fine basically. however i have to wait like 25 seconds after spawning a box to be able to call the interaction menu. is there any way i can get around this?

greetings

nicolasbadano commented 9 years ago

Unfortunately, that's vanilla Arma behaviour. You cannot interact with anything your unit doesn't know about yet. Sometimes the units takes a long time before realizing there's a new object there; might depend on unit skill too, but i'm not sure.

To workaround that, you can "reveal" and object by right clicking while looking at it. That should reveal the box to your unit, hence allowing you to interact.