ColdShine 0 Posted July 7, 2003 I have searched across 4 search results pages, but nobody seems to have had a similar problem before. Edit: removed all huge scripts as they have proved not to be part of the problem. Of course I can post them back here if needed, but they're somehow distracting now. Please read post below for more info on the problem. TIA, ColdShine Share this post Link to post Share on other sites
ColdShine 0 Posted July 7, 2003 Please look at the 2 examples below. Suppose the "setCaptive false" as being triggered by enemy spotting player when he gets near enough (mere sight does NOT trigger it, then). This code sequence leads to the expected result: 1. setCaptive true 2. player kills enemy unit 3. setCaptive false 4. setCaptive true At this point, player is treated as captive. That's right! This is the sequence which leads to an unexpected behaviour (2 & 3 are swapped): 1. setCaptive true 3. setCaptive false 2. player kills enemy unit 4. setCaptive true At this point, enemies will still treat player as enemy instead of captive. Why? I've also tried setting the second group of enemies miles away from the first enemy unit (the one killed in step 2), so they cannot just be thinking "look, that's the bastard who killed James!" or similar ;), but this lead to the same results. Please help TIA, ColdShine Share this post Link to post Share on other sites
ColdShine 0 Posted July 9, 2003 Do you mind to test and see if you get the same behaviour? Please Share this post Link to post Share on other sites
ralphwiggum 6 Posted July 9, 2003 i just tried the second sequence and enemy will look at me, but not shoot at me. Share this post Link to post Share on other sites
bn880 5 Posted July 9, 2003 Yeah the enemy seems to be a little slow figuring out you are captive again. But if you enter a vehicle after you are made captive again, they won't target it. EDIT: So I can confirm your problems. Share this post Link to post Share on other sites
raedor 8 Posted July 9, 2003 yes, the same for me. i tested it and they killed me Share this post Link to post Share on other sites
ColdShine 0 Posted July 10, 2003 Thanks a heap guys for your tests. The problem is actually the time needed by AI to figure out you're back captive, as bn880 noticed. I've done the same tests as before, and I found that if I halt a couple mins unnoticed and then pop back in view, enemies will not fire upon me. So it's only a problem of AI units being little reactive, not (pheeew ) a bug in the game. Luckily enough, this could be thought to as an expected behaviour in my mission . Share this post Link to post Share on other sites