Quote:
When you spawn a Group via action its the same as you load a submission. The 1: is the number of this submission (you can get the next Missionnumber with GamePlay.gpNextMissionNumber())
|
From my testing, the 1: occurs when there are duplicate Objects created with the same name. If you spawn in your plane name will be something like:
0:BoB_LW_StG77_Stab.000
after you land/crash/etc and create a new plane this one will be named:
1:BoB_LW_StG77_Stab.000
then next time
2:BoB_LW_StG77_Stab.000
etc.
This also occurs with AI planes created using sub missions.
WildWillie