Hello everybody, i was hoping somebody could help.

Im trying to add a units to the starting army for a Shimazu Campaign, ive tried to follow several threads and guide on this forum but each time i start a new game, No intro, Camera sits at the top of the map, over the ocean and no units :S

Heres what im doing so you guys can tell me where im going wrong:

Using the Pack File manager im loading the Data.pack and going to scripting.lua

In here im adding the following script:

if conditions.TurnNumber(context) == 1 then
if conditions.FactionIsHuman("Shimazu", context) then
scripting.game_interface:create_force(--[FACTION]--
"shimazu",
--[SPECIFIC ARMY LIST]--
"Inf_Spear_Yari_Ashigaru,Inf_Spear_Yari_Ashigaru,Inf_Missile_Bow_Ashigaru",*
--[COORDINATES]--
-255.0, -160.0,
--[ID]--
"shimazu patrol",
--[USE_COMMAND_QUEUE]--
true)
end
Ive tried placing this script in several places, but everytime im hitting the same problem, so guys where am i going wrong? Can somebody please help?