コード例 #1
0
 void O06KillWavesLoaded(MyMissionBase sender)
 {
     //MyScriptWrapper.PlayDialogue(MyDialogueEnum.JUNKYARD_CONVINCE_0700_ALMOST_THERE);
     m_manjeet.Idle();
     m_manjeet.SetWorldMatrix(MyScriptWrapper.GetEntity((uint)EntityID.ManjeetFinalPosition).WorldMatrix);
     MyScriptWrapper.ApplyTransition(MyMusicTransitionEnum.LightFight, 3, "MM01");
     MyScriptWrapper.OnSpawnpointBotSpawned += OnSpawnpointBotSpawned;
 }