![]() |
|
#31
|
|||
|
|||
|
Quote:
For example see Third.ini in Sample - folder: Code:
[main] mission=missions\Commander\Missions\test.mis If you mission not have script - will be create automatic. In this script you need this code(you can see example on Sample-folder): red color - minimal code for using commander Code:
// It`s an auto-generated script from REPKA.Commander
//$reference REPKA.Stat.dll
using RepkaMissionsLib;
using System;
using maddox.game;
public class Mission : RSTMission
{
public override void Inited()
{
base.Inited();
BattleName = "test";
MapName = "Online_Map"; //
}
}
|
| Thread Tools | |
| Display Modes | |
|
|