View Single Post
Old 04-03-2003, 10:14 AM   #7 (permalink)
qis
Member
 
Join Date: Mar 2003
Location: The Netherlands
Posts: 38
Default

That doesn't, I'm sure

";" is a comment character, this tells Generls "don't read the rest of this line"

It is used to add some comment to the INI files:

Quote:
Originally Posted by FactionUnit.ini
Behavior = TransportAIUpdate ModuleTag_03
Turret
TurretTurnRate = 180
RecenterTime = 5000 ; how long to wait during idle before recentering
ControlledWeaponSlots = PRIMARY SECONDARY TERTIARY
End
AutoAcquireEnemiesWhenIdle = Yes
End
See the comment after RecenterTime?

Mzzl, Chris
qis is offline   Reply With Quote