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

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