Warcraft III resources & community, 2003–2006 · archived

I just dont get it... Help...

2 posts
#1

I just dont get it... Help...

I have tried everything i can think of to fix my trigger, but for the life of me i CANNOT get it to work...

Ok so heres my very simple code, no weird impossible conditions:

Trentionomic P1
    Events
        Player - Player 1 (Red) Releases the Down Arrow key
    Conditions
    Actions
        Set DuckingP1 = False
        Wait 0.01 seconds
        Trigger - Turn off Constant Ducking p1 <gen>
        Wait 0.01 seconds
        Camera - Apply Currcam for Player 1 (Red) over 0.40 seconds
        Wait 0.41 seconds
        Trigger - Turn on Constant P1 <gen>


I just cant see my problem... Its such a simple trigger, does p1 releases arrow work right?
#2
:shock: hm.... you are a bit cryptic with that...

- what a variable is duckingP1 (real?, other?)
- why are there the 0.01 waits in it?
- what is about the trigger constantP1?

So before i can help u might offer these first.

What i can say for sure that u have done the release event correctly - i tried it and it works.
(btw tip: if you want to know if something fired just add a game-massage wich tells you kinda: "p1 releases now the down arrow key". this at least helped me with much fixing.)
Destroy later when trigger works fine.

So finally i think your problem is located in another trigger. :?