| 05-08-2006, 04:15 PM | #1 |
Is there a way to make a Hero pick up a flag when they click on it, and attach the flag to their model without using an item to do this? Is it easy enough to do this and still make the checks for capturing the flag? How do I go about doing this? I assume I could set up a trigger to mark a player when he clicks on the flag using a variable. Then for capturing and returning the flag I make a check for the variable and resetting the variable respectively? Can someone give me a simple example of this? |
| 05-08-2006, 04:19 PM | #2 |
You can either attach it with Special Effects, or attach them with an ability |
| 05-08-2006, 04:39 PM | #3 |
Then after I do that, what kind of trigger should I set up for capturing the flag? Right now I have a script looking for a hero carrying that item, but I want the heroes to be able to have 6 items and run the flag. So do I mark the flag carrier in the trigger somehow and check for that mark in the capture region? |
| 05-08-2006, 04:41 PM | #4 |
Yes that would work, there are numerous ways to "mark" a unit |
| 05-08-2006, 05:38 PM | #6 |
Thank you so much!! I really appreciate you going through it all with me. |
