View Single Post
  #93  
Old April 29th, 2016, 08:51 PM
DRG's Avatar

DRG DRG is offline
Shrapnel Fanatic
 
Join Date: Mar 2005
Location: GWN
Posts: 12,263
Thanks: 3,814
Thanked 5,425 Times in 2,696 Posts
DRG will become famous soon enough
Default Re: WinSPMBT version 10.0b Upgrade patch

if((Opponent==NAT_UK) && Random(99)>30)
{
strcpy(gBatLocNameOverride, "Sangin"); //default township for UK
if(Random(99)>80)
strcpy(gBatLocNameOverride, "Musa Qala");
if(Random(99)>80)
strcpy(gBatLocNameOverride, "Kajaki");
if(Random(99)>80)
strcpy(gBatLocNameOverride, "Nawzad");
Reply With Quote