• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Trig Help

Status
Not open for further replies.
Level 4
Joined
Aug 17, 2005
Messages
82
Hey guys ive been messing around with a system im making but ive run into a problem.Maybe some of you can answer the prob :) Im trying to make a trigger that counts every item in a rect and for each item of a type it creates a destructible/dodad w/e you wanna call it . How could I make this? Much apreciated if you help :)
 
Level 22
Joined
Jan 10, 2005
Messages
3,426
item - pick every item in rect and do multpple actions => at actions do: if,then,else => if: item class comparison (item class of picked item = ....) then: the actions u want (destructible - create destructible (u csnt create doodads (u can place them in editor snd hide and unhide em in game i thought)))
 
Level 4
Joined
Aug 17, 2005
Messages
82
Ramza said:
item - pick every item in rect and do multpple actions => at actions do: if,then,else => if: item class comparison (item class of picked item = ....) then: the actions u want (destructible - create destructible (u csnt create doodads (u can place them in editor snd hide and unhide em in game i thought)))
Thanks guess this is the only way >> I gotta do quite alot than tyvm though :wink:
 
Status
Not open for further replies.
Top