| 06-12-2005, 06:48 PM | #1 |
My current project is a FPS system. Im attempting to make a Unit invisible to ONLY one player. I need one unit like this for each of my 10 players. Lets call the unit a dummy. I need the dummy only visble to all other players than yourself. For this dummy is what the players reguard as you. However you yourself do not see the unit. Yes, im aware with a little bit of Camera maniplulation I could move the camera infront of the unit. Fine, dandy. However I would rather not do that, it would be odd to see your hand holding a gun, and then suddenly see your entire body holding the same gun. Ideas? |
| 06-13-2005, 12:12 AM | #2 |
Guest | Eh, this might be a little bit messy, and I don't have WE..because I can't open it without my CD. Code:
Events: Unit: a unit starts casting an ability Conditions: Ability equal to Invisiblity and target of cast equal to unit owned by player 1 Actions Unit group - Pick all unit owned by <player> Give picked unit "True Sight" wait - (spell duration) Remove ability |
