ADDING A FLAG TO YOUR GENERALS COMMAND CENTRE
I have used the tutorial on how 2 add a flag, but when i play the game, the flag doesnt appear!! Wot am i doin wrong, i am definately doin wot the tutorial says and uploading the finished file into the .big.
This is what my usa command centre code looks like:
; Personal Command Center Flag
Draw = W3DModelDraw ModuleTag_08
OkToChangeModelColor = No
ConditionState = NONE
Model = OCFlagUSA
Animation = OCFlagUSA.OCFlagUSA
AnimationMode = LOOP
Flags = ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT
End
AliasConditionState = DAMAGED
AliasConditionState = REALLYDAMAGED
AliasConditionState = RUBBLE
AliasConditionState = REALLYDAMAGED RUBBLE
ConditionState = DAMAGED
Model = OCFlagUSA_D
Animation = OCFlagUSA_D.OCFlagUSA_D
AnimationMode = LOOP
Flags = ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT
End
ConditionState = REALLYDAMAGED RUBBLE
Model = OCFlagUSA_E
Animation = OCFlagUSA_E.OCFlagUSA_E
AnimationMode = LOOP
Flags = ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT
End
End
Is there anything wrong with it?
|