Jump to content

CN-bbdnmd

Member
  • Content Count

    11
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About CN-bbdnmd

  • Rank
    Private First Class

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. CN-bbdnmd

    Trigger problem

    Thank you brother. I will try a few more times, maybe there was a problem with my previous experiment operation process which led to the wrong conclusion.
  2. How to enable a unit to track a moving enemy unit without stopping
  3. CN-bbdnmd

    Trigger problem

    You may encounter some problems: For example, a single trigger t3 will make t4 take effect without the need for t1 or t2. I have encountered such a problem before.
  4. CN-bbdnmd

    Trigger problem

    I know the problem. The reason for this error is that the conditions are not met at the same time. After many experiments, I found that when the triggers A B C are all active at the same time, the code that triggers D will not report an error. If A B C is not valid at the same time, then the part that is not valid will be reported as an error.
  5. CN-bbdnmd

    Trigger problem

    all right
  6. CN-bbdnmd

    Trigger problem

    Trigger a :a=true; Trigger b: b=true; Trigger c : c =true; Trigger d: condition: a AND b AND c; The system error is as follows: call{a |#|AND b AND c} Error I tried the method you provided and there will still be similar formatting errors. This error symbol seems to be critical: |#|,,,it may suggest where the error is, but I can’t solve it
  7. CN-bbdnmd

    Trigger problem

    Thank you i will try.
  8. CN-bbdnmd

    Trigger problem

    In fact, that’s what I wrote before....The trigger does take effect, but the system prompts a writing error :A and B and C.. there is a format error
  9. CN-bbdnmd

    Trigger problem

    I wrote "A and B and C" in the condition box of the trigger, which means that the trigger is activated when trigger A ,B ,C takes effect. This approach is indeed effective, but the system prompts a writing error. What kind of writing format is correct?
  10. CN-bbdnmd

    Trigger problem

    Condition: A and B and C;
  11. I wrote "A and B and C" as the condition of the trigonometric function, but the system told me it was wrong.. So, how to write it?
×