HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Triggering Question!!!

01-30-2003, 01:53 AM#1
4d5e6f
I have a few question on triggers.

How do i remove an attached thing from a unit? I attached a sword to the kid with triggers, but i cant find a way to remove it.

also, I need to know how to make a player's specific unit do an action, not just that "every player's unit does this" thing.

and I need to know how to make all of the units in a specific region attack move to another region.
01-30-2003, 04:41 PM#2
4d5e6f
come on, i really need to know the answers... especially to the first question, on removing attached effects.
01-30-2003, 05:21 PM#3
DaKaN
Quote:
How do i remove an attached thing from a unit?


I think you need to be more descriptive, what did you do to attach this? If you made it a special efect, i suggest you make a varible, set this varible = to the last created special effect right after you create it. When you want to move it, just pick

Special FX - Destory (varible)
01-30-2003, 05:29 PM#4
Z3n
i want to know that also

how do you get all the units you have created in one area to attack move to another

i tried unit grouping all units owned by blue in region 00 to attack move to region 01 but it didnt work for sum reason could somone please tell me how this is done :bgrun:
01-30-2003, 06:21 PM#5
4d5e6f
i think what u do is store the unit group into a variable. thanks for the help with killing SFXs, but what if i want to be able to destroy just 1 special effect and have another that can be destroyeD? what i am doing is making a map where you pick up items and they appear of your character. when you take the item out of th inventory, you're supposed to lose that thing on your model. I used special effects. ill try toying aroudn with vairables. thanks for the help.