• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] Hey i need help with the bounty

Status
Not open for further replies.
Level 5
Joined
Jan 17, 2009
Messages
97
Ok what happened is i did the turn bounty on trigger but it still does not work...here is what i have
  • Events
    • Time - Elapsed game time is 5.00 seconds
  • Conditions
  • Actions
    • Player - Turn Gives bounty On for Player 1 (Red)
    • Player - Turn Gives bounty On for Player 2 (Blue)
    • Player - Turn Gives bounty On for Player 3 (Teal)
    • Player - Turn Gives bounty On for Player 4 (Purple)
    • Player - Turn Gives bounty On for Player 5 (Yellow)
    • Player - Turn Gives bounty On for Player 6 (Orange)
    • Custom script: call DestroyTrigger( GetTriggeringTrigger() )
Anyone no the problem?
 
Level 10
Joined
Jul 31, 2008
Messages
477
Ok what happened is i did the turn bounty on trigger but it still does not work...here is what i have
  • Events
    • Time - Elapsed game time is 5.00 seconds
  • Conditions
  • Actions
    • Player - Turn Gives bounty On for Player 1 (Red)
    • Player - Turn Gives bounty On for Player 2 (Blue)
    • Player - Turn Gives bounty On for Player 3 (Teal)
    • Player - Turn Gives bounty On for Player 4 (Purple)
    • Player - Turn Gives bounty On for Player 5 (Yellow)
    • Player - Turn Gives bounty On for Player 6 (Orange)
    • Custom script: call DestroyTrigger( GetTriggeringTrigger() )
Anyone no the problem?

I don't see why you should destroy trigger. Im not sure but i guess thats the problem. Or is "GetTriggeringTrigger" another trigger?
 
Level 5
Joined
Jan 17, 2009
Messages
97
Now i have this and it still not work ..any help

  • Events
    • Time - Elapsed game time is 5.00 seconds
  • Actions
    • Player - Turn Gives bounty On for Player 1 (Red)
    • Player - Turn Gives bounty On for Player 2 (Blue)
    • Player - Turn Gives bounty On for Player 3 (Teal)
    • Player - Turn Gives bounty On for Player 4 (Purple)
    • Player - Turn Gives bounty On for Player 5 (Yellow)
    • Player - Turn Gives bounty On for Player 6 (Orange)
Any one know how to fix
PLz tell me if u know
 
Status
Not open for further replies.
Top