It one of my triggers I tell it to only subtract 1 mineral but it always subtracts 2. I tried it with Hypers on and off and it always subtracts 2 when the trigger runs. Any suggestions?
Could be possible that you said give to "Force1, or current player" . Make shure you let the target subract 1 mineral by setting Player X.
Check if your trigger has conditions that would cause it to run twice, that seems the most likely cause.
Set it for only 1 player (not in action or anything, I mean the players the trigger is set for), or the trigger will set off for multiple people so it would happen more then once.
Try adding in a Display Text because it may be possible that the trigger itself is running twice. But yes, you need to post the trigger.
[center]
Here is my trigger...
| Trigger |
| Players: |
| ¤ Player 1 |
| Conditions: |
¤ Current player brings at least 3 marines to start
|
| ¤ "start" is set |
| Actions: |
¤ Modify reasources subtract 1 gas
|
¤ Center location labled "end" on bunker owned by Current Player at anywhere
|
¤ Remove one bunker for player 7 at lives
|
¤ Move all bunker owned by current player at end to lives
|
¤ move all zergling for current player from "none" to "end"
|
¤ Comment: Near end
|
| ¤ Preserve Trigger |
I wonder if I should add something to the conditions like this:
| Trigger |
| Conditions: |
¤ Current player brings at least 3 marines to start
|
¤ "start" is set
|
| ¤ Current player brings exactly "0" "zergling" to "none" |
I am going to try adding this condition as well.[/center]
It could be the trigger firing more than once. What is clearing the switch?
A location trigger. It doesn't deal with the reasource amount
well heres my theory
put this at the bottom *Modify reasources subtract 1 gas
then put this after *Wait 1000
will try that. *goes to test*
EDIT:
I think I have found the problem... When the bunker is moved it takes another gas away from the player making the number of gas taken away go down by 2. I am now going to try another option to see if I can fix this. I could stil use some suggestions...
Did you try adding the Display Text trigger to make sure that it's not running more than once? Other than that, you are probably right that something else is subtracting another gas away.
Tried adding the text thing and it didn't help. It just seems that once the bunker is moved then removed from the other place then the gas goes down by 2... I figured out a nice way to solve it though... You just delete the system. I didn't need it that much anyway so it is not such a big deal...