Jump to content
Sign in to follow this  
mick17

description.ext error... can't figure out how to fix.

Recommended Posts

Hey,

I'm trying to script in weapons that you can choose at the briefing screen. Here is my exact script.

//Mission Header

class Header

{

gameType = Coop;

};

onLoadMission = "Zargabad Raid";

onLoadMissionTime = 1;

class_Weapons

{

class AK74 {count = 5;];

class RPG7V {count = 5;];

class Binocular {count = 2;];

};

Everytime I try to load the the mission in the editor, I get this error.

File C:\Users\Me\Documents\ArmA2\missions\Zargabad%2Raid.Zargabad\description.ext, line 10: '/Weapons/AK74.': ']' encountered instead of '='

If I get rid of the weapons it loads fine... Any help would be greatly appreciated!

Thanks in advance! :D

Share this post


Link to post
Share on other sites

Wow... I can't believe I missed that!!!:butbut:

Changed it and it worked! Thanks for the extra set of eyes!

Share this post


Link to post
Share on other sites
Wow... I can't believe I missed that!!!:butbut:

Changed it and it worked! Thanks for the extra set of eyes!

Anytime man! It's easy to overlook the easy things, I've done it far too many times to count, lol.

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  

×