• 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.

Trigger to remove unpick item??

Status
Not open for further replies.
Level 4
Joined
Jul 24, 2013
Messages
95
hey,im new here..how to remove unpick item from the map every 5 minits..how to do it in trigger???:vw_wtf:...sorry for the bad english i hope u understand...
 
Level 13
Joined
Jan 30, 2012
Messages
1,298
here if you afraid something like that will happen
  • Item
    • Events
      • Time - Every 300.00 seconds of game time
    • Conditions
    • Actions
      • Item - Pick every item in (Playable map area) and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Picked item) is owned) Equal to False
            • Then - Actions
              • Item - Remove (Picked item)
            • Else - Actions
 
Level 4
Joined
Jul 24, 2013
Messages
95
here if you afraid something like that will happen
  • Item
    • Events
      • Time - Every 300.00 seconds of game time
    • Conditions
    • Actions
      • Item - Pick every item in (Playable map area) and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Picked item) is owned) Equal to False
            • Then - Actions
              • Item - Remove (Picked item)
            • Else - Actions
i will try this now,reply after try :)
 
But if the item appears when the next 300 seconds is about to run [well, it's 5% chance for this actually, but worth mentioning], the trigger will remove it, since it doesn't censored newly available items.

According to OP's First Post, I think he want to remove the item which hasn't been picked for 5 minutes
 
Status
Not open for further replies.
Top