SetTicketLostPerMin Property

Usage:
   Game.SetTicketLostPerMin number number

Argument values:

argument 1:    range is 1 to 2; most commonly 1, 2
argument 2:    range is 0 to 10000; most commonly 15

This property is not a part of any defined type of object.

Used in a total of 208 .con files: Conquest.con, Coop.con, Objectivemode.con, Singleplayerallied.con, Singleplayeraxis.con

Parent directory of these .con files: Bf1942/Levels

Example: (from Bf1942/Levels/Anzio/Conquest.con)
   Game.SetNumberOfTickets 1 100
   Game.SetNumberOfTickets 2 100
   Game.SetTicketLostPerMin 1 15
   Game.SetTicketLostPerMin 2 15


Go to the Game properties list page, Game page, All Properties list, or Main scripting page.