in your video this file goes into the scar
Where do I put this code in my scar file top or bottom?
local function PopCap_OnInit()
for i = 1,World_GetPlayerCount()
do
local player = World_GetPlayerAt(i);
Player_SetPopCapOverride(player, 700);
end
end
Scar_AddInit(PopCap_OnInit)
And this goes into win on your video
+ commander is put in the win file ok but do I add a new line with notepad++
You dont edit the .xml or .mod files you only edit the .scar and .win files.