
Originally Posted by
ZERO
Yes I can create a new log system that reports only to the source tv bot just like the automated status dumps.When A player spawns it will list their race and items. It will list when they gain and lose an item as well. Examples:OnRaceChanged:****************RaceChanged ********************Name SteamID Race: RaceShortName Items: ItemsShortNames,OnWar3EventSpawn:***************** ******************************Name SteamID Race: RaceShortName Items: ItemsShortNames,OnItemPurchase:******************* ****************************Name SteamID NewItem: ItemShortNameOnItemLost:************************** *********************Name SteamID LostItem: ItemShortNameThe ***** before it can be used to quickly locate a listing in the logs and to separate out multiple listings that occur during round start. Note that the OnItemLost and OnItemPurchase are for each instance and so OnItemLost will run for every item they lost on death individually for example. There is no reason to track race other than at spawn or race changed.