ID:177740
Aug 3 2002, 3:01 pm
|
|
How would you make a mob type that more than one player can control? I mean, like a tank. One driver and around seven gunners. This is needed to create Class-B tanks in my game.
|
In response to Lummox JR
|
|
Lummox JR wrote:
Drafonis wrote: world Lummox JR Thing is, I have a different mob defined as the starter mob. What I want is so that the tank is placed on the map, and, when a player gets near it, he goes into the tank. |
In response to Drafonis
|
|
Drafonis wrote:
Thing is, I have a different mob defined as the starter mob. What I want is so that the tank is placed on the map, and, when a player gets near it, he goes into the tank. Ah. In that case this is easier to handle. You'll need a var indicating which turret is being controlled, and when you're in a tank, mob.loc (if src is the client) will be the tank. mob/tank Lummox JR |
Basically I think the way you'd do this would be to have a dummy mob type.
Lummox JR