hello everybody
I got a problem with a multiplayer mission I create. I've downloaded in the Mission Center the multiplyaer sector control map "Highlands v5 (2-40)", in order to study the weapon respawn script. I've seen this way I could use the script easily for my needs, just copying one script file and in changing some players names...
But the fact IS it still doesn't work ; the playes respawn with no weapon at all instead with their original weapons...
But after a while, I finally found out why ; there were a kind of conflict between the code in the unit's Init field, and in the weaponrespawn script. So I've deleted the Init fild of one player, saved as a multiplayer mission, and tryed it...and It worked!
Knowing the solution, I've deleted all the Init fields of all the playable soldiers, saved...but when I tested the mission again with the other players, they still started with no weapon! Even worse : I've deleted the multiplayer mission created, to compile it all again throught the editor, and the first player I've modified doesn't have weapon neithe now : it worked, but for no reason, it doesn't no more!
Can someone tell me what's the hell?