View Single Post
Old 11-27-2003, 10:07 AM   #3 (permalink)
Roh_Z
Junior Member
 
Join Date: Mar 2003
Location: Thailand
Posts: 16
Send a message via ICQ to Roh_Z Send a message via MSN to Roh_Z
Default

Yes I already did but it still doesn't work

Code:
;wlc mod;
Campaign CHALLENGE_9
  CampaignNameLabel CAMPAIGN:CHALLENGE_9
  FirstMission Mission01
  ;FinalVictoryMovie USACampaignVictory
  IsChallengeCampaign yes
  PlayerFaction FactionBlahGeneral
  Mission Mission01   
     Map Maps\GC_ChemGeneral\GC_ChemGeneral.map
    GeneralName GUI:BioNameEntry_Pos1   
    IntroMovie GeneralsChallengeBackground
    NextMission Mission02
  END
  Mission Mission02
;    Map Maps\GC_LaserGeneral\GC_LaserGeneral.map
;    GeneralName GUI:BioNameEntry_Pos5    
     Map Maps\GC_Stealth\GC_Stealth.map
    GeneralName GUI:BioNameEntry_Pos6
    IntroMovie GeneralsChallengeBackground
    NextMission Mission03
  END
  Mission Mission03
    Map Maps\GC_SuperWeaponsGeneral\GC_SuperWeaponsGeneral.map
    GeneralName GUI:BioNameEntry_Pos3
    IntroMovie GeneralsChallengeBackground
    NextMission Mission04
  END
  Mission Mission04
    Map Maps\GC_LaserGeneral\GC_LaserGeneral.map
    GeneralName GUI:BioNameEntry_Pos5    
    
;    Map Maps\GC_TankGeneral\GC_TankGeneral.map
;    GeneralName GUI:BioNameEntry_Pos4
    IntroMovie GeneralsChallengeBackground
    NextMission Mission05
  END
  Mission Mission05
    Map Maps\GC_TankGeneral\GC_TankGeneral.map
    GeneralName GUI:BioNameEntry_Pos4
    IntroMovie GeneralsChallengeBackground
    NextMission Mission06
  END
  Mission Mission06   
    Map Maps\GC_NukeGeneral\GC_NukeGeneral.map
    GeneralName GUI:BioNameEntry_Pos2
    IntroMovie GeneralsChallengeBackground
    NextMission Mission07
  END
  Mission Mission07
    Map Maps\GC_ChinaBoss\GC_ChinaBoss.map
    GeneralName GUI:BioNameEntry_Pos9
    IntroMovie GeneralsChallengeBackground
  END
END
;wlc mod;
Roh_Z is offline   Reply With Quote