Quote:
Originally Posted by mitra
Your must add it also to west.europe.race.objectcollection file. but for the values you must verify also the init state of aix related to type of unit. My suggestion is to use the debug much for verify the things and if pass by some routines.
|
Hmm.. I don't know how much they pay you but you surely deserve more. Your help is really great. Thanks again. I'm not used to have such a tool like dev's editor and totally forgot about it. Debugger showed me the error immediately. It was about "west.europe.groups.aix". I set my unit as
Code:
var infSerjantCrossbowmanIndex : Integer = 54;
while the array range was [0..53]. It fucked up all calculations. Such a small shit... Now everything works nice and smooth

so I can at last move on to the next step.