No,lately I was talking about the script you offered me
I made a quick revision and compared the header with header of some of my scripts.
Guess that I didnt find any error within, but OFP did:
_Table = _This select 0
weapon = _this select 1
_mag = _this select 2 - Here the game engine noticed an error:
"_mag = _this select 2 , Error: Can`t be splitted by 0.
I wish I could interprete this error more correctly, but right now I can`t switch to game.
Anyway it seems that there`s some complication in the 3rd line of the header.
And secondly ;D
I need stop asking at least for a while, otherwise you`ll only my posts and my project is laid for nothing
BTW here is the script I`m talking about, I took from the missionette you posted a link to...
_table = _this select 0
_weapon = _this select 1
_mag = _this select 2
Weapon = "weaponholder" createVehicle getpos _table
Weapon addMagazineCargo [_mag,4]
Weapon addWeaponCargo [_weapon,1]
Weapon Setpos [Getpos _table Select 0, Getpos _table Select 1, (getpos _table select 2) + 0.965]
exit
The script is called from target table`s init line as " [This] exec "table_weapon.sqs"