Matching Event
Trigger Error in 'gt_zergling_Func':
Event Response Function 'EventFunc'
has no matching event
I'm making a defense map and this error keeps coming up every time a Zerg unit spawns. This does not happen with Protoss units however and everything seems to be working correctly. Any idea's what the cause of this?
first, why is there no condition in second if? makes it quite pointless.
second, "position of triggering unit" makes no sense since there is no triggering unit there.
third, the error might also be caused by "order 1" trigger.
first, why is there no condition in second if? makes it quite pointless.
second, "position of triggering unit" makes no sense since there is no triggering unit there.
third, the error might also be caused by "order 1" trigger.
The second one was the problem, thanks
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Matching Event Trigger Error in 'gt_zergling_Func': Event Response Function 'EventFunc' has no matching event
I'm making a defense map and this error keeps coming up every time a Zerg unit spawns. This does not happen with Protoss units however and everything seems to be working correctly. Any idea's what the cause of this?
@WrathXV: Go
Could you post that trigger?
Zergling
Events
Timer - Every 5.0 seconds of Real Time
Local Variables
Conditions
Actions
General - If (Conditions) then do (Actions) else do (Actions)
If
(Player 15 Supplies Limit) <= 100
Then
Else
General - If (Conditions) then do (Actions) else do (Actions)
If
Then
Unit - Create 20 Zergling for player 15 at Point 003 facing (Position of (Triggering unit)) (No Options)
Trigger - Run Order 1 (Check Conditions, Don't Wait until it finishes)
Else
-----------I have Protoss group that's built the same way. However I get no errors with them
3 issues there:
first, why is there no condition in second if? makes it quite pointless.
second, "position of triggering unit" makes no sense since there is no triggering unit there.
third, the error might also be caused by "order 1" trigger.
The second one was the problem, thanks