Rinpun
Ex TH Member
- Reaction score
- 105
Ok, this part is really ticking me off. I've been trying straight for...MAN! 2 hours! I've been trying to get a boarding system for my Halo Map. This is my start out code:
Vehicle Board Ghost1
Events
Unit - A unit comes within 200.00 of Ghost 0012 <gen>
Conditions
((Triggering unit) is A Hero) Equal to True
Actions
Unit - Change ownership of Ghost 0012 <gen> to (Owner of (Triggering unit)) and Change color
And so it is for the other 3 Ghosts, 2 Warthogs, 2 Banshees, and 2 Scorpions.
What it does already:
If a Master Chief is within 200 range of a vehicle, the vehicle will change ownership. But, I suppose you'd know this already.
The problem:
If a Master Chief is in the vehicle when it is converted, the Master Chief is stuck in the vehicle like a prisoner.
What I'd like the solution to be:
The Master Chief inside the vehicle is unloaded when the vehicle changes hands.
Cheap solution to the problem:
If I really wanted to, I bet I could make it so that it will only change ownership when the vehicle isn't loaded. But then, how would you get someone out of a tank (as a tank is quite deadly and so might require two people to board it--one is the cannon fodder)?
Vehicle Board Ghost1
Events
Unit - A unit comes within 200.00 of Ghost 0012 <gen>
Conditions
((Triggering unit) is A Hero) Equal to True
Actions
Unit - Change ownership of Ghost 0012 <gen> to (Owner of (Triggering unit)) and Change color
And so it is for the other 3 Ghosts, 2 Warthogs, 2 Banshees, and 2 Scorpions.
What it does already:
If a Master Chief is within 200 range of a vehicle, the vehicle will change ownership. But, I suppose you'd know this already.
The problem:
If a Master Chief is in the vehicle when it is converted, the Master Chief is stuck in the vehicle like a prisoner.
What I'd like the solution to be:
The Master Chief inside the vehicle is unloaded when the vehicle changes hands.
Cheap solution to the problem:
If I really wanted to, I bet I could make it so that it will only change ownership when the vehicle isn't loaded. But then, how would you get someone out of a tank (as a tank is quite deadly and so might require two people to board it--one is the cannon fodder)?


