Jump to content
Sign in to follow this  
rikardgladt

Need help with discription.exe error!

Recommended Posts

So im making a mission where you can choose any of the characters on the blue team. But after i made the description.ext, my game crashes when i load the mission in the editor. This is what i get:

File: C:\Users\Rikard\Documents\ArmA2\missions\Chef-du-Pont.I44_merderet\description.ext, line 6: '.': ':' encountered instead of '='

My description looks like this:

// Mission Header

class Header

{

gameType = Coop;

};

onLoadMission = "Chef-du-Pont":

OnLoadMissionTime = FALSE;

Any help is appreciated!

Share this post


Link to post
Share on other sites

onLoadMission = "Chef-du-Pont":

==

onLoadMission = "Chef-du-Pont";

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×