Ok, the first problem appears to be with the init.sqf file, it is saying im missing a "]" from line 22, but i can't seem to find where.
[["prices.sqf"]] call compile preprocessFileLineNumbers "SPON\Money\initMoney.sqf";
[
["prices.sqf"],
"$",
{ 50 },
{ if (playerside == WEST) then { 250 } else { 150 }; },
0.5
] execVM "SPON\money\initmoney.sqf";
//----------------------------------------------------------------------------------
//shopkeepers
_gunshop =
[
//gunshopweapons.
["m16A2"],
//gunshopmagazines.
["30Rnd_556x45_Stanag"],
]
[gunshopowner, 0.25, 1.0, _gunshop] execVM "SPON\Money\setshop.sqf";
//----------------------------------------------------------------------------------
//bankers
[banker1] execVM "SPON\Money\setbank.sqf";
nil; // Return.
Is what I have.
Also, when the browse shop thing does appear (i fiddled about with brackets, and i still go an error about missing brackets but the browse shop action appeared), It fails to activate as it can't find dlg.money or something along those lines, any ideas what is missing?
Thanks