-
Content Count
11 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout CN-bbdnmd
-
Rank
Private First Class
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
CN-bbdnmd changed their profile photo
-
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.
-
How to enable a unit to track a moving enemy unit without stopping
-
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.
-
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.
-
all right
-
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
-
Thank you i will try.
-
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
-
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?
-
Condition: A and B and C;
-
CN-bbdnmd started following Trigger problem
-
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?