General Tso
Panzer General
I would like to add resources and units to games started with a WorldBuilder maps but I'm having problems finding a place to "hook" my code. I want the resources and units to appear before the first player's turn starts and be relative to their starting position. I need the ability to add them after the player's starting positions have been defined but but before the first player's turn starts. I have no problem doing this with map scripts (I use MapGenerator.lua) but I can't find anything that works with WorldBuilder maps. Hooking from CaclulateNumResourcesToAdd in WorldBuilderRandomItems almost works but unfortunately the start positions do not seem to be defined at that point. Does anybody have any ideas on how I could get this done?