HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Item enters region?

06-29-2003, 08:31 AM#1
311
How can I make a trigger with items? Theres 2 triggers I need hope some1 can help :)

event: unit is carrying item
condtion:
action: ping the unit that has the item


2nd trigger I need

event: unit drops item in region or (item enters region) just somthing to do with items
condition:
action: start a 30sec timer


also is there anyway to have a trigger say force 1? or players 1-6? this will be a 6v6 map and I dont want to put
event:player 1,plaeyr2,player3 I just want it simple like players 1-6 or force 1 but I dont seem to find that
06-29-2003, 12:53 PM#2
311
38views, no replys, im guessing that means impossible :( maybe in FT I guess
06-29-2003, 01:12 PM#3
Hivemind
Not impossable. Ppl look at posts to find answers not just give them. Not everyone can answer all questions.

Trigger 1

You cant have a event that unit is carring item. This could be a conditon tho. You need to rethink what are trying to do. Event can only be triggered by a action of some kind. Carrying a item isnt a action.

You probibly want to use something like unit aquires item then put a condition that the item manipulated is a specific item.

Trigger 2

Event-
Unit owned by player x loses item

Condition-
Item of type being manipulated by hero is equil to your item
Unit manipulating item is in your region equil to true

Actions-
Start timer


You will have to search around for the correct event responses. Thats ok tho. Almost every around here (including us) needs to get more famillar with that part of the editor. 80% of the questions we answer could be done by the person without help if he searched the event reponses more carefully.
06-30-2003, 01:11 AM#4
311
k thanks