It's not possible (the way you want it) for every player in a multiplayer game, it could only work for the Host or skirmish players. But there's a way that might work for all players, though I've never tried it. I will later when I have more time.
1) Create a new player in the Civilian faction & name it whatever.
2) Place a nuke truck (Civilian\Vehicles\ConvoyTruckArmedWithNuke) in the center of your area & name it.
3) Put a bunch of trees (Note which tree(s) you place.) all around the radius of the truck under the player you just created
4) Create a new script & for the condition, choose, "Player\Destroyed\Player has lost an object of type."
5) In this condition choose the player you created & choose one of you tree types you placed.
6) For any other tree types you placed, copy the condition & place an "Or" between them. In this copied condition, choose another tree type. Do this for any other tree types you placed.
7) For the action, kill the truck.
If this works right, when a player runs over a tree, the truck should explode!
Edited by user
18 years ago |
Reason: Not specified