Rocko Bonaparte 0 Posted June 13, 2005 I discovered today that it's non-trivial to move the player into a different unit, in singleplayer or multiplayer. Â I was trying to change the unit over to a pilot, using some kind of GUI I had created for this kind of thing. Â Of course I couldn't get it to work. Trying to assign player to something else just doesn't work. Â I was trying to think of circumstances where I had done this before, but I couldn't. Â I have spawned units in vehicles and things like that, but not this. Â I had recalled MFCTI had some kind of team respawn that worked differently than the default; it was likely scripted. Â I checked that source and found that while it transfers equipment over from another unit, it won't transfer that unit entirely. Â Generally what this means is the player respawns as an officer, with the officers appearance, but with the old unit's weapons. Â This is a real downer when respawning into, say, an exposed black-op. It's now obvious I'd need a crazy hack to get the unit's appearance to transfer. Â I am thinking this isn't really possible. Â However, I was hoping to hear of somebody else who may have tried already and has something to share. Â It would seriously damper what I'm trying to script right now. Share this post Link to post Share on other sites
Chris Death 0 Posted June 13, 2005 Well, first off: wrong forum section (mission editing & scripting) The only way to change your unit is group respawn, where you respawn into the next member of the your group. ~S~ CD Share this post Link to post Share on other sites
Rocko Bonaparte 0 Posted June 13, 2005 Ack, I fear the lack of discussion on this in general has just been from posting in the wrong spots or giving the impression I didn't search about it too much before hand. I'll just blame it on the whole activity frying my brains. Chris Death: Group respawn is about the only way I can think of for spawning into the new unit. My idea was to create the new unit, make them the #2 spot in the squad, and then kill off the player. They should move into the #2 spot. Of course, that has the complications of recording that the player died, and the transition not being immediate. Share this post Link to post Share on other sites