• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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

Status
Not open for further replies.
Level 9
Joined
Aug 27, 2004
Messages
471
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:
Code:
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?
 
Level 6
Joined
Sep 17, 2005
Messages
276
: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. :?
 
Status
Not open for further replies.
Top