diff --git a/gamedir/Data-1.13/Scripts/GameInit.lua b/gamedir/Data-1.13/Scripts/GameInit.lua index f61a538fa..dcf673afc 100644 --- a/gamedir/Data-1.13/Scripts/GameInit.lua +++ b/gamedir/Data-1.13/Scripts/GameInit.lua @@ -84,6 +84,9 @@ http://www.legion.zone.zg.pl/doku.php/modowanie/ja/art_ja_m_22_lua ubSender - uiIndex from SenderNameList.xml iCurrentIMPPosition - Default = -1, or the profile ID of the IMP iCurrentShipmentDestinationID - Default = -1, or the Bobby Ray shipment destination ID + + - HireMerc (MercID) + hires the merc with the specified MercID ************** @@ -143,6 +146,9 @@ http://www.legion.zone.zg.pl/doku.php/modowanie/ja/art_ja_m_22_lua -- Add alternative sector C1-3 AddAltUGSectorNew(3,1,3) + + -- Hire Ivan + HireMerc(7) ]] -- max number of lines can be shown in a message diff --git a/gamedir/Data-UB/Data-Files/Scripts/GameInit.lua b/gamedir/Data-UB/Data-Files/Scripts/GameInit.lua index d8199e650..f7478fbf4 100644 --- a/gamedir/Data-UB/Data-Files/Scripts/GameInit.lua +++ b/gamedir/Data-UB/Data-Files/Scripts/GameInit.lua @@ -84,6 +84,9 @@ http://www.legion.zone.zg.pl/doku.php/modowanie/ja/art_ja_m_22_lua ubSender - uiIndex from SenderNameList.xml iCurrentIMPPosition - Default = -1, or the profile ID of the IMP iCurrentShipmentDestinationID - Default = -1, or the Bobby Ray shipment destination ID + + - HireMerc (MercID) + hires the merc with the specified MercID ************** @@ -143,6 +146,9 @@ http://www.legion.zone.zg.pl/doku.php/modowanie/ja/art_ja_m_22_lua -- Add alternative sector C1-3 AddAltUGSectorNew(3,1,3) + + -- Hire Ivan + HireMerc(7) ]] -- Initialize the pseudo random number generator diff --git a/gamedir/Data/Scripts/GameInit.lua b/gamedir/Data/Scripts/GameInit.lua index f61a538fa..dcf673afc 100644 --- a/gamedir/Data/Scripts/GameInit.lua +++ b/gamedir/Data/Scripts/GameInit.lua @@ -84,6 +84,9 @@ http://www.legion.zone.zg.pl/doku.php/modowanie/ja/art_ja_m_22_lua ubSender - uiIndex from SenderNameList.xml iCurrentIMPPosition - Default = -1, or the profile ID of the IMP iCurrentShipmentDestinationID - Default = -1, or the Bobby Ray shipment destination ID + + - HireMerc (MercID) + hires the merc with the specified MercID ************** @@ -143,6 +146,9 @@ http://www.legion.zone.zg.pl/doku.php/modowanie/ja/art_ja_m_22_lua -- Add alternative sector C1-3 AddAltUGSectorNew(3,1,3) + + -- Hire Ivan + HireMerc(7) ]] -- max number of lines can be shown in a message